class Seatsio::EventsClient
def update(key:, chart_key: nil, event_key: nil, book_whole_tables: nil, table_booking_modes: nil)
def update(key:, chart_key: nil, event_key: nil, book_whole_tables: nil, table_booking_modes: nil) payload = build_event_request(chart_key: chart_key, event_key: event_key, book_whole_tables: book_whole_tables, table_booking_modes: table_booking_modes) @http_client.post("/events/#{key}", payload) end