diff options
author | Rémy Coutable <remy@rymai.me> | 2017-06-29 18:39:29 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-07-06 11:18:25 +0200 |
commit | 53af1eb7e984ad9a03bdb0957e91f4bd0d43b9e0 (patch) | |
tree | 0c003abf341f64044987735657e5c623c9866f0e /doc | |
parent | b531616ebad93bb4bd5c82108562731d64a23078 (diff) | |
download | gitlab-ce-53af1eb7e984ad9a03bdb0957e91f4bd0d43b9e0.tar.gz |
Address #34528 by improving the feature flags documentation
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/features.md | 3 |
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 |