This is the API
http://petstore.swagger.io/v2/pet
PUT
Pet object that needs to be added to the store
http://petstore.swagger.io/v2/pet
POST
Pet object that needs to be added to the store
Multiple status values can be provided with comma seperated strings
http://petstore.swagger.io/v2/pet/findByStatus
GET
Status values that need to be considered for filter
Muliple tags can be provided with comma seperated strings. Use tag1, tag2, tag3 for testing.
http://petstore.swagger.io/v2/pet/findByTags
GET
Tags to filter by
Returns a pet when ID < 10. ID > 10 or nonintegers will simulate API error conditions
http://petstore.swagger.io/v2/pet/{petId}
GET
ID of pet that needs to be fetched
http://petstore.swagger.io/v2/pet/{petId}
POST
ID of pet that needs to be updated
Updated name of the pet
Updated status of the pet
http://petstore.swagger.io/v2/pet/{petId}
DELETE
Pet id to delete
http://petstore.swagger.io/v2/pet/{petId}/uploadImage
POST
ID of pet to update
Additional data to pass to server
file to upload