# Updates a pet in the store with form data Endpoint: POST /pet/{petId} Version: 1.0.20-SNAPSHOT Security: petstore_auth ## Path parameters: - `petId` (integer, required) ID of pet that needs to be updated ## Query parameters: - `name` (string) Name of pet that needs to be updated - `status` (string) Status of pet that needs to be updated