/file/edit/encodeuri

URL encode the content of a file, based on the Javascript function encodeURI()open in new window.

Endpoint

POST /file/edit/encodeuri

Parameter

FieldValue
accessTokenaccessToken set in the Config

Body

FieldValueType
fileFile to editstring
test (optional)Only log the file action but don't execute it for testing purposestrue

Example

{
"file":"C:\\test\\test.txt"
}
Status: 200