Hexo Swagger

Star

Home PetStore
2018-10-18

[Get] /user/login - Logs user into the system


Parameters

username   ( string ) - The user name for login

password   ( string ) - The password for login in clear text


Response

200 - successful operation

application/xml   ( string )

application/json   ( string )

400 - Invalid username/password supplied

Share

Paths

  • pet

    • [GET] /pet
    • [POST] /pet
    • [PUT] /pet
    • [GET] /pet/findByStatus
    • [GET] /pet/findByTags
    • [GET] /pet/{petId}
    • [DELETE] /pet/{petId}
    • [POST] /pet/{petId}
    • [GET] /pet/{petId}/uploadImage
    • [POST] /pet/{petId}/uploadImage
  • store

    • [GET] /store/inventory
    • [GET] /store/order
    • [POST] /store/order
    • [GET] /store/order/{orderId}
    • [DELETE] /store/order/{orderId}
  • user

    • [GET] /user
    • [POST] /user
    • [GET] /user/createWithArray
    • [GET] /user/createWithList
    • [POST] /user/createWithList
    • [GET] /user/login
    • [GET] /user/logout
    • [GET] /user/{username}
    • [PUT] /user/{username}
    • [DELETE] /user/{username}

Schemas

  • ApiResponse
  • Category
  • Order
  • Pet
  • Tag
  • User

Archives

  • September 2018
© 2018 Taku Miao
Powered by Hexo
Home PetStore