mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 04:19:37 +00:00
15 lines
924 B
Markdown
15 lines
924 B
Markdown
# UpdatePostRequestBody
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { UpdatePostRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: UpdatePostRequestBody = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- |
|
|
| `post` | [operations.Post](../../../sdk/models/operations/post.md) | :heavy_minus_sign: | N/A | |