mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 04:19:37 +00:00
ci: regenerated with OpenAPI Doc latest, Speakeasy CLI 1.134.1
This commit is contained in:
15
docs/sdk/models/operations/createinviterequestbody.md
Normal file
15
docs/sdk/models/operations/createinviterequestbody.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# CreateInviteRequestBody
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
|
||||
| `customMessage` | *string* | :heavy_minus_sign: | optional, for email invites | |
|
||||
| `email` | *string* | :heavy_minus_sign: | required for email invites only | not-a-user-yet@example.com |
|
||||
| `expiresAt` | *string* | :heavy_minus_sign: | optional, if not supplied, the invite_expiry_days site setting is used | |
|
||||
| `groupIds` | *string* | :heavy_minus_sign: | Optional, either this or `group_names`. Comma separated list for multiple ids. | 42,43 |
|
||||
| `groupNames` | *string* | :heavy_minus_sign: | Optional, either this or `group_ids`. Comma separated list for multiple names. | foo,bar |
|
||||
| `maxRedemptionsAllowed` | *number* | :heavy_minus_sign: | optional, for link invites | 5 |
|
||||
| `skipEmail` | *boolean* | :heavy_minus_sign: | N/A | |
|
||||
| `topicId` | *number* | :heavy_minus_sign: | N/A | |
|
||||
Reference in New Issue
Block a user