File Storage
Upload a file to the workspace
Uploads a new file to the given path or updates an existing file if a file at the path exists.
Folders are created once required by a file upload. Empty folders can not be created.
put/files/{path}
Response
The file has been uploaded successfully.
Example response
{
"path": "folder/file.txt",
"size": 1024,
"modified": "2018-01-03T10:55:29Z"
}