# Updates a pet in the store with form data **POST /pet/{petId}** ## Servers ## Authentication methods - Petstore auth ## Parameters #### Path parameters - **petId** (integer(int64)) 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 ## Responses ### 405: Invalid input [Powered by Bump.sh](https://bump.sh)