Skip to content

PUT/pet

Update an existing pet

Update an existing pet by Id.

ReturnsPet

AcceptsPet

Bearer token required

Response examples

200Successful operation

application/json example derived from schema

{
  "name": "doggie",
  "photoUrls": [
    "string"
  ]
}

Released under the MIT License.