From 6676056a316a09557b8445cf6c0583ff8c588339 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 13 May 2020 11:31:42 +0200 Subject: Add max count information in api doc --- support/doc/api/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support') diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 9184d7827..29e42064b 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml @@ -2007,7 +2007,7 @@ components: name: count in: query required: false - description: Number of items + description: "Number of items (max: 100)" schema: type: number sort: -- cgit v1.2.3