Updates a ScheduleAsk AIpost https://api.corestack.io/v1/schedules/item/{schedule_id}Update schedulePath Paramsschedule_idstringrequiredSpecify the schedule Id to update the schedule dataBody Paramsschedule_idstringID of the schedulenamestringrequiredSchedule NamecategorystringenumrequiredCategory of the schedule.ComplianceStandardPolicyPolicyRemediationReportsScriptTemplateAllowed:ComplianceStandardPolicyPolicyRemediationReportsScriptTemplatesourcestringenumSource of the schedule creationReportReportScheduleRecommendationAllowed:ReportScheduleRecommendationdescriptionstringDescription of the schedulerecurrencestringenumRe-occurrence of the scheduleOnceOnceMinutesHoursDailyWeeklyMonthlyAnnuallyAllowed:OnceMinutesHoursDailyWeeklyMonthlyAnnuallynext_rundate-timeWhen will the schedule run for the next timelast_rundate-timeWhen the last schedule triggeredend_rundate-timeUpto when the schedule should runscheduleobjectrequiredschedule objecttimezonestringTimezone of the scheduleresourcestringrequiredID of the resource which is scheduled. Can be retrieved using the respective List APIresource_argsstringInput Parameters for the resource that is scheduled which is a JSON stringexecution_paramsarray of objectsExecution parameters for the schedule.execution_paramsADD objectnotification_configurationobjectnotification_configuration objectis_activebooleanFlag to represent whether the schedule is active or not.truefalseis_system_schedulebooleanFlag to represent whether the schedule is system scheduled or not.truefalsetenant_idstringTenant owning the schedule.created_atdate-timeWhen the schedule is createdcreated_bystringWho has created the scheduleupdated_atdate-timeWhen the schedule is updatedupdated_bystringWho has updated the schedulebackground_jobobjectbackground_job objectResponses 200Success 400Bad Request 401Unauthorized 500Internal Server ErrorUpdated about 2 months ago