summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2018-11-09 02:42:50 +0000
committerEvan Read <eread@gitlab.com>2018-11-09 02:42:50 +0000
commite3dd86973d1a38e33180f866af5e933b4888ff15 (patch)
tree9f518d6bb6fe41e1beb1aad8d99d65931037374d
parentad24121c34a4b6a2d0c9e8fa85dfe97cfbcf7c4a (diff)
parentdbee49fa6efe733e26303066e0af6020faf78912 (diff)
downloadgitlab-ce-e3dd86973d1a38e33180f866af5e933b4888ff15.tar.gz
Merge branch 'patch-31' into 'master'
Parameter per_page added See merge request gitlab-org/gitlab-ce!22818
-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
[