Updates a pet in the store with form data.
update_pet_with_formUpdate a pet's name or status by submitting form data with the pet ID. Modify pet details through an API endpoint.
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 |