Upload a Task Document

post

/process/api/v1/tasks/{id}/documents/files/data

Uploads a task document to storage. Additionally, you can also send a URL to storage. You can upload either a document or an URL at a time. You cannot upload both the document and the URL at the same time.

Request

Path Parameters
Header Parameters
Supported Media Types
Request Body - multipart/form-data ()
Root Schema : schema
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : Document
Type: object
Show Source
Nested Schema : User
Match All
Show Source
Nested Schema : permissions
Type: array
Show Source
Nested Schema : IdentityCommon
Type: object
Show Source

401 Response

Unauthorized

429 Response

Too many requests

500 Response

Internal server error

503 Response

Too many exceptions or too slow requests
Back to Top