pet

Everything about your Pets

Add a new pet to the store.

Update an existing pet by Id.

Multiple status values can be provided with comma separated strings.

Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.

Returns a single pet.

Updates a pet resource based on the form data.

Delete a pet.

Upload image of the pet.

store

Access to Petstore orders

Returns a map of status codes to quantities.

Place a new order in the store.

For valid response try integer IDs with value <= 5 or > 10. Other values will generate exceptions.

For valid response try integer IDs with value < 1000. Anything above 1000 or non-integers will generate API errors.

user

Operations about user

This can only be done by the logged in user.

Creates list of users with given input array.

Log into the system.

Log user out of the system.

Get user detail based on username.

This can only be done by the logged in user.

This can only be done by the logged in user.