Update Incident Resolution
PUT/v1/api/incidents/:incidentID/resolution-status
Update the resolution status for a specific incident
Request
Path Parameters
incidentID stringrequired
ID of the Incident to be updated
Query Parameters
region string
Possible values: [us
, eu
, uk
, jp
, in
, ap
, ca
, au
, par
]
The region/country of the recorded incident (defaults to the US).
- application/json
Body
required
string
Responses
- 200
- 400
- 401
- 403
- 404
- 500
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal server error
Loading...