mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
25 lines
3.0 KiB
Markdown
25 lines
3.0 KiB
Markdown
# UpdateTopicTimestampRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
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* | :heavy_check_mark: | N/A |
|
|
| `apiUsername` | *string* | :heavy_check_mark: | N/A |
|
|
| `requestBody` | [operations.UpdateTopicTimestampRequestBody](../../../sdk/models/operations/updatetopictimestamprequestbody.md) | :heavy_minus_sign: | N/A |
|
|
| `id` | *string* | :heavy_check_mark: | N/A | |