curl --request POST \
--url https://api.skyvern.com/v1/workflows/{workflow_permanent_id}/schedules/{workflow_schedule_id}/enable{
"schedule": {
"workflow_schedule_id": "<string>",
"organization_id": "<string>",
"workflow_permanent_id": "<string>",
"cron_expression": "<string>",
"timezone": "<string>",
"enabled": true,
"created_at": "2023-11-07T05:31:56Z",
"modified_at": "2023-11-07T05:31:56Z",
"parameters": {},
"temporal_schedule_id": "<string>",
"name": "<string>",
"description": "<string>",
"deleted_at": "2023-11-07T05:31:56Z"
},
"next_runs": [
"2023-11-07T05:31:56Z"
]
}curl --request POST \
--url https://api.skyvern.com/v1/workflows/{workflow_permanent_id}/schedules/{workflow_schedule_id}/enable{
"schedule": {
"workflow_schedule_id": "<string>",
"organization_id": "<string>",
"workflow_permanent_id": "<string>",
"cron_expression": "<string>",
"timezone": "<string>",
"enabled": true,
"created_at": "2023-11-07T05:31:56Z",
"modified_at": "2023-11-07T05:31:56Z",
"parameters": {},
"temporal_schedule_id": "<string>",
"name": "<string>",
"description": "<string>",
"deleted_at": "2023-11-07T05:31:56Z"
},
"next_runs": [
"2023-11-07T05:31:56Z"
]
}Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.