Bookings
Reschedule a booking
Reschedules the specified booking. Nylas also updates the associated event on the provider.
Nylas recommends against changing participants' email addresses while updating a booking, to avoid confusion.
Nylas validates the provided session ID and uses it to retrieve the related Configuration object. If you created a public Configuration, you don't need to include the Authorization request header with a session ID, but you do need to pass the Configuration object ID as a query parameter.
When you make a PATCH request, Nylas replaces all data in the nested object with the information included in your request. For more information, see Updating objects.
patch/v3/scheduling/bookings/{booking_id}
Request body
Example request
{
"calendar_id": "7d93zl2palhxqdy6e5qinsakt",
"end_time": 1661877792,
"event_id": "5d3qmne77v32r8l4phyuksl2x",
"master_event_id": "5d3qmne77v32r8l4phyuksl2x",
"start_time": 1661874192
}Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.