Update a workbook schedule
Update a schedule of a workbook to export data from the workbook on a periodic basis.
### Usage notes
- Retrieve the **workbookId** by calling the [/v2/workbooks](https://help.sigmacomputing.com/reference/list-workbooks) endpoint.
- Retrieve the **scheduleId** by calling the [/v2/workbooks/{workbookId}/schedules](https://help.sigmacomputing.com/reference/list-workbook-schedules) endpoint.
- To add or update a team recipient, retrieve the **teamId** by calling the [/v2/teams](https://help.sigmacomputing.com/reference/list-teams) endpoint.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Path parameters
workbookId
scheduleId
Request
The request body.
target
One or more targets to send the workbook to.
schedule
When to send the workbook export.
configV2
Configuration settings for the export schedule.
description
Description of the scheduled export
suspensionAction
Action to take on the schedule. Use pause to pause the schedule and resume to resume the schedule.
Allowed values:
Response
The response body.
scheduledNotificationId
Unique identifier of the scheduled export.
workbookId
Unique identifier of the workbook.
schedule
configV2
isSuspended
Whether the schedule is currently suspended.
ownerId
Unique identifier of the user who owns the schedule.
lastUpdatedByUser
Unique identifier of the user who last updated the schedule.
disabledAt
Timestamp when the schedule was disabled, or null if the schedule is active.
disabledBy
Unique identifier of the member who disabled the schedule, or null if the schedule is active.
createdBy
The identifier of the user who created this object.
updatedBy
The identifier of the user or process that last updated this object.
createdAt
When the object was created.
updatedAt
When the object was last updated.

