This is the API

addParrot


URL

//parrot

HTTP Method

POST

Response Type

inline_response_200_1

Parameters

addPet


URL

//pet

HTTP Method

POST

Response Type

Parameters

deletePet


URL

//pet/{petId}

HTTP Method

DELETE

Response Type

Parameters

feedPet


schedule pet feeding

URL

//pet/feed/{petId}

HTTP Method

POST

Response Type

Parameters

findPetsByStatus


Multiple status values can be provided with comma separated strings

URL

//pet/findByStatus

HTTP Method

GET

Response Type

List

Parameters

findPetsByTags


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

URL

//pet/findByTags

HTTP Method

GET

Response Type

List

Parameters

getParrots


URL

//parrot

HTTP Method

GET

Response Type

List

Parameters

getPetById


Returns a single pet

URL

//pet/{petId}

HTTP Method

GET

Response Type

Pet

Parameters

updateParrots


URL

//parrot

HTTP Method

PUT

Response Type

inline_response_200

Parameters

updatePet


URL

//pet

HTTP Method

PUT

Response Type

Parameters

updatePetWithForm


URL

//pet/{petId}

HTTP Method

POST

Response Type

Parameters

uploadFile


URL

//pet/{petId}/uploadImage

HTTP Method

POST

Response Type

ApiResponse

Parameters