Overview of PetApi methods
masterThe PetApi provides several methods for managing pets in the store. All URIs are relative to http://petstore.swagger.io:80/v2.
| Method | HTTP request | Description |
|---|---|---|
| addPet | POST /pet | Add a new pet to the store |
| deletePet | DELETE /pet/{petId} | Deletes a pet |
| findPetsByStatus | GET /pet/findByStatus | Finds Pets by status |
| findPetsByTags | GET /pet/findByTags | Finds Pets by tags |
| getPetById | GET /pet/{petId} | Find pet by ID |
| updatePet | PUT /pet | Update an existing pet |
| updatePetWithForm | POST /pet/{petId} | Updates a pet in the store with form data |
| uploadFile | POST /pet/{petId}/uploadImage | Uploads an image |