Update a disruption
PUT/status-page/disruptions/:id
Updates a disruption's metadata (title, start time, end time, comments). Use the change-severity endpoint to modify severity.
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 429
- 500
Disruption updated successfully
Invalid request, for example endTime or endComment set on a disruption that is not cleared.
Authentication credentials not valid
Insufficient permissions to access this resource
Disruption not found
API call exceeded the rate limit
Internal server error