From 63d67af6f8bbcfecb29ac2b07dba104e087feee4 Mon Sep 17 00:00:00 2001 From: Evan Read <eread@gitlab.com> Date: Thu, 22 Oct 2020 16:11:57 +1000 Subject: [PATCH] Correct version reference --- doc/api/project_repository_storage_moves.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/project_repository_storage_moves.md b/doc/api/project_repository_storage_moves.md index 1514552b1854..e52d3e499098 100644 --- a/doc/api/project_repository_storage_moves.md +++ b/doc/api/project_repository_storage_moves.md @@ -194,7 +194,7 @@ Parameters: | Attribute | Type | Required | Description | | --------- | ---- | -------- | ----------- | | `project_id` | integer | yes | ID of the project | -| `destination_storage_name` | string | no | Name of the destination storage shard. In [GitLab 13.6 and later](https://gitlab.com/gitlab-org/gitaly/-/issues/3209), the storage is selected automatically if not provided. | +| `destination_storage_name` | string | no | Name of the destination storage shard. In [GitLab 13.5 and later](https://gitlab.com/gitlab-org/gitaly/-/issues/3209), the storage is selected automatically if not provided | Example request: -- GitLab