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.


Last modified September 13, 2024: wip (1c53258)