diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2017-09-06 14:56:13 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2017-09-06 14:56:13 +0000 |
commit | 5e6b5832ea9e0e78314b69aee764410edaa0fafd (patch) | |
tree | 42b0fa6d7ed1de149ce231585369cb80bbb8de86 /doc/api/environments.md | |
parent | 794e37661d8cf847cda750a8e62a809889534125 (diff) | |
parent | cdd8f2f345aeb3fb05bbe8f567e72b717f388636 (diff) | |
download | gitlab-ce-5e6b5832ea9e0e78314b69aee764410edaa0fafd.tar.gz |
Merge branch 'master' into 'docs/migrating-from-tfs'
# Conflicts:
# doc/user/project/import/index.md
Diffstat (limited to 'doc/api/environments.md')
-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 5ca766bf87d..e8deb3e07e9 100644 --- a/doc/api/environments.md +++ b/doc/api/environments.md @@ -94,7 +94,7 @@ Example response: ## Delete an environment -It returns `200` if the environment was successfully deleted, and `404` if the environment does not exist. +It returns `204` if the environment was successfully deleted, and `404` if the environment does not exist. ``` DELETE /projects/:id/environments/:environment_id |