Tools (20)
Creates list of users with given input array
Creates list of users with given input array
Add a new pet to the store
Add a new pet to the store
Updates a pet in the store with form data
Updates a pet in the store with form data
Find purchase order by ID
For valid response try integer IDs with value <= 5 or > 10. Other values will generate exceptions
Get user by user name
Get user by user name
Delete user
This can only be done by the logged in user.
Find pet by ID
Returns a single pet
Create user
This can only be done by the logged in user.
Deletes a pet
Deletes a pet
Updated user
This can only be done by the logged in user.
Returns pet inventories by status
Returns a map of status codes to quantities
Creates list of users with given input array
Creates list of users with given input array
Place an order for a pet
Place an order for a pet
Logs out current logged in user session
Logs out current logged in user session
Logs user into the system
Logs user into the system
Finds Pets by status
Multiple status values can be provided with comma separated strings
Update an existing pet
Update an existing pet
uploads an image
uploads an image
Finds Pets by tags
Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
Delete purchase order by ID
For valid response try integer IDs with value < 1000. Anything above 1000 or nonintegers will generate API errors