updateScheduleItem( )


Updates a schedule item in a draft schedule.

Authentication

This function requires elevated permissions and runs only on the backend and on dashboard pages.

Permissions
Manage Events - all permissions
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
itemIdstringRequired

Schedule item ID.


eventIdstringRequired

Event ID to which the schedule belongs.


optionsUpdateScheduleItemOptions

Optional fields.

Returns
Return Type:Promise<UpdateScheduleItemResponse>
Was this helpful?
Yes
No