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

21 lines
678 B
Markdown

# GetTopicRequest
## Example Usage
```typescript
import { GetTopicRequest } from "@lukehagar/discoursejs/sdk/models/operations";
let value: GetTopicRequest = {
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 |
| `id` | *string* | :heavy_check_mark: | N/A |