Updates existing schedule item. All modifications are performed on a draft schedule, even if schedule item has already been published.
You can only call this method when authenticated as a Wix app or Wix user identity.
Schedule item ID.
Event ID.
Schedule item.
Set of field paths to update. When fields are empty, request is interpreted as full update. Behavior follows google.protobuf.FieldMask semantics.
Schedule item.
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>'
{}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.