diff options
author | Chocobozzz <me@florianbigard.com> | 2020-05-13 11:31:42 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-05-13 11:31:42 +0200 |
commit | 6676056a316a09557b8445cf6c0583ff8c588339 (patch) | |
tree | 9945d9df0dd6e79761a7fc8b6f8e4447bdc83469 | |
parent | 0ceadb3578bf8197308d803446eaaefc01830e08 (diff) | |
download | PeerTube-6676056a316a09557b8445cf6c0583ff8c588339.tar.gz PeerTube-6676056a316a09557b8445cf6c0583ff8c588339.tar.zst PeerTube-6676056a316a09557b8445cf6c0583ff8c588339.zip |
Add max count information in api doc
-rw-r--r-- | .github/CONTRIBUTING.md | 2 | ||||
-rw-r--r-- | 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 | |||
58 | 58 | ||
59 | Make sure that you have followed | 59 | Make sure that you have followed |
60 | [the steps](/support/doc/dependencies.md) | 60 | [the steps](/support/doc/dependencies.md) |
61 | to install the dependencies. You'll need to install **NodeJS 10**. | 61 | to install the dependencies. |
62 | 62 | ||
63 | Fork the github repository, | 63 | Fork the github repository, |
64 | and then clone the sources and install node modules: | 64 | 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: | |||
2007 | name: count | 2007 | name: count |
2008 | in: query | 2008 | in: query |
2009 | required: false | 2009 | required: false |
2010 | description: Number of items | 2010 | description: "Number of items (max: 100)" |
2011 | schema: | 2011 | schema: |
2012 | type: number | 2012 | type: number |
2013 | sort: | 2013 | sort: |