Skip to main content
POST
/
filesystem.Filesystem
/
Move
Move
curl --request POST \
  --url https://api.example.com/filesystem.Filesystem/Move \
  --header 'Content-Type: application/json' \
  --data '
{
  "source": "<string>",
  "destination": "<string>"
}
'
{
  "entry": {
    "name": "<string>",
    "type": "FILE_TYPE_UNSPECIFIED",
    "path": "<string>",
    "size": 123,
    "mode": 123,
    "permissions": "<string>",
    "owner": "<string>",
    "group": "<string>",
    "modifiedTime": "2023-01-15T01:30:15.01Z",
    "symlinkTarget": "<string>"
  }
}

Body

application/json
source
string
destination
string

Response

Success

entry
entry · object