ChangeFileAccessToken
Change the encoding of a file already stored.
Endpoint
POST /changeFile
Parameter
Header
Field | Value |
---|---|
accessToken | accessToken set in the Config |
Body
Field | Value | Type |
---|---|---|
file | Path to file | string |
fromEncoding | Encoding of the file (e.g. ascii ) | string |
toEncoding | Encoding to convert to (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"