mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
19 lines
561 B
Markdown
19 lines
561 B
Markdown
# UpdateGroupResponseBody
|
|
|
|
success response
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { UpdateGroupResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: UpdateGroupResponseBody = {
|
|
success: "OK",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
|
|
| `success` | *string* | :heavy_minus_sign: | N/A | OK | |