Update Tags

POST {{cb_url}}/api/alerts/v7/orgs/{{cb_org_key}}/threats/{{cb_threat_id}}/tags

Add tags to a threat.

The response includes all tags associated with the Threat.

RBAC Permissions Required

Permission (.notation name)Operation(s)
org.alerts.tagsCREATE

See Documentation

Request Body

{"tags"=>["DemoTag01", "DemoTag02"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"tags":["DemoTag01","DemoTag02"]}