createpost https://api-examples.tamr.cloud/api/v1beta1/schedulesCreate a new Schedule.Body ParamsRequired. The schedule to create.Represents an action to perform on a recurring schedule.scheduleIdstringUnique ID of the schedule, generated by the service on creation.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 27 days ago