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:
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/features.md2
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
```