Schedules
Updates a Schedule
Update schedule
post/v1/schedules/item/{schedule_id}
Path parameters
schedule_idstring required
Specify the schedule Id to update the schedule data
Request body
Example request
{
"category": "ComplianceStandard",
"source": "Report",
"recurrence": "Once"
}Response
Success
Example response
{
"category": "ComplianceStandard",
"source": "Report",
"recurrence": "Once"
}