Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-07-05 22:55:27 +0300
committerRémy Coutable <remy@rymai.me>2017-07-06 12:18:26 +0300
commite5a7d1da8cfda5dc3755b6a0a1ed450415f39873 (patch)
tree409af2c78ed74fa045562f92bc3c17a045519c72 /doc/api
parent00ac76cc4ce87954d770abae411c54eb8bf23360 (diff)
Improve Features API and its docs and add a Changelog item
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/api')
-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 2ceea977d85..6861dbf00a2 100644
--- a/doc/api/features.md
+++ b/doc/api/features.md
@@ -61,8 +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, with
-`feature_group` taking priority.
+Note that you can enable or disable a feature for both a `feature_group` and a
+`user` with a single API call.
```bash
curl --data "value=30" --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" https://gitlab.example.com/api/v4/features/new_library