Update user absenceAsk AIpost {backendUrlScheme}://{backendUrlHost}/api/public/user/absence/updateThis endpoint can be used to update a user absence.Body Params_idstringrequiredID of the absence to updatenamestringAbsence name (optional - not null)descriptionstringAbsence description (optional)userIdsarray of stringsList of user IDs (optional - not null)userIdsADD stringabsenceTypeIdstringAbsence type ID (optional - not null)locationIdstringLocation ID (optional - base or calendar locations only)startDatenumberAvailability Start Date, Unix timestamp in MS (optional - not null)endDatenumberAvailability End Date, Unix timestamp in MS (optional - not null)Headersbsy-sidstringrequiredSession IDResponses 200User absence updated successfully 400Bad request, invalid parameters 401Unauthorized access, invalid or missing session IDUpdated 7 months ago