summaryrefslogtreecommitdiff
path: root/doc/api/deployments.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-11-16 00:06:14 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-11-16 00:06:14 +0000
commit07d7b8f58c63ddc55b005daeb0910d31970b3d88 (patch)
tree13d2a56938eed8e6d083b648e394d78d67bedf23 /doc/api/deployments.md
parentae50a43c43229442e5ccef4034d62df8a3c36cbc (diff)
downloadgitlab-ce-07d7b8f58c63ddc55b005daeb0910d31970b3d88.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/deployments.md')
-rw-r--r--doc/api/deployments.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/deployments.md b/doc/api/deployments.md
index f4264866014..6fc6599a47d 100644
--- a/doc/api/deployments.md
+++ b/doc/api/deployments.md
@@ -11,7 +11,7 @@ GET /projects/:id/deployments
| Attribute | Type | Required | Description |
|-----------|---------|----------|---------------------|
| `id` | integer/string | yes | The ID or [URL-encoded path of the project](README.md#namespaced-path-encoding) owned by the authenticated user |
-| `order_by`| string | no | Return deployments ordered by `id` or `iid` or `created_at` or `ref` fields. Default is `id` |
+| `order_by`| string | no | Return deployments ordered by `id` or `iid` or `created_at` or `updated_at` or `ref` fields. Default is `id` |
| `sort` | string | no | Return deployments sorted in `asc` or `desc` order. Default is `asc` |
```bash