Rename files/folders

Renaming a file

/file/rename

POST https://fileio.couchdrop.io/file/rename

Rename a file

Headers

NameTypeDescription

token

string

API Access Token

Request Body

NameTypeDescription

path_to

string

Destination Path

path

string

Source Path

{
    "rename": true
}

Last updated