Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/api/schedule/absences.update \ --header 'Content-Type: application/json' \ --data ' { "id": "872815618512410358", "options": { "group_action": "single", "allow_partial": true }, "absence_type_id": "872815618512410358", "percentage": 100, "time_ranges": [ "12:34:56/PT2H" ], "repetition_id": 123, "remark": "<string>" } '
{ "updated_count": 123, "updated": {}, "failed_count": 123, "failed": {} }
Updates one absence, or an entire group of repeating absences.
"872815618512410358"
Show child attributes
100
Absence(s) updated. When options.allow_partial is true, some absences might not be updated due to lock dates or permissions.
Result of updating absence(s).