12 lines
220 B
YAML
12 lines
220 B
YAML
components:
|
|
parameters:
|
|
Limit:
|
|
name: limit
|
|
in: query
|
|
description: Max number of items to return.
|
|
required: false
|
|
schema:
|
|
type: integer
|
|
format: int32
|
|
minimum: 0
|