Changes to Delete pipeline

DELETE /pipelines/{id}

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

Changed in 4 of the 47 revisions of this API.224

  1. d27c818295f01
  2. 92902db01acc21
  3. fac010782a811
  4. 131345353e383

What changed

    • changed the pattern of the path request parameter id from ^[a-z][a-z0-9_-]*$ to ^[a-zA-Z][a-zA-Z0-9_-]*$

      request-parameter-pattern-changed

  • 92902db01acc21See the full diff
    • for the path request parameter id, the minLength was increased from 0 to 3

      request-parameter-min-length-increased

    • added the pattern ^[a-z][a-z0-9_-]*$ to the path request parameter id

      request-parameter-pattern-added

    • for the path request parameter id, the maxLength was set to 64

      request-parameter-max-length-set

    • removed the non-success response with the status 500

      response-non-success-status-removed

    • for the path request parameter id, the minLength was decreased from 3 to 0

      request-parameter-min-length-decreased

    • removed the pattern ^[a-zA-Z][a-zA-Z0-9_-]*$ from the path request parameter id

      request-parameter-pattern-removed

    • added the non-success response with the status 500

      response-non-success-status-added

    This revision also has 16 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog