This section covers endpoints related to managing pets in the store.
POST /pet to add a new pet.PUT /pet to update an existing pet.GET /pet/findByStatus to find pets by their status.GET /pet/findByTags to find pets by tags.GET /pet/{petId} to retrieve a pet by its ID.POST /pet/{petId} to update a pet resource based on form data.DELETE /pet/{petId} to delete a pet.POST /pet/{petId}/uploadImage to upload an image of a pet./pet/pet/pet/findByStatus/pet/findByTags/pet/{petId}/pet/{petId}/pet/{petId}/pet/{petId}/uploadImageThis section covers endpoints related to managing pets in the store.
POST /pet to add a new pet.PUT /pet to update an existing pet.GET /pet/findByStatus to find pets by their status.GET /pet/findByTags to find pets by tags.GET /pet/{petId} to retrieve a pet by its ID.POST /pet/{petId} to update a pet resource based on form data.DELETE /pet/{petId} to delete a pet.POST /pet/{petId}/uploadImage to upload an image of a pet./pet/pet/pet/findByStatus/pet/findByTags/pet/{petId}/pet/{petId}/pet/{petId}/pet/{petId}/uploadImage