Changes to Tear down stack

POST /api/stacks/{stackName}/down

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

Changed in 4 of the 36 revisions of this API.126

  1. 1852f5ad2daa2
  2. d58cf9d6195b2
  3. 7464894ea58222
  4. c62bbceae8241

What changed

    • added the new optional query request parameter removeVolumes

      new-optional-request-parameter

    • added the non-success response with the status 400

      response-non-success-status-added

    • removed the ADMIRAL_REQUIRED enum value from the code response property for the response status 403

      response-property-enum-value-removed

    • removed the ADMIRAL_REQUIRED enum value from the code response property for the response status 500

      response-property-enum-value-removed

    • added the new PAID_REQUIRED enum value to the code response property for the response status 403

      response-property-enum-value-added

    • added the new PAID_REQUIRED enum value to the code response property for the response status 500

      response-property-enum-value-added

    • removed the PRO_REQUIRED enum value from the code response property for the response status 403

      response-property-enum-value-removed

    • removed the PRO_REQUIRED enum value from the code response property for the response status 500

      response-property-enum-value-removed

    • added the pattern ^[a-zA-Z0-9_-]+$ to the path request parameter stackName

      request-parameter-pattern-added