10 lines
283 B
YAML

name: name
in: query
required: false
description: >
Filter users by name. The search is case-insensitive and matches users that contain the specified text in their name.
For example, 'alice' will match 'Alice Smith' and 'Bob Alice'.
schema:
type: string
example: 'Alice'