PATCH

Update Schedule


Deprecation Warning

This method will be deprecated on June 30, 2025.
Replace with Update Schedule.

Updates a schedule. This method supports patch semantics. The field values you specify replace the existing values. Fields that you don’t specify in the request remain unchanged. Array fields, if specified, overwrite the existing arrays, and therefore discards any previous array elements. The availability.locations array cannot be updated. Please use the setAvailabilityLocations endpoint instead.

Permissions This endpoint requires the Manage Bookings permissions scope

Endpoint
PATCH
https://www.wixapis.com/bookings/v1/calendar/schedules/{schedule.id}

Path Params
schedule.idstringRequired

Schedule ID.

Body Params
scheduleSchedule

Schedule.


fieldMaskFieldMask

Field mask of fields to update.


alignTimeExceptionsboolean

Optional. Defaults to false. In case of updated intervals' start time, this field indicates whether to align those interval's time exceptions.


notifyParticipantsbooleandeprecated

Deprecated, use participant_notification.


participantNotificationParticipantNotification

Whether to notify participants about the change, and an optional custom message.

Response Object
scheduleSchedule

Schedule.

Patch update the capacity of a schedule.

Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Event TriggersThis method triggers the following events:
Did this help?