mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-09 20:37:45 +00:00
ci: regenerated with OpenAPI Doc latest, Speakeasy CLI 1.134.1
This commit is contained in:
20
docs/sdk/models/operations/createinviteresponsebody.md
Normal file
20
docs/sdk/models/operations/createinviteresponsebody.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# CreateInviteResponseBody
|
||||
|
||||
success response
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ----------------------------------------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------- |
|
||||
| `createdAt` | *string* | :heavy_minus_sign: | N/A | 2021-01-01T12:00:00.000Z |
|
||||
| `customMessage` | *string* | :heavy_minus_sign: | N/A | Hello world! |
|
||||
| `email` | *string* | :heavy_minus_sign: | N/A | not-a-user-yet@example.com |
|
||||
| `emailed` | *boolean* | :heavy_minus_sign: | N/A | false |
|
||||
| `expired` | *boolean* | :heavy_minus_sign: | N/A | false |
|
||||
| `expiresAt` | *string* | :heavy_minus_sign: | N/A | 2021-02-01T12:00:00.000Z |
|
||||
| `groups` | *any*[] | :heavy_minus_sign: | N/A | [] |
|
||||
| `id` | *number* | :heavy_minus_sign: | N/A | 42 |
|
||||
| `link` | *string* | :heavy_minus_sign: | N/A | http://example.com/invites/9045fd767efe201ca60c6658bcf14158 |
|
||||
| `topics` | *any*[] | :heavy_minus_sign: | N/A | [] |
|
||||
| `updatedAt` | *string* | :heavy_minus_sign: | N/A | 2021-01-01T12:00:00.000Z |
|
||||
Reference in New Issue
Block a user