mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
4.7 KiB
4.7 KiB
CreateUploadRequestBody
Example Usage
import { CreateUploadRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
// No examples available for this model
Fields
| Field | Type | Required | Description |
|---|---|---|---|
type |
operations.Type | ✔️ | N/A |
file |
File | Blob | operations.FileT | ➖ | N/A |
synchronous |
boolean | ➖ | Use this flag to return an id and url |
userId |
number | ➖ | required if uploading an avatar |