put https://sandbox.xola.com/api/events/
At this time, this endpoint can only update the event's max property.
Overriding the maximum capacity does not remove inventory restrictions
If you are using the Inventory feature and have assigned inventory to an experience, overriding the
maxwill only work for values lower than what the inventory allows.For example, if the system computed inventory capacity is 10 open seats, setting
max=20will not increase the event's capacity to 20 because the inventory capacity limits this. However, settingmax=5will decrease the event's capacity since this value is lower than the inventory capacity.
Response codes
| Response code | Definition | 
|---|---|
| 200 | Event was successfully updated. | 
| 204 | If no maxis specified in the request, no action will be taken. |