cURL
curl --request PUT \ --url https://api.decodahealth.com/attachments/tags/{tag_id} \ --header 'API-KEY: <api-key>' \ --header 'Content-Type: application/json' \ --header 'TENANT: <tenant>' \ --data ' { "name": "<string>", "color": "<string>" } '
{ "id": "<string>", "name": "<string>", "color": "<string>", "createdDate": "2023-11-07T05:31:56Z" }
Update an attachment tag.
The tenant you are making this request on behalf of
Your api key
Successful Response