diff options
author | Rémy Coutable <remy@rymai.me> | 2017-06-27 18:58:56 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-06-27 18:59:51 +0200 |
commit | 5fa9d6a17dac86e9976946ded7857e1392403136 (patch) | |
tree | 842b40fb6948b5ba444d9b526554393cede3ba2a /doc/api/features.md | |
parent | b4d325c80c63ee9ee2676a57a42fac472b5b20d5 (diff) | |
download | gitlab-ce-5fa9d6a17dac86e9976946ded7857e1392403136.tar.gz |
Rename FLippable to FeatureGate and make `flipper_group` and `user` mutually exclusive
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/api/features.md')
-rw-r--r-- | doc/api/features.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/features.md b/doc/api/features.md index 0ca2e637614..a3bf5d018a7 100644 --- a/doc/api/features.md +++ b/doc/api/features.md @@ -61,6 +61,8 @@ POST /features/:name | `flipper_group` | string | no | A Flipper group name | | `user` | string | no | A GitLab username | +Note that `flipper_group` and `user` are mutually exclusive. + ```bash curl --data "value=30" --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" https://gitlab.example.com/api/v4/features/new_library ``` |