Create repository storage moves for all projects on a storage shard
POST
/api/v4/project_repository_storage_moves
Creates repository storage moves for each project repository stored on the source storage shard. This endpoint migrates all projects at once.
Authorizations
Section titled “Authorizations”Request Bodyrequired
Section titled “Request Bodyrequired”Media typeapplication/json
object
source_storage_name
required
The source storage shard
string
destination_storage_name
The destination storage shard
string
Examplegenerated
{ "source_storage_name": "example", "destination_storage_name": "example"}Responses
Section titled “Responses”Accepted
Bad Request