diff options
Diffstat (limited to 'core/openapi.json')
-rw-r--r-- | core/openapi.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/openapi.json b/core/openapi.json index 7563406dba0..b6268ac1317 100644 --- a/core/openapi.json +++ b/core/openapi.json @@ -7006,7 +7006,7 @@ { "name": "limit", "in": "query", - "description": "Maximum amount of entries", + "description": "Maximum amount of entries, limited to 25", "schema": { "type": "integer", "format": "int64", |