curl --request PUT \
--url https://api.decodahealth.com/admin/tags/{tag_id} \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--header 'TENANT: <tenant>' \
--data '
{
"name": "<string>",
"useForAlerts": true,
"useForCalls": true,
"description": "<string>"
}
'{
"name": "<string>",
"useForAlerts": true,
"useForCalls": true,
"id": "<string>",
"description": "<string>"
}Update an existing tag
curl --request PUT \
--url https://api.decodahealth.com/admin/tags/{tag_id} \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--header 'TENANT: <tenant>' \
--data '
{
"name": "<string>",
"useForAlerts": true,
"useForCalls": true,
"description": "<string>"
}
'{
"name": "<string>",
"useForAlerts": true,
"useForCalls": true,
"id": "<string>",
"description": "<string>"
}The tenant you are making this request on behalf of
Your api key