Create job schedule

This API adds a schedule to a job.

{
  "name": "Name",
  "timezone": "UTC",
  "start_time": "2021-03-16 07:16:53",
  "end_time": "2021-03-17 23:59:59",
  "schedule_type": "WEEKLY",
  "repeats": [
    {
      "start_time": {
        "month_of_year": [
          10
        ],
        "day_of_month": [
          1
        ],
        "day_of_week": [
          7
        ],
        "time": "00:00"
      },
      "stop_time": {
        "month_of_year": [
          10
        ],
        "day_of_month": [
          1
        ],
        "day_of_week": [
          7
        ],
        "time": "23:59"
      }
    }
  ]
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!