Skip to main content
POST
/
v1
/
fs
/
move
cURL
curl --request POST \
  --url http://localhost:2468/v1/fs/move \
  --header 'Content-Type: application/json' \
  --data '
{
  "from": "<string>",
  "to": "<string>",
  "overwrite": true
}
'
{
  "from": "<string>",
  "to": "<string>"
}

Body

application/json
from
string
required
to
string
required
overwrite
boolean | null

Response

200 - application/json

Move result

from
string
required
to
string
required