diff options
author | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-12-01 02:07:57 -0800 |
---|---|---|
committer | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-12-01 02:07:57 -0800 |
commit | b17e94c37bd5868c44f3aa085bfc3e44e227dc07 (patch) | |
tree | ad00aa497db6fd9529f6d7e11d94ef58675d5ae3 /doc | |
parent | 42ef89c98ab39904d313571ec26c67506cdbab59 (diff) | |
download | gitlab-ce-b17e94c37bd5868c44f3aa085bfc3e44e227dc07.tar.gz |
update contents of API README
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api/README.md b/doc/api/README.md index 19b7ff20bf3..ca346418f23 100644 --- a/doc/api/README.md +++ b/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 When listing resources you can pass the following parameters: + `page` (default: `1`) - page number -+ `per_page` (default: `20`, max: `100`) - how many items to list per page ++ `per_page` (default: `20`, max: `100`) - number of items to list per page ## Contents @@ -36,3 +36,4 @@ When listing resources you can pass the following parameters: + [Repositories](https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/repositories.md) + [Issues](https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/issues.md) + [Milestones](https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/milestones.md) ++ [Notes](https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/notes.md) |