/v1/files/uploadFile/:filepathOrId
post
Optional
Field | Type | Required | Description |
---|---|---|---|
filepathOrId | string | No | File path with workspace rootname (case insensitive) or file ID Example: /workspace-rootname/folder/file.ext or file000-remaining-file-id |
Optional
Field | Type | Required | Description |
---|---|---|---|
Authorization | string | No | Access token Example: Bearer <token> |
Content-Type | string | Yes | HTTP multipart form-data request content type Enum: Example: multipart/form-data |
content-length | number | Yes | File size in bytes Number subset: Max: 1073741824 |
x-fimidara-file-description | string | No | Description |
x-fimidara-file-mimetype | string | No | File MIME type |
x-fimidara-file-encoding | string | No | File encoding |
x-fimidara-file-size | number | No | File size in bytes Number subset: Max: 1073741824 |
x-fimidara-multipart-id | string | No | Client generated unique identifier for multipart uploads. It is used to identify the same multipart upload across multiple requests |
x-fimidara-multipart-part | number | No | Part number of the multipart upload. -1 can be used to signify the end of a multipart upload. Number subset: |
x-fimidara-multipart-is-last-part | boolean | No | Whether this is the last part of the multipart upload |
Optional
Field | Type | Required | Description |
---|---|---|---|
data | string |Node.js Readable |Browser ReadableStream | Yes | File binary Max bytes: 1.07 GB |
Optional
Field | Type | Required | Description |
---|---|---|---|
Content-Type | string | Yes | HTTP JSON response content type Example: application/json |
Content-Length | string | Yes | HTTP response content length in bytes |
Optional
Optional
Optional
Field | Type | Required | Description |
---|---|---|---|
Content-Type | string | Yes | HTTP JSON response content type Example: application/json |
Content-Length | string | Yes | HTTP response content length in bytes |
Optional
Optional