Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Junqueira <alvarocjunq@gmail.com>2018-11-09 05:42:50 +0300
committerEvan Read <eread@gitlab.com>2018-11-09 05:42:50 +0300
commitdbee49fa6efe733e26303066e0af6020faf78912 (patch)
tree9f518d6bb6fe41e1beb1aad8d99d65931037374d /doc/api/repositories.md
parentad24121c34a4b6a2d0c9e8fa85dfe97cfbcf7c4a (diff)
Parameter per_page added
Diffstat (limited to 'doc/api/repositories.md')
-rw-r--r--doc/api/repositories.md1
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
[