POST

Publish Draft


Publishes the draft schedule.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Events - all permissions
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/events/v1/schedule/publish

Body Params
eventIdstringRequiredformat GUID

Event ID.

Response Object
Returns an empty object.
Publish Draft Example 1
Request
cURL
curl -X POST 'https://www.wixapis.com/events/v1/agenda/publish' \ -H 'Content-Type: application/json' \ -H 'Authorization: <AUTH TOKEN>'
Response
JSON
{}
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?