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