Files
discoursejs/docs/sdk/models/operations/performpostactionrequest.md

20 lines
2.4 KiB
Markdown

# PerformPostActionRequest
## Example Usage
```typescript
import { PerformPostActionRequest } from "@lukehagar/discoursejs/sdk/models/operations";
let value: PerformPostActionRequest = {
apiKey: "<value>",
apiUsername: "<value>",
};
```
## Fields
| Field | Type | Required | Description |
| --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
| `apiKey` | *string* | :heavy_check_mark: | N/A |
| `apiUsername` | *string* | :heavy_check_mark: | N/A |
| `requestBody` | [operations.PerformPostActionRequestBody](../../../sdk/models/operations/performpostactionrequestbody.md) | :heavy_minus_sign: | N/A |