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 ID 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 the US).
- application/json
Body
required
UUID of assignee
string
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Updated the incident assignee.
Bad Request
Unauthorized
Forbidden
Not Found
Internal server error
Loading...