schedules

Enable a schedule

This operation enables a schedule.

put/schedules/{id}/enable

Path parameters

idstring required

The unique alphanumeric string that identifies the schedule.

Response

Success

Example response

{
  "schedule": {
    "state": "enabled"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.