Updates a pet in the store with form data.
update_pet_with_formUpdate a pet's name and status using form data. Provide the pet ID and new values to modify an existing pet record.
Instructions
Updates a pet resource based on the form data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name of pet that needs to be updated | |
| petId | Yes | ID of pet that needs to be updated | |
| status | No | Status of pet that needs to be updated |