pet
Updates a pet in the store with form data.
Updates a pet resource based on the form data.
post/pet/{petId}
Path parameters
petIdinteger required
ID of pet that needs to be updated
Query parameters
namestring
Name of pet that needs to be updated
statusstring
Status of pet that needs to be updated
Response
successful operation
Example response
{
"id": 10,
"name": "doggie",
"category": {
"id": 1,
"name": "Dogs"
}
}