From 6676056a316a09557b8445cf6c0583ff8c588339 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 13 May 2020 11:31:42 +0200 Subject: [PATCH] Add max count information in api doc --- .github/CONTRIBUTING.md | 2 +- support/doc/api/openapi.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index c79357a55..b12e97361 100644 --- a/.github/CONTRIBUTING.md +++ b/.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: 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: