Create or update directory tree
filesystem
Create or update directory tree
Create or update multiple files within a directory tree structure
PUT
Create or update directory tree
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Root directory path
Body
application/json
Map of file paths to content
Example:
{
"\"dir/file2.txt\"": "\"content2\"}",
"{\"file1.txt\"": "\"content1\""
}Last modified on June 2, 2026
