PUT
/pets/{petId}Update a pet
Update an existing pet's information.
Base URL
https://api.petstore.example.com/v1Parameters
petIdpathstring (uuid)requiredThe unique identifier of the pet
Request Body
required
application/jsonUpdatePetRequest
namestringThe pet's name
photoUrlsarray<string (uri)>statusstringEnum:
availablependingsoldtagsarray<string>Responses
Navigation