Skip to main content
PUT
/
attachments
/
{attachment_id}
/
annotations
Update Attachment Annotations
curl --request PUT \
  --url https://api.decodahealth.com/attachments/{attachment_id}/annotations \
  --header 'API-KEY: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'TENANT: <tenant>' \
  --data '{}'
true

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Path Parameters

attachment_id
string
required

Body

application/json

The body is of type Annotations · object.

Response

Successful Response

The response is of type boolean.