update_reservation
Update an existing restaurant reservation by providing its ID and the fields you want to change.
Instructions
Update an existing reservation. Only provide fields you want to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Reservation ID to update | |
| date | No | New date (YYYY-MM-DD) | |
| name | No | Guest full name | |
| No | Guest email | ||
| notes | No | Updated notes | |
| phone | No | Guest phone | |
| status | No | New status | |
| end_time | No | New end time | |
| branch_id | No | Location/branch ID | |
| start_time | No | New start time | |
| table_name | No | Table identifier | |
| total_guest | No | Number of guests |