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
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-02-27 12:09:01 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-27 12:09:01 +0300
commitc72e5ebe9938d315ec598197873e71a80168d40a (patch)
tree439bf5c40aaf774e5a301825af517cb52726f450 /doc/api/features.md
parentffc43b862df32a590eae874bcbb11109b46dc8be (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/features.md')
-rw-r--r--doc/api/features.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/features.md b/doc/api/features.md
index d3c585f67c9..a43f2daa93f 100644
--- a/doc/api/features.md
+++ b/doc/api/features.md
@@ -9,7 +9,7 @@ values.
Get a list of all persisted features, with its gate values.
-```
+```plaintext
GET /features
```
@@ -50,7 +50,7 @@ Set a feature's gate value. If a feature with the given name doesn't exist yet
it will be created. The value can be a boolean, or an integer to indicate
percentage of time.
-```
+```plaintext
POST /features/:name
```
@@ -93,6 +93,6 @@ Example response:
Removes a feature gate. Response is equal when the gate exists, or doesn't.
-```
+```plaintext
DELETE /features/:name
```