# pet Everything about your Pets ## Add a new pet to the store - [POST /pet](https://phronesis-creativara.redocly.app/products/api-hub/petstore/pet/addpet.md): Add a new pet to the store ## Update an existing pet - [PUT /pet](https://phronesis-creativara.redocly.app/products/api-hub/petstore/pet/updatepet.md): Update an existing pet by Id ## Finds Pets by status - [GET /pet/findByStatus](https://phronesis-creativara.redocly.app/products/api-hub/petstore/pet/findpetsbystatus.md): Multiple status values can be provided with comma separated strings ## Finds Pets by tags - [GET /pet/findByTags](https://phronesis-creativara.redocly.app/products/api-hub/petstore/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://phronesis-creativara.redocly.app/products/api-hub/petstore/pet/getpetbyid.md): Returns a single pet ## Updates a pet in the store with form data - [POST /pet/{petId}](https://phronesis-creativara.redocly.app/products/api-hub/petstore/pet/updatepetwithform.md) ## Deletes a pet - [DELETE /pet/{petId}](https://phronesis-creativara.redocly.app/products/api-hub/petstore/pet/deletepet.md) ## uploads an image - [POST /pet/{petId}/uploadImage](https://phronesis-creativara.redocly.app/products/api-hub/petstore/pet/uploadfile.md)