Skip to Content
File ServiceChange File

ChangeFile

POST /changeFile

Change the encoding of a file already stored.

Header

FieldValue
accessTokenaccessToken set in the Config

Body

FieldValueType
filePath to filestring
fromEncodingEncoding of the file (e.g. ascii)string
toEncodingEncoding to convert to (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