update_reservation
Modify existing meeting room reservations by changing the room, date, or time. Use this tool to adjust bookings on the Boma platform when plans change.
Instructions
Update an existing reservation. You can change the room, time, or date
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reservationId | Yes | The UUID of the reservation to update | |
| roomId | No | New room name | |
| startTime | No | New start time in HH:MM format | |
| endTime | No | New end time in HH:MM format | |
| date | No | New date in YYYY-MM-DD format |