user APIs
Rename a directory. Deprecated, use "file-actions/move"
Rename a directory for the logged in user. The rename is allowed for empty directory or for non empty local directories, with no virtual folders inside
patch/user/dirs
Query parameters
pathstring required
Path to the folder to rename. It must be URL encoded, for example the path "my dir/àdir" must be sent as "my%20dir%2F%C3%A0dir"
targetstring required
New name. It must be URL encoded, for example the path "my dir/àdir" must be sent as "my%20dir%2F%C3%A0dir"
Response
successful operation