cURL
curl --request POST \ --url http://localhost/api/incidents/{incident}/updates \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "status": 0, "message": "<string>" } '
{ "data": { "id": "<string>", "type": "updates" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The incident ID
CreateIncidentUpdateRequestData
0
1
2
3
4
Update
Show child attributes