Squadcast is now SolarWinds Incident Response
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Incidents/Tags

Update Tag

put
/v3/incidents/{IncidentId}/tags
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
IncidentIdstringRequired
Body
tagsobjectRequired
Responses
200

The request has succeeded.

application/json
put/v3/incidents/{IncidentId}/tags

Append Tag

patch
/v3/incidents/{IncidentId}/tags
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
IncidentIdstringRequired
Body
tagsobjectOptional
Responses
200

The request has succeeded.

application/json
patch/v3/incidents/{IncidentId}/tags

Last updated