updatepatch https://api-examples.tamr.cloud/api/v1beta1/schedules/{schedule.scheduleId}Update a Schedule. This is a patch operation, so only the fields specified in the request are updated.Path Paramsschedule.scheduleIdstringrequiredUnique ID of the schedule, generated by the service on creation.Body ParamsRequired. The updated schedule.displayNamestringrequiredRequired. Display name of the Schedule, defined by the user.descriptionstringOptional. Description of the Schedule, defined by the user.timetableobjectrequiredDescribes the actual schedule of events.timetable objectactionobjectrequiredDescribes the action to perform when a scheduled event occurs.action objectstatestringenumDefaults to SCHEDULE_STATE_ACTIVE SCHEDULE_STATE_ACTIVE: Scheduled events will occur as normal. SCHEDULE_STATE_PAUSED: Scheduled events will not occur until the schedule is resumed. Events can still be forced to run on-demand using RunSchedule with force=true. SCHEDULE_STATE_ACTIVESCHEDULE_STATE_PAUSEDAllowed:SCHEDULE_STATE_ACTIVESCHEDULE_STATE_PAUSEDResponse 200A successful response.Updated 13 days ago