Edit File EncodeURI
POST /file/edit/encodeuri
URL encode the content of a file, based on the Javascript function encodeURI() .
Header
| Field | Value | 
|---|---|
| accessToken | accessTokenset 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"
}Last updated on