GET
/pet/findByStatusFinds Pets by status.
Multiple status values can be provided with comma separated strings.
statusstringrequired
Status values that need to be considered for filter
200successful operation
idintegeroptional
namestringrequired
categoryobjectoptional
photoUrlsarray<string>required
tagsarray<object>optional
statusstringoptional
pet status in the store
400Invalid status value
defaultUnexpected error
Error handling
A 400 is returned: Invalid status value Any other status is an error: Unexpected error