mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-10 12:27:48 +00:00
24 lines
1.1 KiB
Markdown
24 lines
1.1 KiB
Markdown
# CreateTopicTimerResponseBody
|
|
|
|
topic updated
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { CreateTopicTimerResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: CreateTopicTimerResponseBody = {
|
|
success: "OK",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
|
|
| `basedOnLastPost` | *boolean* | :heavy_minus_sign: | N/A | |
|
|
| `categoryId` | *string* | :heavy_minus_sign: | N/A | |
|
|
| `closed` | *boolean* | :heavy_minus_sign: | N/A | |
|
|
| `duration` | *string* | :heavy_minus_sign: | N/A | |
|
|
| `executeAt` | *string* | :heavy_minus_sign: | N/A | |
|
|
| `success` | *string* | :heavy_minus_sign: | N/A | OK | |