Skip to main content
POST
/
api
/
v1
/
buckets
/
migrates
Migrating buckets
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.

Authorizations

Authorization
string
header
required

Enter the token with the Bearer: prefix, e.g. "Bearer abcde12345". #

Body

application/json

Migrate buckets

from
string
to
string
path
string

Response