v1
latestOpenAPI 3.0.02026-07-26254134307.1 KBShifts
Update shift
Update a shift.
Required scope: shifts:write
patch/shifts/{shift_id}
Path parameters
shift_idstring required
The Shift ID
Request body
Example request
{
"times": {
"mon": {
"start": "09:00",
"end": "17:00"
},
"tue": {
"start": "09:00",
"end": "17:00"
},
"wed": {
"start": "09:00",
"end": "17:00"
},
"thu": {
"start": "09:00",
"end": "17:00"
},
"fri": {
"start": "09:00",
"end": "17:00"
},
"sat": {
"start": "09:00",
"end": "17:00"
},
"sun": {
"start": "09:00",
"end": "17:00"
}
}
}Response
No content