Commit a5caae33 authored by James Fargher's avatar James Fargher

Project repository storage move doc rewording

parent ab9d6cd1
# Project Repository Storage Move API # Project repository storage move API
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/31285) in GitLab 13.0. > [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/31285) in GitLab 13.0.
To retrieve project repository storage moves using the API, you must [authenticate yourself](README.md#authentication) as an Administrator. Project repository storage can be moved. To retrieve project repository storage moves using the API, you must [authenticate yourself](README.md#authentication) as an administrator.
## Retrieve all project repository storage moves ## Retrieve all project repository storage moves
...@@ -11,9 +11,7 @@ GET /project_repository_storage_moves ...@@ -11,9 +11,7 @@ GET /project_repository_storage_moves
``` ```
By default, `GET` requests return 20 results at a time because the API results By default, `GET` requests return 20 results at a time because the API results
are paginated. are [paginated](README.md#pagination).
Read more on [pagination](README.md#pagination).
Example request: Example request:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment