Error
A valid request URL is required to generate request examples{
"name": "doggie",
"photoUrls": [
"<string>"
],
"id": 10,
"category": {
"id": 1,
"name": "Dogs"
},
"tags": [
{
"id": 123,
"name": "<string>"
}
],
"status": "available"
}pet
Update an existing pet.
Update an existing pet by Id.
PUT
/
pet
Error
A valid request URL is required to generate request examples{
"name": "doggie",
"photoUrls": [
"<string>"
],
"id": 10,
"category": {
"id": 1,
"name": "Dogs"
},
"tags": [
{
"id": 123,
"name": "<string>"
}
],
"status": "available"
}Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
application/jsonapplication/xmlapplication/x-www-form-urlencoded
Update an existent pet in the store