2026-05-26
May 26th, 2026
New endpoints and fields to support accurate booking dates and reservation comments
Changed
- Expose
bookingDatein reservation creation and retrieval contracts forPOST /reservations-v3/quote,POST /reservations-v3/owner/confirmed,POST /reservations-v3,GET /reservations-v3, andGET /reservations-v3/search
Added
- Add
PUT /reservations-v3/{reservationId}/booking-dateto update a reservation's real-world booking date - Add reservation comment operations:
GET /reservations-v3/{reservationId}/comments,POST /reservations-v3/{reservationId}/comments,PATCH /reservations-v3/{reservationId}/comments/{commentId}, andDELETE /reservations-v3/{reservationId}/comments/{commentId}
