My API
GET/pet/findByStatus

Finds Pets by status.

Multiple status values can be provided with comma separated strings.

1 parameter
statusstringrequired
Status values that need to be considered for filter
Allowed:availablependingsoldDefault:available

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

Error handling

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