file::sync
Request to synce the buffer.
{
"method": "file::sync",
"file": <path>,
}
file
is the filename you want to sync.
Example response
{
"method": "file::sync",
"file": <path>,
"contents": <string>,
"status": "success",
}
The client will overwrite the file.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.