summaryrefslogtreecommitdiff
path: root/doc/api/features.md
diff options
context:
space:
mode:
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
```