logo
Log in
Swagger Petstore v. 1.0.0
-
put
Update an existing pet
-
post
Add a new pet to the store
-
get
Finds Pets by status
-
get
Finds Pets by tags
-
get
Find pet by ID
-
post
Updates a pet in the store with form data
-
delete
Deletes a pet
-
post
uploads an image
-
get
Returns pet inventories by status
-
post
Place an order for a pet
-
get
Find purchase order by ID
-
delete
Delete purchase order by ID
-
post
Create user
-
post
Creates list of users with given input array
-
post
Creates list of users with given input array
-
get
Logs user into the system
-
get
Logs out current logged in user session
-
get
Get user by user name
-
put
Updated user
-
delete
Delete user
-
Order
-
Category
-
User
-
Tag
-
Pet
-
ApiResponse
-
ErrorModel