Fix a broken table in Project API doc

This commit is contained in:
Takuya Noguchi 2016-10-20 08:57:23 +09:00
parent c08435e3c2
commit af8e06ee4c
2 changed files with 5 additions and 4 deletions

View File

@ -133,6 +133,7 @@ Please view this file on the master branch, on stable branches it's out of date.
- Delete dynamic environments
- Fix buggy iOS tooltip layering behavior.
- Make guests unable to view MRs on private projects
- Fix broken Project API docs (Takuya Noguchi)
## 8.12.7

View File

@ -1333,8 +1333,8 @@ Parameters:
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `query` (required) - A string contained in the project name
| `per_page` (optional) - number of projects to return per page
| `page` (optional) - the page to retrieve
| `order_by` (optional) - Return requests ordered by `id`, `name`, `created_at` or `last_activity_at` fields
| `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 |