diff options
author | James Edwards-Jones <jamedjo@gmail.com> | 2019-02-08 01:19:56 +0000 |
---|---|---|
committer | James Edwards-Jones <jamedjo@gmail.com> | 2019-02-08 01:19:56 +0000 |
commit | 8c13290c8c34e6a5ed8ce58c0bd840b1d6cfe964 (patch) | |
tree | 2d6a285dc8a88ce509e2e6f0fa00912ee46c7a27 | |
parent | 841131f48823283484c6d6f46868f266e0eb9f90 (diff) | |
download | gitlab-ce-jej/feature-gates-can-be-set-by-group-path.tar.gz |
Apply suggestion to doc/api/features.mdjej/feature-gates-can-be-set-by-group-path
-rw-r--r-- | doc/api/features.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/features.md b/doc/api/features.md index 6ecd4ec14b9..69b27043108 100644 --- a/doc/api/features.md +++ b/doc/api/features.md @@ -60,7 +60,7 @@ POST /features/:name | `value` | integer/string | yes | `true` or `false` to enable/disable, or an integer for percentage of time | | `feature_group` | string | no | A Feature group name | | `user` | string | no | A GitLab username | -| `group` | string | no | A GitLab group's path, for example 'gitlab-org' | +| `group` | string | no | A GitLab group's path. For example, `gitlab-org`. | | `project` | string | no | A projects path, for example 'gitlab-org/gitlab-ce' | Note that you can enable or disable a feature for a `feature_group`, a `user`, |