cURL
curl --request POST \ --url https://api.decodahealth.com/attachments/{attachment_id}/tags \ --header 'API-KEY: <api-key>' \ --header 'Content-Type: application/json' \ --header 'TENANT: <tenant>' \ --data ' { "tagIds": [ "<string>" ] } '
{}
Assign tags to an attachment. This replaces all existing tags with the provided ones.
The tenant you are making this request on behalf of
Your api key
Successful Response