PATCH
/
v1
/
projects
/
{project}
/
boxes
/
{name}
/
fs
Rename a path in a box filesystem
curl --request PATCH \
  --url https://api.example.com/v1/projects/{project}/boxes/{name}/fs

Path Parameters

project
string
required

Project name

name
string
required

Box name

Query Parameters

path
string
required

Existing path in the box

to
string
required

Destination path in the box

overwrite
boolean

Overwrite destination if present

Response

Path renamed