mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-09 20:37:45 +00:00
20 lines
703 B
Markdown
20 lines
703 B
Markdown
# UpdateTopicStatusResponseBody
|
|
|
|
topic updated
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { UpdateTopicStatusResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: UpdateTopicStatusResponseBody = {
|
|
success: "OK",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ------------------- | ------------------- | ------------------- | ------------------- | ------------------- |
|
|
| `success` | *string* | :heavy_minus_sign: | N/A | OK |
|
|
| `topicStatusUpdate` | *string* | :heavy_minus_sign: | N/A | | |