This is the API
//parrot
POST
//pet
POST
Pet object that needs to be added to the store
//pet/{petId}
DELETE
Pet id to delete
schedule pet feeding
//pet/feed/{petId}
POST
Pet object that needs to be added to the store
status
type of food
status
ID of pet to return
session id
Multiple status values can be provided with comma separated strings
//pet/findByStatus
GET
Status values that need to be considered for filter
Muliple tags can be provided with comma separated strings. Use\\ \\ tag1, tag2, tag3 for testing.
//pet/findByTags
GET
Tags to filter by
//parrot
GET
Returns a single pet
//pet/{petId}
GET
ID of pet to return
//parrot
PUT
//pet
PUT
Pet object that needs to be added to the store
//pet/{petId}
POST
ID of pet that needs to be updated
//pet/{petId}/uploadImage
POST
ID of pet to update