diff options
author | Douwe Maan <douwe@gitlab.com> | 2018-04-04 13:13:44 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2018-04-04 13:13:44 +0000 |
commit | e43c01e6b818a807abef110ec485f92cae396632 (patch) | |
tree | 9154251d512c08e73b076a5c600fc625f1906a42 /doc/api | |
parent | eaed588bf228c833cb666a61bc7d25cf21d5f94b (diff) | |
parent | caca8f34ffb56aed98a7894c98af6c4d1a5de78f (diff) | |
download | gitlab-ce-e43c01e6b818a807abef110ec485f92cae396632.tar.gz |
Merge branch 'zj-feature-gate-remove-http-api' into 'master'
Allow feature gate removal through the API
See merge request gitlab-org/gitlab-ce!18146
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/features.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/api/features.md b/doc/api/features.md index 6861dbf00a2..6ee1c36ef5b 100644 --- a/doc/api/features.md +++ b/doc/api/features.md @@ -86,3 +86,11 @@ Example response: ] } ``` + +## Delete a feature + +Removes a feature gate. Response is equal when the gate exists, or doesn't. + +``` +DELETE /features/:name +``` |