API Documentation

UserApi

Name Resource Notes
createUsersWithArrayInput /user.{format}/createWithArray Creates list of users with given input array
createUser /user.{format} Create user
createUsersWithListInput /user.{format}/createWithList Creates list of users with given list input
updateUser /user.{format}/{username} Updated user
deleteUser /user.{format}/{username} Delete user
getUserByName /user.{format}/{username} Get user by user name
loginUser /user.{format}/login Logs user into the system
logoutUser /user.{format}/logout Logs out current logged in user session

PetApi

Name Resource Notes
getPetById /pet.{format}/{petId} Find pet by ID
addPet /pet.{format} Add a new pet to the store
updatePet /pet.{format} Update an existing pet
findPetsByStatus /pet.{format}/findByStatus Finds Pets by status
findPetsByTags /pet.{format}/findByTags Finds Pets by tags

StoreApi

Name Resource Notes
getOrderById /store.{format}/order/{orderId} Find purchase order by ID
deleteOrder /store.{format}/order/{orderId} Delete purchase order by ID
placeOrder /store.{format}/order Place an order for a pet