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

22 lines
2.4 KiB
Markdown

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