Update an existing pet

put/pet
updatePet
Update an existing pet
Parameters
body
NameTypeRequiredDescriptionDefault
bodyobjectrequiredPet object that needs to be added to the store
Responses
Authentication
petstore_auth (write:pets, read:pets)
Code Examples
curl -X PUT 'https://api.example.com/pet' \
  -H 'Content-Type: application/json'