mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
19 lines
1.2 KiB
Markdown
19 lines
1.2 KiB
Markdown
# UpdateGroupRequestBody
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { UpdateGroupRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: UpdateGroupRequestBody = {
|
|
group: {
|
|
name: "<value>",
|
|
},
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
|
|
| `group` | [operations.UpdateGroupGroup](../../../sdk/models/operations/updategroupgroup.md) | :heavy_check_mark: | N/A | |