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