mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
10 lines
158 B
YAML
10 lines
158 B
YAML
name: limit
|
|
in: query
|
|
description: The maximum number of items to return.
|
|
required: false
|
|
schema:
|
|
type: number
|
|
example: 100
|
|
default: 100
|
|
maximum: 250
|