API permissions
DIR_MOVE
Body
{
"dirs_uuids": [
"5b12134e-70c6-5bd8-b49c-6264a08de5d7",
...
],
"new_dir_name": "/hello/world", // Only one of those 2 parameters
"new_dir_uuid": "08c40f0c-750e-5a56-85c1-63bd3061fa22" // should be used
}
Try it out
Request
Copy-paste the cURL request in your Terminal or click on the API Explorer tab to see the API in action.
Was this page helpful?