Upload a file attachment to a specific record
multipart/form-data containing the file to upload.
Path Parameters:
elementname - The namespace of your element (e.g., testelement)record-handle - The unique identifier for the record (e.g., TTE-11)Authorization: Bearer {access_token}Content-Type: multipart/form-datafile (required) - The file to uploaddescription (optional) - Description for the attachment202 Accepted status indicates the file upload has been accepted and is being processed asynchronously.400 - Invalid file or exceeds size limit401 - Invalid or expired access token404 - Record not found413 - File exceeds 250MB size limitThe access token received from the authorization server in the OAuth 2.0 flow.
'apps', 'elements', 'tasks', or 'transactions'
The application alias
The record ID
the attachment to be uploaded
Accepted