Commit b17e94c37bd5868c44f3aa085bfc3e44e227dc07
1 parent
42ef89c9
Exists in
master
and in
4 other branches
update contents of API README
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
doc/api/README.md
... | ... | @@ -25,7 +25,7 @@ The API uses JSON to serialize data. You don't need to specify `.json` at the en |
25 | 25 | When listing resources you can pass the following parameters: |
26 | 26 | |
27 | 27 | + `page` (default: `1`) - page number |
28 | -+ `per_page` (default: `20`, max: `100`) - how many items to list per page | |
28 | ++ `per_page` (default: `20`, max: `100`) - number of items to list per page | |
29 | 29 | |
30 | 30 | ## Contents |
31 | 31 | |
... | ... | @@ -36,3 +36,4 @@ When listing resources you can pass the following parameters: |
36 | 36 | + [Repositories](https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/repositories.md) |
37 | 37 | + [Issues](https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/issues.md) |
38 | 38 | + [Milestones](https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/milestones.md) |
39 | ++ [Notes](https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/notes.md) | ... | ... |