Changes to Deploy stack

POST /api/stacks/{stackName}/deploy

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

Changed in 5 of the 36 revisions of this API.116

  1. 40ec058393a32
  2. 0c52a67054992
  3. d58cf9d6195b1
  4. 7464894ea58211
  5. c62bbceae8241

What changed

    • added the non-success response with the status 409

      response-non-success-status-added

    • added the non-success response with the status 503

      response-non-success-status-added

    • added the optional property failure to the response with the 500 status

      response-optional-property-added

    • added the optional property healthGateId to the response with the 200 status

      response-optional-property-added

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

      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

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

      response-property-enum-value-removed

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

      request-parameter-pattern-added