diff options
author | Shinya Maeda <gitlab.shinyamaeda@gmail.com> | 2017-03-14 23:52:17 +0900 |
---|---|---|
committer | Shinya Maeda <gitlab.shinyamaeda@gmail.com> | 2017-05-03 02:11:51 +0900 |
commit | d1ca5f46d4268ca3bba7801e581395e038c97129 (patch) | |
tree | af6c1247bc323b9636d0b441ff1582bd008646fd /doc/api/pipelines.md | |
parent | d74a04c499d511d6fec8d1f0ddcfc087596b9224 (diff) | |
download | gitlab-ce-d1ca5f46d4268ca3bba7801e581395e038c97129.tar.gz |
No need to support sha for sorting
Diffstat (limited to 'doc/api/pipelines.md')
-rw-r--r-- | doc/api/pipelines.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/pipelines.md b/doc/api/pipelines.md index c2aca779710..d231dfc5241 100644 --- a/doc/api/pipelines.md +++ b/doc/api/pipelines.md @@ -17,7 +17,7 @@ GET /projects/:id/pipelines | `yaml_errors`| string | no | If true, returns only yaml error pipelines | | `name`| string | no | The name of user who triggered pipelines | | `username`| string | no | The username of user who triggered pipelines | -| `order_by`| string | no | Return requests ordered by `id`, `status`, `ref`, `sha`, or `user_id` fields. Default is `id` | +| `order_by`| string | no | Return requests ordered by `id`, `status`, `ref`, or `user_id` fields. Default is `id` | | `sort` | string | no | Return requests sorted in `asc` or `desc` order. Default is `desc` | ``` |