mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
18 lines
1.7 KiB
Markdown
18 lines
1.7 KiB
Markdown
# UpdateGroupRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { UpdateGroupRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: UpdateGroupRequest = {
|
|
id: 313218,
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
|
|
| `requestBody` | [operations.UpdateGroupRequestBody](../../../sdk/models/operations/updategrouprequestbody.md) | :heavy_minus_sign: | N/A |
|
|
| `id` | *number* | :heavy_check_mark: | N/A | |