Upload a file
POST {{file_url}}/api/v1/files/upload
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
notes | string | The notes of the uploaded file, max length is 50 characters |
Request Body
[{"name"=>"file", "value"=>nil, "datatype"=>"null"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-on-behalf-of | string |