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>"
}
}Was this page helpful?
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>"
}
}