Error
A valid request URL is required to generate request examples[
{
"name": "doggie",
"photoUrls": [
"<string>"
],
"id": 10,
"category": {
"id": 1,
"name": "Dogs"
},
"tags": [
{
"id": 123,
"name": "<string>"
}
],
"status": "available"
}
]pet
Finds Pets by tags.
Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
GET
/
pet
/
findByTags
Error
A valid request URL is required to generate request examples[
{
"name": "doggie",
"photoUrls": [
"<string>"
],
"id": 10,
"category": {
"id": 1,
"name": "Dogs"
},
"tags": [
{
"id": 123,
"name": "<string>"
}
],
"status": "available"
}
]Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Tags to filter by