Changes to Rotate refresh token and return new tokens

POST /auth/refresh

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

Changed in 3 of the 5 revisions of this API.46

  1. 5acb23b382321
  2. 7e039877b8134
  3. 832c7fc616ed41

What changed

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the optional property code to the response with the 400 status

      response-optional-property-added

    • added the optional property code to the response with the 401 status

      response-optional-property-added

    • added the optional property params to the response with the 400 status

      response-optional-property-added

    • added the optional property params to the response with the 401 status

      response-optional-property-added

  • 832c7fc616ed41See the full diff
    • removed the optional property code from the response with the 400 status

      response-optional-property-removed

    • removed the optional property code from the response with the 401 status

      response-optional-property-removed

    • removed the optional property params from the response with the 400 status

      response-optional-property-removed

    • removed the optional property params from the response with the 401 status

      response-optional-property-removed

    • removed the non-success response with the status 403

      response-non-success-status-removed