File
Upload a File
POST
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
The file to upload as binary data
The body is of type file
.
Response
200 - application/json
The file
The response is of type object
.