summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuya Noguchi <tak.noguchi.iridge@gmail.com>2016-10-20 08:58:35 +0900
committerTakuya Noguchi <tak.noguchi.iridge@gmail.com>2016-10-20 08:58:35 +0900
commita8bbe53c0c15c0924bce971e1ed853630d2b6d56 (patch)
tree813d7b62017b45288202a6161e4682dec9ff5050
parentaf8e06ee4c1ca54e7e05a40433d09253ba55fbbb (diff)
downloadgitlab-ce-a8bbe53c0c15c0924bce971e1ed853630d2b6d56.tar.gz
Remove pagination description from individual doc
-rw-r--r--doc/api/projects.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md
index 77d6bd6b5c2..b69db90e70d 100644
--- a/doc/api/projects.md
+++ b/doc/api/projects.md
@@ -1334,7 +1334,5 @@ Parameters:
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `query` | string | yes | A string contained in the project name |
-| `per_page` | integer | no | number of projects to return per page |
-| `page` | integer | no | the page to retrieve |
| `order_by` | string | no | Return requests ordered by `id`, `name`, `created_at` or `last_activity_at` fields |
| `sort` | string | no | Return requests sorted in `asc` or `desc` order |