summaryrefslogtreecommitdiff
path: root/doc/api/features.md
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-06-28 19:29:56 +0200
committerRémy Coutable <remy@rymai.me>2017-06-28 19:29:56 +0200
commit289fae78e971e117e69fb87602f5f6284419b863 (patch)
treea9f69eeae404bc939eadeb8fe4c73614868056d4 /doc/api/features.md
parent94b673747e94e32dea576b0eaa915f6fb731628d (diff)
downloadgitlab-ce-289fae78e971e117e69fb87602f5f6284419b863.tar.gz
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/api/features.md')
-rw-r--r--doc/api/features.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/features.md b/doc/api/features.md
index a3bf5d018a7..558869255cc 100644
--- a/doc/api/features.md
+++ b/doc/api/features.md
@@ -58,10 +58,10 @@ POST /features/:name
| --------- | ---- | -------- | ----------- |
| `name` | string | yes | Name of the feature to create or update |
| `value` | integer/string | yes | `true` or `false` to enable/disable, or an integer for percentage of time |
-| `flipper_group` | string | no | A Flipper group name |
+| `feature_group` | string | no | A Feature group name |
| `user` | string | no | A GitLab username |
-Note that `flipper_group` and `user` are mutually exclusive.
+Note that `feature_group` and `user` are mutually exclusive.
```bash
curl --data "value=30" --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" https://gitlab.example.com/api/v4/features/new_library