Hello team,
The root issue I have is that I'm trying to mark some seats as "not for sale" but the entire section is marked for sale.
self.__client.events.mark_as_not_for_sale(seating_pool_provider_id, objects=labels) labels= ['Section 2-36'].
After that call, all the other seats are marked for sale, which is totally unwanted.
Can you give a hand here?