Skip to Content
File ServiceCreate File

CreateFile

POST /createFile

Header

FieldValue
accessTokenaccessToken set in the Config

Body

FieldValueType
filefile name to create (full path)string
datathe Data (most likely text) to save to the created filestring
encoding(optional)Encoding to save in (e.g. ascii)string
test (optional)Only log the file action but don’t execute it for testing purposestrue
Status: 200 "success"
Last updated on