Public
Availabilities
Update weekdays availabilities
patch/v1/public/availabilities/weekdays/{availabilityId}
Path parameters
availabilityIdstring required
Request body
Example request
{
"fromDate": 1788263279853,
"toDate": 1789472879853,
"note": "Note for the manager",
"preferredMinHoursPerWeek": 30,
"preferredMaxHoursPerWeek": 45,
"preferredMaxHoursPerPayPeriod": 90,
"preferredMaxShiftsPerDay": 3,
"preferredMaxShiftsPerWeek": 3,
"preferredMaxWeekDays": 5,
"preferredMaxWeekendDays": 2,
"preferredMaxRestingHours": 2,
"preferredTeamIds": [
"teamId"
],
"preferredLocationIds": [
"locationId"
],
"preferredSkillIds": [
"skillId"
]
}Response
Return the updated availability or a new availability if dates has changed.
Changes
No recorded changes to this endpoint across all 1 revision of this API.