v1

latestOpenAPI 3.0.0Apache 2.02026-07-1784052.8 KB
Files

Add a file or folder in your application tree

post/files

Query parameters

pathstring required

Relative or absolute path where the item will be created

Request body

isDirboolean

Whether or not the new item is a directory

contentstring

The content if the new item is a file

Example request

{
  "content": "Hello world"
}