Add a tag to an incident
POST /v1/incidents/{incident_id}/tags
POST
/v1/incidents/{incident_id}/tags
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” incident_id
required
integer format: int64
The ID of the incident
Example
123Request Body required
Section titled “Request Body required ”object
tag_id
required
string format: uuid
Responses
Section titled “ Responses ”Tag added to incident
object
message
required
string
Incident or tag not found
Tag already associated with incident