# pet Everything about your Pets ## Add a new pet to the store - [POST /pet](https://innovario.apishowdown.com/petstore/pet/addpet.md): Add new pet to the store inventory. ## Update an existing pet - [PUT /pet](https://innovario.apishowdown.com/petstore/pet/updatepet.md) ## OperationId with quotes - [DELETE /pet](https://innovario.apishowdown.com/petstore/pet/deletepetby%22id.md) ## OperationId with backslash - [GET /pet](https://innovario.apishowdown.com/petstore/pet/delete%255Cpetbyid.md) ## Find pet by ID - [GET /pet/{petId}](https://innovario.apishowdown.com/petstore/pet/getpetbyid.md): Returns a single pet ## Updates a pet in the store with form data - [POST /pet/{petId}](https://innovario.apishowdown.com/petstore/pet/updatepetwithform.md) ## Deletes a pet - [DELETE /pet/{petId}](https://innovario.apishowdown.com/petstore/pet/deletepet.md) ## uploads an image - [POST /pet/{petId}/uploadImage](https://innovario.apishowdown.com/petstore/pet/uploadfile.md) ## Finds Pets by status - [GET /pet/findByStatus](https://innovario.apishowdown.com/petstore/pet/findpetsbystatus.md): Multiple status values can be provided with comma separated strings ## Finds Pets by tags (deprecated) - [GET /pet/findByTags](https://innovario.apishowdown.com/petstore/pet/findpetsbytags.md): Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.