Update incident
documentedUpdate an incident by identifier
PUT /incidents/{identifier}Status Pageno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$brand}}.reamaze.io/api/v1/incidents/{{$identifier}}" \
-u "{{$REAMAZE_API_KEY}}:" \
-X PUT \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{"incident": {"title": "{{$title}}", "updates_attributes": [{"status": "{{$update_status}}", "message": "{{$update_message}}"}], "incidents_systems_attributes": [{"id": "{{$incident_system_id}}", "system_id": "{{$system_id}}", "status": "{{$system_status}}"}]}}'