Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2018-04-04 16:13:44 +0300
committerDouwe Maan <douwe@gitlab.com>2018-04-04 16:13:44 +0300
commite43c01e6b818a807abef110ec485f92cae396632 (patch)
tree9154251d512c08e73b076a5c600fc625f1906a42 /doc/api
parenteaed588bf228c833cb666a61bc7d25cf21d5f94b (diff)
parentcaca8f34ffb56aed98a7894c98af6c4d1a5de78f (diff)
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.md8
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
+```