# pet Everything about your Pet ## Add a new pet to the store - [POST /pet](https://innovario.apishowdown.com/catalog/api-showdown/api-hub/pet-store/openapi/pet/addpet.md): Add a new pet to the store ## Update an existing pet - [PUT /pet](https://innovario.apishowdown.com/catalog/api-showdown/api-hub/pet-store/openapi/pet/updatepet.md): Update an existing pet by Id ## Finds Pet by status - [GET /pet/findByStatus](https://innovario.apishowdown.com/catalog/api-showdown/api-hub/pet-store/openapi/pet/findpetsbystatus.md): Multiple status values can be provided with comma separated strings ## Finds Pet by tags - [GET /pet/findByTags](https://innovario.apishowdown.com/catalog/api-showdown/api-hub/pet-store/openapi/pet/findpetsbytags.md): Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing. ## Find pet by ID - [GET /pet/{petId}](https://innovario.apishowdown.com/catalog/api-showdown/api-hub/pet-store/openapi/pet/getpetbyid.md): Returns a single pet ## Updates a pet in the store with form data - [POST /pet/{petId}](https://innovario.apishowdown.com/catalog/api-showdown/api-hub/pet-store/openapi/pet/updatepetwithform.md) ## Deletes a pet - [DELETE /pet/{petId}](https://innovario.apishowdown.com/catalog/api-showdown/api-hub/pet-store/openapi/pet/deletepet.md) ## uploads an image - [POST /pet/{petId}/uploadImage](https://innovario.apishowdown.com/catalog/api-showdown/api-hub/pet-store/openapi/pet/uploadfile.md)