mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-07 20:37:48 +00:00
23 lines
1.4 KiB
Markdown
23 lines
1.4 KiB
Markdown
# CreateUploadResponseBody
|
|
|
|
file uploaded
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------ | ------------------ | ------------------ | ------------------ |
|
|
| `dominantColor` | *string* | :heavy_minus_sign: | N/A |
|
|
| `extension` | *string* | :heavy_check_mark: | N/A |
|
|
| `filesize` | *number* | :heavy_check_mark: | N/A |
|
|
| `height` | *number* | :heavy_check_mark: | N/A |
|
|
| `humanFilesize` | *string* | :heavy_check_mark: | N/A |
|
|
| `id` | *number* | :heavy_check_mark: | N/A |
|
|
| `originalFilename` | *string* | :heavy_check_mark: | N/A |
|
|
| `retainHours` | *string* | :heavy_check_mark: | N/A |
|
|
| `shortPath` | *string* | :heavy_check_mark: | N/A |
|
|
| `shortUrl` | *string* | :heavy_check_mark: | N/A |
|
|
| `thumbnailHeight` | *number* | :heavy_check_mark: | N/A |
|
|
| `thumbnailWidth` | *number* | :heavy_check_mark: | N/A |
|
|
| `url` | *string* | :heavy_check_mark: | N/A |
|
|
| `width` | *number* | :heavy_check_mark: | N/A | |