mirror of https://github.com/Chocobozzz/PeerTube
Add max count information in api doc
parent
0ceadb3578
commit
6676056a31
|
@ -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
|
Make sure that you have followed
|
||||||
[the steps](/support/doc/dependencies.md)
|
[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,
|
Fork the github repository,
|
||||||
and then clone the sources and install node modules:
|
and then clone the sources and install node modules:
|
||||||
|
|
|
@ -2007,7 +2007,7 @@ components:
|
||||||
name: count
|
name: count
|
||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
description: Number of items
|
description: "Number of items (max: 100)"
|
||||||
schema:
|
schema:
|
||||||
type: number
|
type: number
|
||||||
sort:
|
sort:
|
||||||
|
|
Loading…
Reference in New Issue