mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
20 lines
691 B
Markdown
20 lines
691 B
Markdown
# PerformPostActionRequestBody
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { PerformPostActionRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: PerformPostActionRequestBody = {
|
|
id: 811939,
|
|
postActionTypeId: 25756,
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------ | ------------------ | ------------------ | ------------------ |
|
|
| `flagTopic` | *boolean* | :heavy_minus_sign: | N/A |
|
|
| `id` | *number* | :heavy_check_mark: | N/A |
|
|
| `postActionTypeId` | *number* | :heavy_check_mark: | N/A | |