POST/pet/{petId}
Updates a pet in the store with form data
Updates a pet resource based on the form data.
Parameters 3
| Name | Type | Description |
|---|---|---|
petIdrequired | path · integer | ID of pet that needs to be updated |
name | query · string | Name of pet that needs to be updated |
status | query · string | Status of pet that needs to be updated |
ReturnsPet
Bearer token required
Response examples
200successful operation
{
"name": "doggie",
"photoUrls": [
"string"
]
}