Update an existing pet by Id.
{ "id": 10, "name": "doggie", "category": { "id": 1, "name": "Dogs" }, "photoUrls": [ "<string>" ], "tags": [ { "id": 123, "name": "<string>" } ], "status": "available" }
The access token received from the authorization server in the OAuth 2.0 flow.
Update an existent pet in the store
The body is of type object.
object
Successful operation
The response is of type object.