New Parameter Added to Status Page Incident Updates Endpoint to Resolve Parent Incident
We have added a new “resolve_incident” parameter to the following REST API endpoints used to update Status Page incidents. This parameter can be used to resolve the parent incident.
The parameter can be found from the following endpoints:
-POST/api/v1/statuspages/{statuspage_id}/incidents/{incident_id}/updates/
-PUT/api/v1/statuspages/{statuspage_id}/incidents/{incident_id}/updates/{pk}/
-PATCH/api/v1/statuspages/{statuspage_id}/incidents/{incident_id}/updates/{pk}/

For more information, please read our documentation on the status page endpoints on the REST API.