Address #34528 by improving the feature flags documentation
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
b531616eba
commit
53af1eb7e9
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue