Commit e3dd8697 authored by Evan Read's avatar Evan Read

Merge branch 'patch-31' into 'master'

Parameter per_page added

See merge request gitlab-org/gitlab-ce!22818
parents ad24121c dbee49fa
......@@ -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
[
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment