cURL
curl --request GET \ --url http://localhost/api/incidents/{incident}/updates/{update}
{ "data": { "id": "<string>", "type": "updates", "attributes": { "id": 123, "updateable_id": 123, "updateable_type": "<string>", "message": "<string>", "created": { "human": "<string>", "string": "<string>" }, "updated": { "human": "<string>", "string": "<string>" }, "status": { "human": "<string>", "value": "<string>" } } } }
Documentation IndexFetch the complete documentation index at: https://docs.cachethq.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.cachethq.io/llms.txt
Use this file to discover all available pages before exploring further.
The incident ID
The update ID
Available includes are incident, incidentCount, incidentExists. You can include multiple options by separating them with a comma.
incident
incidentCount
incidentExists
Update
Show child attributes