/
SO
sodafoundation
/
SODA Multi-Cloud API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 54m ago · Updated 2mo 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
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