summaryrefslogtreecommitdiff
path: root/doc/api/environments.md
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2017-09-06 10:57:40 +0000
committerSean McGivern <sean@mcgivern.me.uk>2017-09-06 10:57:40 +0000
commitf497f170697c838747bb7cdaca2d1939f843a00c (patch)
tree51b0828080cafe6810b6bfe1c26e7b58f6d3d70c /doc/api/environments.md
parent7334d718ed079d34fa4e8b376534079e0d4afa60 (diff)
parent4dff341af11d651d1ec199d35eebaf4adb92fdd0 (diff)
downloadgitlab-ce-f497f170697c838747bb7cdaca2d1939f843a00c.tar.gz
Merge branch 'fix-api-docs' into 'master'
Fix wrong API status codes See merge request !14069
Diffstat (limited to 'doc/api/environments.md')
-rw-r--r--doc/api/environments.md2
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