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",
}
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.