UpdatePublicBookingIntentRequest

Request schema for updating a booking intent via a public interface.

Request schema for updating a booking intent via a public interface.

Example

{  "client_data": {    "email": "jane@example.com",    "first_name": "Jane"  },  "end_at": "2026-02-23T10:30:00-05:00",  "provider_id": "prov_1234567890",  "start_at": "2026-02-23T10:00:00-05:00",  "time_zone": "America/New_York"}