Add new pet to the store inventory.
Security
petstore_auth(Required scopes: write:petsread:pets)
Pet object that needs to be added to the store
Default:[]
One of:
The list of URL to a cute photos featuring pet
[ 1 .. 10 ] items
isString
- Mock serverhttps://innovario.apishowdown.com/_mock/petstore/pet
- Default serverhttps://petstore.swagger.io/v2/pet
- Sandbox serverhttps://petstore.swagger.io/sandbox/pet
- application/json
- application/xml
- cat
- dog
- bee
curl -i -X POST \
https://innovario.apishowdown.com/_mock/petstore/pet \
-H 'Accept-Language: en-US' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-b cookieParam=0 \
-d '{
"category": {
"name": "string",
"sub": {
"prop1": "string"
}
},
"name": "Guru",
"photoUrls": [],
"friend": {},
"tags": [
{
"name": "string"
}
],
"status": "available",
"petType": "cat",
"huntingSkill": "adventurous"
}'