update_accommodation
Change a booking's property, dates, price, confirmation or notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | The property's own name, e.g. 'Memmo Alfama' | |
| type | No | hotel, hostel, airbnb, apartment, other | |
| notes | No | ||
| address | No | ||
| check_in | No | ISO-8601 datetime, e.g. 2026-08-01T14:30:00Z | |
| currency | No | ||
| latitude | No | ||
| provider | No | Who it was booked with, e.g. 'Booking.com' | |
| check_out | No | ISO-8601 datetime, e.g. 2026-08-01T14:30:00Z | |
| longitude | No | ||
| place_name | No | The CITY the property is in, e.g. 'Lisbon' — not the property's name | |
| booking_url | No | ||
| country_code | No | ||
| price_per_night | No | ||
| accommodation_id | Yes | ||
| confirmation_code | No |