Schedule repository storage moves for all snippets on a storage shard
POST
/api/v4/snippet_repository_storage_moves
Schedules repository storage moves for each snippet repository stored on the source storage shard. This endpoint migrates all snippets 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