curl --request PUT \ --url https://api.incident.io/v1/incident_statuses/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data @- <<EOF{ "description": "Impact has been **fully mitigated**, and we're ready to learn from this incident.", "name": "Closed"}EOF
{ "incident_status": { "category": "triage", "created_at": "2021-08-17T13:28:57.801578Z", "description": "Impact has been **fully mitigated**, and we're ready to learn from this incident.", "id": "01FCNDV6P870EA6S7TK1DSYD5H", "name": "Closed", "rank": 4, "updated_at": "2021-08-17T13:28:57.801578Z" }}
curl --request PUT \ --url https://api.incident.io/v1/incident_statuses/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data @- <<EOF{ "description": "Impact has been **fully mitigated**, and we're ready to learn from this incident.", "name": "Closed"}EOF
{ "incident_status": { "category": "triage", "created_at": "2021-08-17T13:28:57.801578Z", "description": "Impact has been **fully mitigated**, and we're ready to learn from this incident.", "id": "01FCNDV6P870EA6S7TK1DSYD5H", "name": "Closed", "rank": 4, "updated_at": "2021-08-17T13:28:57.801578Z" }}
Assistant
Responses are generated using AI and may contain mistakes.