PUT/pets/{petId}

Update a pet

Update an existing pet's information.

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

Parameters

petIdpathstring (uuid)required

The unique identifier of the pet

Request Body

required
application/json
UpdatePetRequest
namestring

The pet's name

photoUrlsarray<string (uri)>
statusstring
Enum:availablependingsold
tagsarray<string>

Responses

Navigation