summaryrefslogtreecommitdiff
path: root/doc/api/environments.md
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2017-09-06 09:15:34 +0200
committerRobert Schilling <rschilling@student.tugraz.at>2017-09-06 09:15:34 +0200
commit4dff341af11d651d1ec199d35eebaf4adb92fdd0 (patch)
tree16af980ef39a2aae283fa4ed1b747bad89456b71 /doc/api/environments.md
parent745bc35666ce7e6cc3fbdb08596e4e18a35f8e04 (diff)
downloadgitlab-ce-4dff341af11d651d1ec199d35eebaf4adb92fdd0.tar.gz
Fix wrong API status codes
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