Update a calendar override rule

Updates a recurring calendar override rule within its schedule, rematerializes generated dates, and returns the refreshed rule resource.

Authentication

AuthorizationBearer

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

Path parameters

scheduleIdintegerRequired>=1
Calendar schedule identifier.
ruleIdintegerRequired>=1
Override rule identifier.

Request

This endpoint expects an object.
namestringRequired<=255 characters
recurrence_typestringRequired
is_openbooleanRequired
start_timestring or nullOptional
end_timestring or nullOptional
monthinteger or nullOptional1-12
dayinteger or nullOptional1-31
activebooleanOptional

Response

The override rule was updated and returned.
statusstringOptional
messagestringOptional
dataobjectOptional

Errors

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