This is the API
updatePet
URL
/pet
HTTP Method
PUT
Response Type
Parameters
body : ()
Pet object that needs to be added to the store
This is the API
/pet
PUT
Pet object that needs to be added to the store
/pet
POST
Pet object that needs to be added to the store
Multiple status values can be provided with comma seperated strings
/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.
/pet/findByTags
GET
Tags to filter by
Returns a pet when ID < 10. ID > 10 or nonintegers will simulate API error conditions
/pet/{petId}
GET
ID of pet that needs to be fetched
/pet/{petId}
DELETE
Pet id to delete