Versions Compared

Key

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

...

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

...