/
SW
swagger
/
Swagger Petstore
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 11h ago · Updated 2mo ago
Details
Filter operations
pet
8
post
uploads an image
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
store
4
user
8
pet
Add a new pet to the store
post
/pet
Request body
Pet
required
id
integer
category
Category
name
string
required
photoUrls
string[]
required
tags
Tag[]
status
'available'
|
'pending'
|
'sold'
pet status in the store
Example request
{ "name": "doggie" }
Changes