Description
Updates a pet in the store with form data
Path parameters
| Name | Type | Description | Required? |
|---|---|---|---|
petId |
integer |
ID of pet that needs to be updated | true |
Query parameters
None
Body parameters
| Name | Type | Description | Required? |
|---|---|---|---|
name |
string |
Updated name of the pet | false |
status |
string |
Updated status of the pet | false |
Content types:
- application/x-www-form-urlencoded
Responses
| Code | Returns |
|---|---|
| 405 | Invalid input |
Content types:
-
application/xml
-
application/json