PUT
/
filesystem
/
{path}
{
  "message": "File created successfully",
  "path": "/path/to/file"
}

Path Parameters

path
string
required

File or directory path

Body

application/json
File or directory information

The body is of type object.

Response

200
application/json
Success message

The response is of type object.