diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-09-23 09:06:22 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-09-23 09:06:22 +0000 |
commit | 1d89871c573830a8194110af252e8907177184b3 (patch) | |
tree | 9aece724c48fc633f38c3b8cbaf2f71fcf4c3f4c /doc/api | |
parent | 89861e72b7375353654513aa2bc0a3b60a5e4377 (diff) | |
download | gitlab-ce-1d89871c573830a8194110af252e8907177184b3.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/environments.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/environments.md b/doc/api/environments.md index 44f86861ff7..26ee075c921 100644 --- a/doc/api/environments.md +++ b/doc/api/environments.md @@ -180,7 +180,7 @@ PUT /projects/:id/environments/:environments_id | 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 | -| `environment_id` | integer | yes | The ID of the environment | The ID of the environment | +| `environment_id` | integer | yes | The ID of the environment | | `name` | string | no | The new name of the environment | | `external_url` | string | no | The new external_url | |