Types and statuses
The public contract exposes status for observation but does not expose a direct arbitrary status field in the patch schema.
Status responsibility
The public contract does not expose a generic
status property in IncidentPatch. Synchronize status by reading the incident.
Incident swimlane
Create an incident
POST /incidents returns 422 EMPLOYEE_NOT_ACTIVATED:
Update supported fields
The patch contract exposestype, dateFrom, and dateUntil. Setting dateUntil closes or schedules completion of an open temporary incident according to server rules.
Attachment conditions
The 5 MiB limit applies to the encoded multipart request, including boundaries and headers.
