My API
GET/pet/findByTags

Finds Pets by tags.

Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.

1 parameter
tagsarray<string>required
Tags to filter by

3 status codes
200successful operation
idintegeroptional
namestringrequired
categoryobjectoptional
photoUrlsarray<string>required
tagsarray<object>optional
statusstringoptional
pet status in the store
Allowed:availablependingsold
400Invalid tag value
defaultUnexpected error

Error handling

A 400 is returned: Invalid tag value Any other status is an error: Unexpected error