PATCH

Update Schedule Item


Updates existing schedule item. All modifications are performed on a draft schedule, even if schedule item has already been published.

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
PATCH
https://www.wixapis.com/events/v1/schedule/draft/{itemId}

Path Params
itemIdstringRequired

Schedule item ID.

Body Params
eventIdstringRequiredformat GUID

Event ID.


itemItem

Schedule item.


fieldsFields

Set of field paths to update. When fields are empty, request is interpreted as full update. Behavior follows google.protobuf.FieldMask semantics.

Response Object
itemItem

Schedule item.

Update Schedule Item Example 1
Request
cURL
curl -X PATCH 'https://www.wixapis.com/events/v1/agenda/draft/80a28db1-672b-45db-a62c-5315ee07ae22' \ -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?