Vorfall aktualisieren
Aktualisiert bearbeitbare Vorfallsfelder. Das Setzen von dateUntil beendet einen offenen temporären Vorfall oder plant dessen Abschluss. Vorfälle können nicht wiedereröffnet werden. Mit dryRun=true gibt die API den projizierten Vorfall zurück, ohne ihn zu speichern.
Auf einen Blick
Betriebsverhalten
Aktualisiert bearbeitbare Vorfallsfelder. Das Setzen vondateUntil beendet einen offenen temporären Vorfall oder plant dessen Abschluss. Vorfälle können nicht wiedereröffnet werden. Mit dryRun=true gibt die API den projizierten Vorfall zurück, ohne ihn zu speichern.
- Der Patch stellt wie dokumentiert
type,dateFromunddateUntilbereit. - Das Setzen von
dateUntilbeendet einen offenen temporären Vorfall oder plant dessen Abschluss. - Vorfälle können über diesen Endpoint nicht wiedereröffnet werden.
Häufige Fehler
Vor der Implementierung
- Erzeugen und protokollieren Sie für den Versuch eine neue
X-Request-ID. - Behandeln Sie jeden dokumentierten Response-Status.
- Protokollieren Sie weder
X-API-Keynoch unnötige personenbezogene Daten. - Gleichen Sie den aktuellen Ressourcenstatus ab, bevor Sie einen mehrdeutigen Write wiederholen.
Zugehöriger Integrationsleitfaden
Autorisierungen
JobHandy integration API key. Send the credential in the X-API-Key header. Treat the key as a secret and use it only from trusted server-side environments.
Header
Narrows the operation to one tenant in the API key's scope. Any referenced or target resource must be accessible through that tenant. In interactive clients, use the {{tenantId}} variable when a tenant must be selected. Keep the header disabled when tenant selection is not required.
^[0-9a-fA-F]{24}$Optional request identifier. If supplied, it must be a UUID v4 or v7 and is returned unchanged in every response. If omitted, the API generates one. Invalid values return 400 INVALID_REQUEST_ID. If your client uses a {{requestId}} variable, refresh it with a new UUID version 4 or 7 for every HTTP request attempt. Keep the header disabled to let the API generate the request identifier.
^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[47][0-9a-fA-F]{3}-[89aAbB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$Pfadparameter
Incident ID.
^[0-9a-fA-F]{24}$"730000000000000000000001"
Abfrageparameter
When true, the API validates the request without applying the change. The operation's responses specify the returned representation. When omitted, the server uses false.
true
Body
The JSON request body must not exceed 5,242,880 bytes.
Editable employee incident fields. Lifecycle status is assigned by the server.
Replacement incident type. Omit the field to leave it unchanged.
temporary, permanent "temporary"
Replacement UTC start timestamp. Omit the field to leave it unchanged.
Z$"2026-07-21T00:00:00.000Z"
UTC end timestamp. Setting this field closes or schedules completion of an open temporary incident. Incidents cannot be reopened through this endpoint.
Z$"2026-07-25T23:59:59.999Z"
Antwort
Returns the updated incident, or the projected incident when dryRun=true.
Employee incident details.
Unique incident identifier.
1^[0-9a-fA-F]{24}$"730000000000000000000001"
Tenant-facing numeric incident number assigned by the server.
137
Incident type. Values are case-sensitive.
temporary, permanent 1"temporary"
Server-managed incident lifecycle status.
reported, in_progress, completed, archived 1"reported"
Identifier of the affected employee.
^[0-9a-fA-F]{24}$"68a000000000000000000001"
Actor category that originally reported the incident.
user, api_key 1"api_key"
UTC timestamp at which the incident was reported.
1Z$"2026-07-21T07:30:00.000Z"
UTC timestamp from which the incident applies.
1Z$"2026-07-21T00:00:00.000Z"
UTC timestamp until which the incident applies, or null while no end is set.
1Z$null
UTC timestamp at which the incident record was created.
1Z$"2026-07-21T07:30:00.000Z"
UTC timestamp of the latest incident update.
1Z$"2026-07-21T07:30:00.000Z"
