attachments

Update existing attachment.

Update the meta data for an existing attachment. This endpoint does not allow you to upload or download data. For that, see below.

put/v1/attachments/{id}

Path parameters

idstring required
Example:123

The ID of the attachment.

Headers

X-Trace-Idstring uuid
Example:40c71bbb-c676-4f24-83cf-cc725d7d7a00

Unique identifier associated with this request.

Request body

filenamestring string
titlestring string
notesstring string nullable

Example request

{
  "filename": "file.pdf",
  "title": "Some PDF file",
  "notes": "Some notes"
}

Response

Updated attachment stored, result in response

Changes