cURL
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
The tenant you are making this request on behalf of
Your api key
The body is of type Annotations · object.
Annotations · object
Successful Response
The response is of type boolean.
boolean