# Updates a pet in the store with form data Endpoint: POST /pet/{petId} Version: 1.0.0 Security: petstore_auth ## Path parameters: - `petId` (integer, required) ID of pet that needs to be updated ## Request fields (application/x-www-form-urlencoded): - `name` (string) Updated name of the pet - `status` (string) Updated status of the pet