PUT
/
v1
/
projects
/
{project}
/
boxes
/
{name}
/
fs
/
dir
Create a directory in a box filesystem
curl --request PUT \
  --url https://api.example.com/v1/projects/{project}/boxes/{name}/fs/dir

Path Parameters

project
string
required

Project name

name
string
required

Box name

Query Parameters

path
string
required

Directory path in the box

Response

Directory created