PUT tags/{key}?by_id={by_id}
Edit customer tag.
URL Parameters
Name | Description |
---|---|
key | Tag key name by default or tag key id when parameter by_id=true. |
by_id | (Optional) Determines what the key parameter contains: name or id. Type: boolean. Example: true. |
Request example and description
Tag key
curl --request PUT "https://api-asm1.apica.io/v3/tags/Environment?by_id=544&auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E" --header "Content-Type: application/json" --data-raw "{ \"name\": \"sample string 1\", \"color\": 1 }"