PATCH

Update Session


Deprecated

This method has been replaced with Update Event, and will be removed on June 30, 2025.

Updates a session. The property values specified replace the existing values. If a property is not specified in the request it will remain unchanged. Array properties, if specified, overwrite the existing array and all of its elements. The participants array cannot be updated. Use the participantNotification property to send an email to the participants notifying them of the change.

Permissions This endpoint requires the Manage Bookings permissions scope

Endpoint
PATCH
https://www.wixapis.com/bookings/v1/calendar/sessions/{session.id}

Path Params
session.idstringRequired

Session ID.

Body Params
sessionSessionRequired

Session.


updatedUpdated

Field mask of fields to update. Not supported for recurring sessions.


deletedDeleted

List of fields that do not inherit values from the schedule when they are empty. Not supported for recurring sessions.


notifyParticipantsbooleandeprecated

Deprecated. Use participant_notification.


participantNotificationParticipantNotification

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

Response Object
sessionSession

Session.

Update the start & end times of a session using the "updated" field mask.

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?