# Pet Store ## API Docs - pet [Find pet by ID](https://6sc5kfxbck.apidog.io/api-3551818.md): Returns a single pet - pet [Update an existing pet](https://6sc5kfxbck.apidog.io/api-3551822.md): Update an existing pet by Id - pet [Add a new pet to the store](https://6sc5kfxbck.apidog.io/api-3551811.md): Add a new pet to the store - pet [Finds Pets by status](https://6sc5kfxbck.apidog.io/api-3551812.md): Multiple status values can be provided with comma separated strings - pet [Finds Pets by tags](https://6sc5kfxbck.apidog.io/api-3551814.md): Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing. - pet [Updates a pet in the store with form data](https://6sc5kfxbck.apidog.io/api-3551810.md): - pet [Deletes a pet](https://6sc5kfxbck.apidog.io/api-3551805.md): - pet [uploads an image](https://6sc5kfxbck.apidog.io/api-3551804.md): - store [Returns pet inventories by status](https://6sc5kfxbck.apidog.io/api-3551807.md): Returns a map of status codes to quantities - store [Place an order for a pet](https://6sc5kfxbck.apidog.io/api-3551813.md): Place a new order in the store - store [Find purchase order by ID](https://6sc5kfxbck.apidog.io/api-3551819.md): For valid response try integer IDs with value <= 5 or > 10. Other values will generate exceptions. - store [Delete purchase order by ID](https://6sc5kfxbck.apidog.io/api-3551816.md): For valid response try integer IDs with value < 1000. Anything above 1000 or nonintegers will generate API errors - user [Create user](https://6sc5kfxbck.apidog.io/api-3551815.md): This can only be done by the logged in user. - user [Creates list of users with given input array](https://6sc5kfxbck.apidog.io/api-3551817.md): Creates list of users with given input array - user [Logs user into the system](https://6sc5kfxbck.apidog.io/api-3551809.md): - user [Logs out current logged in user session](https://6sc5kfxbck.apidog.io/api-3551806.md): - user [Get user by user name](https://6sc5kfxbck.apidog.io/api-3551820.md): - user [Update user](https://6sc5kfxbck.apidog.io/api-3551808.md): This can only be done by the logged in user. - user [Delete user](https://6sc5kfxbck.apidog.io/api-3551821.md): This can only be done by the logged in user.