mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 20:37:49 +00:00
3.0 KiB
3.0 KiB
UpdateTopicTimestampRequest
Example Usage
import { UpdateTopicTimestampRequest } from "@lukehagar/discoursejs/sdk/models/operations";
let value: UpdateTopicTimestampRequest = {
apiKey: "<value>",
apiUsername: "<value>",
requestBody: {
timestamp: "1594291380",
},
id: "<id>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
apiKey |
string | ✔️ | N/A |
apiUsername |
string | ✔️ | N/A |
requestBody |
operations.UpdateTopicTimestampRequestBody | ➖ | N/A |
id |
string | ✔️ | N/A |