Updates a pet in the store with form data
post/pet/{petId}
updatePetWithForm
Updates a pet in the store with form data
Parameters
path
| Name | Type | Required | Description | Default |
|---|---|---|---|---|
| petId | integer | required | ID of pet that needs to be updated |
formData
| Name | Type | Required | Description | Default |
|---|---|---|---|---|
| name | string | Updated name of the pet | ||
| status | string | Updated status of the pet |
Responses
Authentication
petstore_auth (write:pets, read:pets)
Code Examples