PUT /pet

Update an existing pet.

POST /pet

Add a new pet to the store.

GET /pet/findByStatus

Finds Pets by status.

status

Status values that need to be considered for filter

GET /pet/findByTags

Finds Pets by tags.

GET /pet/{petId}

Find pet by ID.

POST /pet/{petId}

Updates a pet in the store with form data.

DELETE /pet/{petId}

Deletes a pet.

POST /pet/{petId}/uploadImage

Uploads an image.