/file/edit/encodeuri
URL encode the content of a file, based on the Javascript function encodeURI().
Endpoint
POST /file/edit/encodeuri
Parameter
Header
Field | Value |
---|---|
accessToken | accessToken set in the Config |
Body
Field | Value | Type |
---|---|---|
file | File to edit | string |
test (optional) | Only log the file action but don't execute it for testing purposes | true |
Example
{
"file":"C:\\test\\test.txt"
}
Status: 200