Updates a Wix event.
The updateEvent()
function returns a Promise that resolves to the newly-updated Wix event after the Wix event is successfully updated.
Updating a Wix event does not impact existing guests or generated tickets, orders, and invoices.
Updating the title
of a Wix event automatically updates the event's slug
and eventUrl.path
.
Only those with "Manage Events" permissions can update Wix events.
Note: This function requires elevated permissions to run.
This function is not universal and runs only on the backend.
Event ID.
Info used to update the Wix event.
Options to use when updating the Wix event.
This example demonstrates how to update a TBD event once the date is known. In
addition to updating the date, we set the scheduling.tbd
field to false
.