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