Add a new pet to the store
pet
Request
Body Params application/x-www-form-urlencoded
Responses
application/json category
object (Category)
requiredtags
array[object (Tag) {2}]
requiredAllowed values:availablependingsold
{
"code": 0,
"data": {
"name": "Hello Kitty",
"photoUrls": [
"http://dummyimage.com/400x400"
],
"id": 3,
"category": {
"id": 71,
"name": "Cat"
},
"tags": [
{
"id": 22,
"name": "Cat"
}
],
"status": "sold"
}
}
Modified at 2025-02-20 15:04:25