Petstore Orders
Access to Petstore orders
📄️ Introduction
This is a sample server Petstore server.
📄️ Add a new pet to the store
Add new pet to the store inventory.
📄️ Create user
This can only be done by the logged in user.
📄️ Creates list of users with given input array
📄️ Creates list of users with given input list
📄️ Delete purchase order by ID
For valid response try integer IDs with value < 1000. Anything above 1000 or nonintegers will generate API errors
📄️ Deletes a pet
📄️ Delete user
This can only be done by the logged in user.
📄️ Finds Pets by status
Multiple status values can be provided with comma separated strings
📄️ Finds Pets by tags
Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
📄️ Returns pet inventories by status
Returns a map of status codes to quantities
📄️ Find purchase order by ID
For valid response try integer IDs with value <= 5 or > 10. Other values will generated exceptions
📄️ Find pet by ID
Returns a single pet
📄️ Get user by user name
📄️ Logs user into the system
📄️ Logs out current logged in user session
📄️ New pet
Information about a new pet in the systems
📄️ Pets
Pets
📄️ Place an order for a pet
🗃️ schemas
1 item
📄️ Petstore Orders
Petstore Orders
📄️ Subscribe to the Store events
Add subscription for a store events
📄️ Updates a pet in the store with form data
📄️ Update an existing pet
📄️ Updated user
This can only be done by the logged in user.
📄️ uploads an image
📄️ Users
Users