summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-06-29 18:39:29 +0200
committerRémy Coutable <remy@rymai.me>2017-07-05 21:56:36 +0200
commitaac2454a34167025d3eabbd6e485e3d44fe101e9 (patch)
tree9b5b5e9df20f7ad0ea87127703746904cbef3f84
parent9110d1bb6ce80db2d3562e411bb04d4e2b309d2f (diff)
downloadgitlab-ce-aac2454a34167025d3eabbd6e485e3d44fe101e9.tar.gz
Address #34528 by improving the feature flags documentation
Signed-off-by: Rémy Coutable <remy@rymai.me>
-rw-r--r--doc/api/features.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api/features.md b/doc/api/features.md
index 558869255cc..63a361de7ac 100644
--- a/doc/api/features.md
+++ b/doc/api/features.md
@@ -61,7 +61,8 @@ POST /features/:name
| `feature_group` | string | no | A Feature group name |
| `user` | string | no | A GitLab username |
-Note that `feature_group` and `user` are mutually exclusive.
+Note that `feature_group` and `user` are mutually exclusive, with
+`feature_group` taking priority.
```bash
curl --data "value=30" --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" https://gitlab.example.com/api/v4/features/new_library