Skip to main content

Finds Pets by tags

GET 

/pet/findByTags

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

Request

Query Parameters

    tags string[]

    Tags to filter by

Responses

successful operation

Schema
  • Array [
  • id int64
    name stringrequired
    category category
    id int64
    name string
    photoUrls string[]required
    tags tag[]
  • Array [
  • id int64
    name string
  • ]
  • status string

    Possible values: [available, pending, sold]

    pet status in the store

  • ]
Loading...