Upload Use this to upload an attachment to a specific workflow.
URL
Code Block |
---|
(POST) /api/projects/{pid}/workflows/{did}/attachments/{locale}/file |
...
token | First use API media/upload to upload a file to the system. The method returns the token to be included here. If you need to upload multiple files to get multiple tokens, use the multi-upload: media/upload/multi | string, Mandatory | ||
name | Set the file name including folders. Examples:
| string, Mandatory |
...