PetStore API
A clean, well-structured, and interactive API documentation for managing your pet store.
Pet APIs
POST
/api/pet
Add a new pet to the store
PUT
/api/pet
Update an existing pet
GET
/api/pet/findByStatus
Finds Pets by status
GET
/api/pet/findByTags
Finds Pets by tags
GET
/api/pet/{petId}
Find pet by ID
POST
/api/pet/{petId}
Updates a pet in the store with form data
DELETE
/api/pet/{petId}
Deletes a pet
POST
/api/pet/{petId}/uploadImage
uploads an image
Store APIs
User APIs