diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-08-23 14:31:29 +0900 |
---|---|---|
committer | Marcel Amirault <mamirault@gitlab.com> | 2019-08-23 14:31:29 +0900 |
commit | 6491b11c9d3f86c37734fdfa53eabb99c967e5f9 (patch) | |
tree | deddbbee8379a27b3aafab7d8ce6fe7b2e19571f /doc/api/features.md | |
parent | e12f7fe062574b0ad3e271b149928252a99119f5 (diff) | |
download | gitlab-ce-docs-capitalization-1.tar.gz |
Update capitalization in admin, api, othersdocs-capitalization-1
Update capitalization in /administration, /api, /ci
and /customization
Diffstat (limited to 'doc/api/features.md')
-rw-r--r-- | doc/api/features.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/features.md b/doc/api/features.md index 6ecd4ec14b9..e8d0c7c942b 100644 --- a/doc/api/features.md +++ b/doc/api/features.md @@ -60,8 +60,8 @@ 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' | -| `project` | string | no | A projects path, for example 'gitlab-org/gitlab-ce' | +| `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`, a `group`, and a `project` in a single API call. |