room::add_file

Request to add a file.

{
    "method": "room::add_file",
    "file": <path>,
}
  • file is the path to the newly created file.
Example response
{
    "method": "room::add_file",
    "file": <path>,
    "contents": <string>,
    "status": "success",
}

Last modified September 13, 2024: docs (076b384)