This is the API
http://petstore.swagger.io/v2/pet
POST
Pet object that needs to be added to the store
http://petstore.swagger.io/v2/pet/{petId}
DELETE
Pet id to delete
Multiple status values can be provided with comma separated strings
http://petstore.swagger.io/v2/pet/findByStatus
GET
Status values that need to be considered for filter
Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
http://petstore.swagger.io/v2/pet/findByTags
GET
Tags to filter by
Returns a single pet
http://petstore.swagger.io/v2/pet/{petId}
GET
ID of pet to return
http://petstore.swagger.io/v2/pet
PUT
Pet object that needs to be added to the store
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}/uploadImage
POST
ID of pet to update
Additional data to pass to server
file to upload