POST/pets

Create a new pet

Add a new pet to the store inventory.

Base URLhttps://api.petstore.example.com/v1

Request Body

required
application/json
CreatePetRequest
categorystring

The type of pet

Enum:dogcatbirdfishother
namestringrequired

The pet's name

photoUrlsarray<string (uri)>
tagsarray<string>

Responses

Navigation