Files
discoursejs/docs/sdk/models/operations/updatetopictimestamprequest.md

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 |