API Reference
Libraries
API Overview
Pets
Finds Pets by status
/pet/findByStatus
Finds Pets by tags
/pet/findByTags
Find pet by ID
/pet/{petId}
Updates a pet in the store with form data
/pet/{petId}
Deletes a pet
/pet/{petId}
uploads an image
/pet/{petId}/uploadImage
Store
Returns pet inventories by status
/store/inventory
StoreOrders
Place an order for a pet
/store/order
Find purchase order by ID
/store/order/{orderId}
Delete purchase order by ID
/store/order/{orderId}
Users
Create user
/user
Creates list of users with given input array
/user/createWithList
Logs user into the system
/user/login
Logs out current logged in user session
/user/logout
Get user by user name
/user/{username}
Update user
/user/{username}
Delete user
/user/{username}