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.tags | CREATE |
Request Body
{"tags"=>["DemoTag01", "DemoTag02"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"tags":["DemoTag01","DemoTag02"]}