Add max count information in api doc
authorChocobozzz <me@florianbigard.com>
Wed, 13 May 2020 09:31:42 +0000 (11:31 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 13 May 2020 09:31:42 +0000 (11:31 +0200)
.github/CONTRIBUTING.md
support/doc/api/openapi.yaml

index c79357a55fbe1b3c89f5ffda8926b33986f63a40..b12e973617e963cd4e0c0069721e46b25707c974 100644 (file)
@@ -58,7 +58,7 @@ First, you should use a server or PC with at least 4GB of RAM. Less RAM may lead
 
 Make sure that you have followed
 [the steps](/support/doc/dependencies.md)
-to install the dependencies. You'll need to install **NodeJS 10**.
+to install the dependencies.
 
 Fork the github repository,
 and then clone the sources and install node modules:
index 9184d78277e9e4f612c71944714b8b704de21860..29e42064b43d92bc1abee0bef7d96eeb3074c93b 100644 (file)
@@ -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: