GET
/pet/findByTagsFinds Pets by tags.
Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
tagsarray<string>required
Tags to filter by
200successful operation
idintegeroptional
namestringrequired
categoryobjectoptional
photoUrlsarray<string>required
tagsarray<object>optional
statusstringoptional
pet status in the store
400Invalid tag value
defaultUnexpected error
Error handling
A 400 is returned: Invalid tag value Any other status is an error: Unexpected error