CreateFileAccessToken
Create a file.
Endpoint
POST /createFile
Parameter
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
200
Status: 200
"success"
400
"Error Text"