Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:

Code Block
attachment.html
instructions/readme.docx
hello world.en.json

string, Mandatory

...