My API
01
Pet
8 endpoints
- GET/pet/{petId}Retrieve a pet by ID
- GET/pet/findByStatusFinds Pets by status.
- GET/pet/findByTagsFinds Pets by tags.
- POST/petCreate a new pet in the store
- POST/pet/{petId}Update a pet with form data
- POST/pet/{petId}/uploadImageUpload an image for a pet
- PUT/petUpdate an existing pet
- DELETE/pet/{petId}Delete a pet
02
Store
4 endpoints
03
User
7 endpoints