updateScheduleItem( )


Updates an existing schedule item.

The changes are performed on a draft schedule item, even if the schedule item has already been published.

Method Declaration
Copy
Method Parameters
itemIdstringRequired

Schedule item ID to update.


eventIdstringRequired

Event ID to which the schedule item belongs.


optionsUpdateScheduleItemOptions

Optional fields.

Returns
Return Type:Promise<UpdateScheduleItemResponse>
Errors

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

Did this help?