Changes to Login the user

POST /api/login

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

Changed in 2 of the 49 revisions of this API.246

  1. d98df61622ee132
  2. b70359972942114

What changed

  • d98df61622ee132See the full diff
    • added required request body

      request-body-added-required

    • deleted the query request parameter logout

      request-parameter-removed

    • deleted the query request parameter password

      request-parameter-removed

    • deleted the query request parameter user

      request-parameter-removed

    • api operation id rutil:login removed and replaced with auth:login

      api-operation-id-removed

    • added the optional property to the response with the status

      response-optional-property-added

  • b70359972942114See the full diff
    • removed the request body

      request-body-removed

    • removed the optional property from the response with the status

      response-optional-property-removed

    • api operation id auth:login removed and replaced with rutil:login

      api-operation-id-removed

    • added the new optional query request parameter logout

      new-optional-request-parameter

    • added the new optional query request parameter password

      new-optional-request-parameter

    • added the new optional query request parameter user

      new-optional-request-parameter