ChangeFile

AccessToken

Change the encoding of a file already stored.

Endpoint

POST /changeFile

Parameter

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

Response

200

Status: 200
"success"

400

"Error Text"