API ReferenceConfig
Patch Shift Settings
Update shift settings.
Authorization
bearerAuth admin, superadmin, superuserAuthorization<token>
In: header
Scope: admin, superadmin, superuser
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
Try it live
curl -X PATCH "https://example.com/config/shift-settings" \ -H "Content-Type: application/json" \ -d '{ "moveNightToNextDay": true }'Empty