mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 20:37:49 +00:00
1.4 KiB
1.4 KiB
GetPostResponse
Fields
| Field | Type | Required | Description |
|---|---|---|---|
contentType |
string | ✔️ | HTTP response content type for this operation |
statusCode |
number | ✔️ | HTTP response status code for this operation |
rawResponse |
AxiosResponse | ✔️ | Raw HTTP response; suitable for custom response parsing |
object |
Record<string, any> | ➖ | single post |