Browse Source

Add max count information in api doc

Chocobozzz 3 years ago
parent
commit
6676056a31
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/CONTRIBUTING.md
  2. 1 1
      support/doc/api/openapi.yaml

+ 1 - 1
.github/CONTRIBUTING.md

@@ -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:

+ 1 - 1
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: