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
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-01-23 06:09:08 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-23 06:09:08 +0300
commitb2ee478d3e735f9323e50b45a6e0547ee09ede6f (patch)
treee474047fe7e6e79e248a219a69f5dbc60398785d
parenteb3a8e39372e4cb3ad5d932d85d43d2b10f36744 (diff)
Add latest changes from gitlab-org/gitlab@master
-rw-r--r--doc/api/projects.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md
index c22fd8d3fc2..bd3b13f517c 100644
--- a/doc/api/projects.md
+++ b/doc/api/projects.md
@@ -2980,7 +2980,10 @@ GET /projects/:id/snapshot
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/29861) in GitLab 14.0.
-Get the path to repository storage for specified project. Available for administrators only.
+Get the path to repository storage for specified project if Gitaly Cluster is not being used. If Gitaly Cluster is being used, see
+[Praefect-generated replica paths (GitLab 15.0 and later)](../administration/gitaly/index.md#praefect-generated-replica-paths-gitlab-150-and-later).
+
+Available for administrators only.
```plaintext
GET /projects/:id/storage