{{nickname}}
+{{summary}}
Pet
addPet
+Add a new pet to the store
Status: 405 - Invalid input
deletePet
+Deletes a pet
Status: 400 - Invalid pet value
findPetsByStatus
+Finds Pets by status
Status: 400 - Invalid status value
findPetsByTags
+Finds Pets by tags
Status: 400 - Invalid tag value
getPetById
+Find pet by ID
Status: 404 - Pet not found
updatePet
+Update an existing pet
Status: 405 - Validation exception
updatePetWithForm
+Updates a pet in the store with form data
Status: 405 - Invalid input
uploadFile
+uploads an image
Store
deleteOrder
+Delete purchase order by ID
Status: 404 - Order not found
getInventory
+Returns pet inventories by status
Status: 200 - successful operation
getOrderById
+Find purchase order by ID
Status: 404 - Order not found
placeOrder
+Place an order for a pet
User
createUser
+Create user
Status: 0 - successful operation
createUsersWithArrayInput
+Creates list of users with given input array
Status: 0 - successful operation
createUsersWithListInput
+Creates list of users with given input array
Status: 0 - successful operation
deleteUser
+Delete user
Status: 404 - User not found
getUserByName
+Get user by user name
Status: 404 - User not found
loginUser
+Logs user into the system
Status: 400 - Invalid username/password supplied
logoutUser
+Logs out current logged in user session
Status: 0 - successful operation
updateUser
+Updated user