curl --request POST \
--url https://storage-service.iran.liara.ir/api/v1/buckets/migrates \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"from": "<string>",
"to": "<string>",
"path": "<string>"
}
'This response has no body data.Move data from one bucket to another
curl --request POST \
--url https://storage-service.iran.liara.ir/api/v1/buckets/migrates \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"from": "<string>",
"to": "<string>",
"path": "<string>"
}
'This response has no body data.