updateEvent( )


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.

Method Declaration
Copy
Method Parameters
eventIdstringRequired

Event ID.


eventInfoWixEventUpdateInfoRequired

Info used to update the Wix event.


optionsWixEventInfoOptionsRequired

Options to use when updating the Wix event.

Returns
Return Type:Promise<WixEvent>
Was this helpful?
Yes
No