CreateFile
POST /createFile
Header
| Field | Value |
|---|---|
accessToken | accessToken set in the Config |
Body
| Field | Value | Type |
|---|---|---|
file | file name to create (full path) | string |
data | the Data (most likely text) to save to the created file | string |
encoding(optional) | Encoding to save in (e.g. ascii) | string |
test (optional) | Only log the file action but don’t execute it for testing purposes | true |
Response
Status: 200
"success"Last updated on