publishDraftEvent( )


Publishes a draft event to your live site. Once published, the event's status changes from "DRAFT" to "UPCOMING".

It's impossible to revert the "DRAFT" status after publishing. The only option is to clone the event, then delete the original.

Authentication

This method may require higher-level permissions than the caller has, based on their identity and roles and permissions. In these cases, you can ensure the method is called with the required level of authorization by using one of the following:

Permissions
Manage Events
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
eventIdstringRequired

Event ID.


optionsPublishDraftEventOptions

Optional fields.

Returns
Return Type:Promise<PublishDraftEventResponse>
Errors
428Failed Precondition

There are 2 errors with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Did this help?