/
SW
swagger
/
Swagger Petstore - OpenAPI 3.0
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 2w ago
Details
Filter operations
pet
8
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.
store
4
user
7
pet
Deletes a pet.
Delete a pet.
delete
/pet/{petId}
Path parameters
petId
integer
required
Pet id to delete
Headers
api_key
string
Response
Pet deleted
Changes