GET
/pet/findByStatusFinds Pets by status
Multiple status values can be provided with comma separated strings.
Security
petstore_authread:pets
Parameters
query
| Name | Type | Description | |
|---|---|---|---|
status | string | required | Status values that need to be considered for filter "available" · "pending" · "sold" |
Responses
- 200 successful operation application/jsonarray of
- 400 Invalid status value