This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.io) or on [irc.freenode.net, #swagger](http://swagger.io/irc/). For this sample, you can use the api key `special-key` to test the authorization filters.
https://petstore.swagger.io/v220 endpoints across 3 tags
Everything about your Pets
/pet/{petId}/uploadImageuploads an image/petAdd a new pet to the store/petUpdate an existing pet/pet/findByStatusFinds Pets by status/pet/findByTagsFinds Pets by tags/pet/{petId}Find pet by ID/pet/{petId}Updates a pet in the store with form data/pet/{petId}Deletes a petAccess to Petstore orders
/store/inventoryReturns pet inventories by status/store/orderPlace an order for a pet/store/order/{orderId}Find purchase order by ID/store/order/{orderId}Delete purchase order by IDOperations about user
/user/createWithListCreates list of users with given input array/user/{username}Get user by user name/user/{username}Updated user/user/{username}Delete user/user/loginLogs user into the system/user/logoutLogs out current logged in user session/user/createWithArrayCreates list of users with given input array/userCreate user6 models defined