diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2017-09-06 09:15:34 +0200 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2017-09-06 09:15:34 +0200 |
commit | 4dff341af11d651d1ec199d35eebaf4adb92fdd0 (patch) | |
tree | 16af980ef39a2aae283fa4ed1b747bad89456b71 /doc/api/environments.md | |
parent | 745bc35666ce7e6cc3fbdb08596e4e18a35f8e04 (diff) | |
download | gitlab-ce-4dff341af11d651d1ec199d35eebaf4adb92fdd0.tar.gz |
Fix wrong API status codes
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 |