ChangeFile
POST /changeFile
Change the encoding of a file already stored.
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
Status: 200
"success"
Last updated on