Swagger Petstore v1.0.8 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.
Base URL https://petstore.swagger.io/v2
Endpoints 20 endpoints across 3 tags
pet Everything about your Pets
POST /pet/{petId}/uploadImageuploads an image POST /petAdd a new pet to the store PUT /petUpdate an existing pet GET /pet/findByStatusFinds Pets by status GET /pet/findByTagsFinds Pets by tags GET /pet/{petId}Find pet by ID POST /pet/{petId}Updates a pet in the store with form data DELETE /pet/{petId}Deletes a pet
store Access to Petstore orders
GET /store/inventoryReturns pet inventories by status POST /store/orderPlace an order for a pet GET /store/order/{orderId}Find purchase order by ID DELETE /store/order/{orderId}Delete purchase order by ID
user Operations about user
POST /user/createWithListCreates list of users with given input array GET /user/{username}Get user by user name PUT /user/{username}Updated user DELETE /user/{username}Delete user GET /user/loginLogs user into the system GET /user/logoutLogs out current logged in user session POST /user/createWithArrayCreates list of users with given input array POST /userCreate user
Models 6 models defined
ApiResponse Category Pet Tag Order User