---
title: "Reschedule a booking"
method: PATCH
path: "/v3/scheduling/bookings/{booking_id}"
tags: ["Bookings"]
---

# Reschedule a booking

`PATCH /v3/scheduling/bookings/{booking_id}`

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](/docs/reference/api/configurations/). 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](/docs/reference/api/#updating-objects).

## Request body

- union
  - BookingUpdate
    - `start_time` string, required — The event's start time, in seconds using the Unix timestamp format.
    - `end_time` string, required — The event's end time, in seconds using the Unix timestamp format.
  - BookingUpdateGroup
    - `calendar_id` string, required — The ID of the calendar to access.
    - `end_time` integer, required — The event's end time, in seconds using the Unix timestamp format.\
    - `event_id` string, required — The ID of the event to update.
    - `master_event_id` string — (Recurring events only) The ID of the master event.
    - `start_time` integer, required — The event's start time, in seconds using the Unix timestamp format.

## Response `200`

OK

- object
  - `request_id` string — ID of the request.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `429` — Rate Limit
- `504` — Provider Failure

---

[API](https://skmtc.dev/nylas/apis/nylas-api.md) · [All operations](https://skmtc.dev/nylas/apis/nylas-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nylas/nylas-api/revisions/51c2c1b4ecff/schema)
