New pet
Webhook
Information about a new pet in the systems
Request
- application/json
Body
- Array [
- ]
- cat
- dog
- bee
category Category
name stringrequired
Possible values: non-empty
Category name
sub object
Test Sub Category
prop1 stringrequired
Dumb Property
name stringrequired
The name given to a pet
photoUrls url[]required
Possible values: <= 20
The list of URL to a cute photos featuring pet
friend circular(pet)required
tags Tag[]
Possible values: >= 1
Tags attached to the pet
name stringrequired
Possible values: non-empty
Tag name
status stringrequired
Possible values: [available
, pending
, sold
]
Pet status in the store
petType string
Possible values: [cat
, dog
, bee
]
Type of a pet
huntingSkill stringrequired
Possible values: [clueless
, lazy
, adventurous
, aggressive
]
Default value: lazy
The measured skill for hunting
packSize int32required
Possible values: >= 1
Default value: 1
The size of the pack the dog is from
honeyPerDay numberrequired
Average amount of honey produced per day in ounces
Responses
- 200
Return a 200 status to indicate that the data was received successfully
Loading...