New pet
Webhook
Information about a new pet in the systems
Request
- application/json
Body
- cat
- dog
- bee
petType object
Possible values: [cat
, dog
, bee
]
huntingSkillstringrequired
The measured skill for hunting
Possible values: [clueless
, lazy
, adventurous
, aggressive
]
Default value:
lazy
Example:
adventurous
packSizeint32required
The size of the pack the dog is from
Possible values: >= 1
Default value:
1
honeyPerDaynumberrequired
Average amount of honey produced per day in ounces
Default value:
0
Example:
3.14
category Category
namestringrequired
The name given to a pet
Example:
Guru
photoUrlsurl[]required
The list of URL to a cute photos featuring pet
Possible values: <= 20
friendcircular(Pet)
tags Tag[]required
statusstring
Pet status in the store
Possible values: [available
, pending
, sold
]
Responses
- 200
Return a 200 status to indicate that the data was received successfully
ResponseClear