diff options
author | Alvaro Junqueira <alvarocjunq@gmail.com> | 2018-11-09 02:42:50 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2018-11-09 02:42:50 +0000 |
commit | dbee49fa6efe733e26303066e0af6020faf78912 (patch) | |
tree | 9f518d6bb6fe41e1beb1aad8d99d65931037374d /doc/api | |
parent | ad24121c34a4b6a2d0c9e8fa85dfe97cfbcf7c4a (diff) | |
download | gitlab-ce-dbee49fa6efe733e26303066e0af6020faf78912.tar.gz |
Parameter per_page added
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/repositories.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/repositories.md b/doc/api/repositories.md index 5dbf6cb0760..c8de7f2191d 100644 --- a/doc/api/repositories.md +++ b/doc/api/repositories.md @@ -17,6 +17,7 @@ Parameters: - `path` (optional) - The path inside repository. Used to get content of subdirectories - `ref` (optional) - The name of a repository branch or tag or if not given the default branch - `recursive` (optional) - Boolean value used to get a recursive tree (false by default) +- `per_page` (optional) - Number of results to show per page. If not specified, defaults to `20` ```json [ |