# Venue visibility update Notification of a change to venue visibility, i.e. whether the venue is active or not. Endpoint: POST venueVisibility Version: 1.0.0 Security: ApiKeyAuth ## Request fields (application/json): - `venue_id` (integer) Unique identifier for an entity (such as venue or booking). - `visible` (boolean) true if the venue is active and visible. ## Response 200 fields