Updates a pet in the store with form data.
update_pet_with_formUpdate a pet's name and status by providing the pet ID and form data.
Instructions
Updates a pet resource based on the form data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| petId | Yes | ID of pet that needs to be updated | |
| name | No | Name of pet that needs to be updated | |
| status | No | Status of pet that needs to be updated |