Skip to main content

Assign Incidents

PUT 

/v1/api/incidents/:incidentID/assignee

You can assign your incidents using the API. These assignees can then:

Request

Path Parameters

    incidentID stringrequired

    The UUID of the updated incident.

Query Parameters

    region string

    Possible values: [us, eu, uk, jp, in, ap, ca, au, par]

    The region/country of the incident (Defaults to US).

Body

required

UUID of assignee

    string

Responses

Updated the incident assignee.

Loading...