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