This is the API

addPet


URL

http://petstore.swagger.io/v2/pet

HTTP Method

POST

Response Type

Pet

Parameters

deletePet


URL

http://petstore.swagger.io/v2/pet/{petId}

HTTP Method

DELETE

Response Type

Parameters

findPetsByStatus


Multiple status values can be provided with comma separated strings

URL

http://petstore.swagger.io/v2/pet/findByStatus

HTTP Method

GET

Response Type

List

Parameters

findPetsByTags


Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.

URL

http://petstore.swagger.io/v2/pet/findByTags

HTTP Method

GET

Response Type

List

Parameters

getPetById


Returns a single pet

URL

http://petstore.swagger.io/v2/pet/{petId}

HTTP Method

GET

Response Type

Pet

Parameters

updatePet


URL

http://petstore.swagger.io/v2/pet

HTTP Method

PUT

Response Type

Pet

Parameters

updatePetWithForm


URL

http://petstore.swagger.io/v2/pet/{petId}

HTTP Method

POST

Response Type

Parameters

uploadFile


URL

http://petstore.swagger.io/v2/pet/{petId}/uploadImage

HTTP Method

POST

Response Type

ApiResponse

Parameters