mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 20:37:49 +00:00
2.4 KiB
2.4 KiB
PerformPostActionRequest
Example Usage
import { PerformPostActionRequest } from "@lukehagar/discoursejs/sdk/models/operations";
let value: PerformPostActionRequest = {
apiKey: "<value>",
apiUsername: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
apiKey |
string | ✔️ | N/A |
apiUsername |
string | ✔️ | N/A |
requestBody |
operations.PerformPostActionRequestBody | ➖ | N/A |