Changes to Pull and recreate stack

POST /api/stacks/{stackName}/update

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

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

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

What changed

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

      response-optional-property-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