Attachments
Update an Attachment
OAuth Scope
This endpoint requires the following OAuth scope manage_attachments.
post/dboattachment/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Attachment
Request body
Example request
{
"related_object_uuid": "123e4567-e2d6-438c-b5fd-23f94d0b0a5b",
"uuid": "123e4567-0a17-4196-9697-23f94950984b",
"created_by_staff_uuid": "123e4567-0a69-4b5b-9b47-23f94973bddb"
}Response
Success - The record was updated successfully
Example response
{
"message": "OK"
}