Add a new pet to the store.
POST/pet
Add a new pet to the store.
Request
Body
unknown
Create a new pet in the store
Responses
application/jsonapplication/xml
idinteger(int64)Example: 10
integer (int64)
namestringExample: "doggie"
string
categoryobjectidinteger(int64)Example: 1
integer (int64)
namestringExample: "Dogs"
string
photoUrlsarrayArray of:
string
tagsarrayArray of:
idinteger(int64)integer (int64)
namestringstring
statusstringpet status in the store
string
pet status in the store
idinteger(int64)Example: 10
integer (int64)
namestringExample: "doggie"
string
categoryobjectidinteger(int64)Example: 1
integer (int64)
namestringExample: "Dogs"
string
photoUrlsarrayArray of:
string
tagsarrayArray of:
idinteger(int64)integer (int64)
namestringstring
statusstringpet status in the store
string
pet status in the store
Response Info
Status Code:200
Description:Successful operation
Content Types:
application/jsonapplication/xml