From 53af1eb7e984ad9a03bdb0957e91f4bd0d43b9e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Coutable?= Date: Thu, 29 Jun 2017 18:39:29 +0200 Subject: Address #34528 by improving the feature flags documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Coutable --- doc/api/features.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1