Upload Documents Put
This endpoint is used to upload a file into the system.
Definitions
Route: {upload url} returned from the presigned call
Method: PUT
OperationId: {upload url} returned from the presigned call
Permissions
The user must be a member of one of the following roles:
- documents:manager
- documents:uploader
Responses
| Status | Description | Body |
|---|---|---|
| 200 | The request was successful and is being processed. |
Failures
| Status | Description | Body |
|---|---|---|
| 400 | The request was invalid. | None |
| 401 | The request was not authorized. | None |
| 403 | The request was not allowed. | None |
| Default | An unexpected error occurred. | None |
Schemas
Upload Document Put
Body would be the file being uploaded
Upload Document Put Result
200 response on success