Automation
Update Script Schedules
update script schedules
put/operations/automation/scripts/{tenant_id}/update/{schedule_id}
Path parameters
tenant_idstring required
Specify the tenant ID. This is a unique ID and can be retrieved using the List Tenants API.
schedule_idstring required
Specify the schedule Id to fetch the schedule data
Request body
Example request
{
"recurrence": "Once",
"args": {
"job_details": [
{
"keypair_flag": "true"
}
]
}
}Response
Success