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

22 lines
2.5 KiB
Markdown

# UpdateTopicRequest
## Example Usage
```typescript
import { UpdateTopicRequest } from "@lukehagar/discoursejs/sdk/models/operations";
let value: UpdateTopicRequest = {
apiKey: "<value>",
apiUsername: "<value>",
id: "<id>",
};
```
## Fields
| Field | Type | Required | Description |
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
| `apiKey` | *string* | :heavy_check_mark: | N/A |
| `apiUsername` | *string* | :heavy_check_mark: | N/A |
| `requestBody` | [operations.UpdateTopicRequestBody](../../../sdk/models/operations/updatetopicrequestbody.md) | :heavy_minus_sign: | N/A |
| `id` | *string* | :heavy_check_mark: | N/A |