Commit e336ec32 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'docs-list-repository-tree-paging' into 'master'

Specify to use the commonly spelled out pagination

See merge request gitlab-org/gitlab!42616
parents 5fe03372 5faf2e75
...@@ -24,7 +24,8 @@ Parameters: ...@@ -24,7 +24,8 @@ Parameters:
- `path` (optional) - The path inside repository. Used to get content of subdirectories - `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 - `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) - `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` - `per_page` (optional) - Number of results to show per page. If not specified, defaults to `20`.
Read more on [pagination](README.md#pagination).
```json ```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