summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2019-08-25 11:24:15 +0000
committerBen Bodenmiller <bbodenmiller@hotmail.com>2019-08-25 11:24:15 +0000
commitfb21e56bba7b0521d840933fdb1401560f8876fb (patch)
treeb9c60cc81860a7d01db7f80a177d5dd6d954cbd8
parentae05eeb69ff7de893a12d49bb0089f0d503f2bf8 (diff)
downloadgitlab-ce-docs-ee-repository_storage.tar.gz
Apply suggestion to doc/api/projects.mddocs-ee-repository_storage
-rw-r--r--doc/api/projects.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md
index 2932ead93c6..45a19bef554 100644
--- a/doc/api/projects.md
+++ b/doc/api/projects.md
@@ -1042,7 +1042,7 @@ PUT /projects/:id
| `ci_default_git_depth` | integer | no | Default number of revisions for [shallow cloning](../user/project/pipelines/settings.md#git-shallow-clone) |
| `auto_devops_enabled` | boolean | no | Enable Auto DevOps for this project |
| `auto_devops_deploy_strategy` | string | no | Auto Deploy strategy (`continuous`, `manual` or `timed_incremental`) |
-| `repository_storage` | string | no | **(STARTER)** Which storage shard the repository is on. Available only to admins |
+| `repository_storage` | string | no | **(STARTER ONLY)** Which storage shard the repository is on. Available only to admins |
| `approvals_before_merge` | integer | no | **(STARTER)** How many approvers should approve merge request by default |
| `external_authorization_classification_label` | string | no | **(PREMIUM)** The classification label for the project |
| `mirror` | boolean | no | **(STARTER)** Enables pull mirroring in a project |