Update a logged visit
update_visitUpdate one of your logged lounge visits — change the rating, notes, or date. Identify the visit by lounge_slug; if you have multiple visits to the same lounge, pass visited_at to pick the one to update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | New notes | |
| rating | No | New rating, 1-5 | |
| visited_at | No | Existing visit date (YYYY-MM-DD) — needed only to disambiguate multiple visits | |
| lounge_slug | Yes | Lounge slug of the visit to update | |
| new_visited_at | No | Change the visit date to this (YYYY-MM-DD) |