Create a manual calendar schedule override

Creates a dated manual open or closed exception for an existing calendar schedule.

Authentication

AuthorizationBearer

The signed-in SchoolSet user token sent by the frontend.

Path parameters

scheduleIdintegerRequired

Request

This endpoint expects an object.
datedateRequired
is_openbooleanRequired
start_timestring or nullOptionalformat: "^\\d{2}:\\d{2}$"
end_timestring or nullOptionalformat: "^\\d{2}:\\d{2}$"
reasonstring or nullOptional<=255 characters

Response

Manual override created successfully.
statusstring
messagestring
dataobject

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error