edit_venue
Update an existing venue with new details like social media URLs, facilities, and ticket info.
Instructions
Update an existing venue in BNDY. Use this to add social media URLs, facilities, ticket info, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| venueId | Yes | Venue UUID to update | |
| name | No | Updated venue name | |
| address | No | Full address | |
| city | No | City name | |
| nameVariants | No | Alternative names / aliases for the venue (e.g., "The Prince", "Prince of Wales Pub") | |
| postcode | No | Postcode | |
| phone | No | Contact phone number | |
| website | No | Venue website URL | |
| socialMediaUrls | No | Social media links array with platform and url | |
| facilities | No | Venue facilities (e.g., parking, disabled_access) | |
| profileImageUrl | No | Profile image URL | |
| standardTicketed | No | Whether venue typically requires tickets | |
| standardTicketUrl | No | Default ticket purchase URL | |
| standardTicketInformation | No | Default ticket information text | |
| validated | No | Whether venue has been validated | |
| externalIds | No | External system references (additive merge by default) | |
| replaceExternalIds | No | If true, replace all externalIds instead of merging (default: false) |