mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
1.9 KiB
1.9 KiB
UpdateTopicStatusRequestBody
Example Usage
import { UpdateTopicStatusRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
let value: UpdateTopicStatusRequestBody = {
enabled: "true",
status: "closed",
until: "2030-12-31",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
enabled |
operations.Enabled | ✔️ | N/A | |
status |
operations.Status | ✔️ | N/A | |
until |
string | ➖ | Only required for pinned and pinned_globally |
2030-12-31 |