mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 20:37:49 +00:00
22 lines
2.6 KiB
Markdown
22 lines
2.6 KiB
Markdown
# InviteToTopicRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { InviteToTopicRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: InviteToTopicRequest = {
|
|
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.InviteToTopicRequestBody](../../../sdk/models/operations/invitetotopicrequestbody.md) | :heavy_minus_sign: | N/A |
|
|
| `id` | *string* | :heavy_check_mark: | N/A | |