Changes to Create Deployment Schedules

POST /api/deployments/{id}/schedules

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 3 of the 50 revisions of this API.17

  1. e3ee4e0af3976
  2. 1300477de63f1
  3. f5e6e917c9241

What changed

    • added the new optional request property items/catchup

      new-optional-request-property

    • added the new optional request property items/max_active_runs

      new-optional-request-property

    • added the new optional request property items/max_scheduled_runs

      new-optional-request-property

    • added the optional property items/catchup to the response with the 201 status

      response-optional-property-added

    • added the optional property items/max_active_runs to the response with the 201 status

      response-optional-property-added

    • added the optional property items/max_scheduled_runs to the response with the 201 status

      response-optional-property-added

    • the request property items/schedule became required

      request-property-became-required

    • endpoint added

      endpoint-added