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
|
||||
[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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue