Remove pagination description from individual doc

This commit is contained in:
Takuya Noguchi 2016-10-20 08:58:35 +09:00
parent af8e06ee4c
commit a8bbe53c0c
1 changed files with 0 additions and 2 deletions

View File

@ -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 |