Upload Process Document to Storage

post

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

Uploads a process document to storage. Additionally, you can also upload an external link to the 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
Body ()
Root Schema : ErrorMessage
Type: object
Title: ErrorMessage
Defines ErrorMessage
Show Source
Examples

500 Response

Internal server error
Body ()
Root Schema : ErrorMessage
Type: object
Title: ErrorMessage
Defines ErrorMessage
Show Source
Examples

Back to Top