Skip to content
Termix
Main Navigation
Home
Docs
Appearance
Menu
Return to top
Write content to SSH file
POST
/ssh/file_manager/ssh/writeFile
Write content to SSH file.
Server: localhost:8084
Authorizations
bearerAuth
Type
HTTP (bearer)
Request Body
application/json
Schema
JSON
JSON
{
"sessionId"
:
"string"
,
"path"
:
"string"
,
"content"
:
"string"
}
Responses
200
OK
Content-Type
application/json
Schema
JSON
JSON
{
"message"
:
"string"
}
POST
/ssh/file_manager/ssh/writeFile
Playground
Server
Select a server...
Authorization
bearerAuth
Body
Try it out
Samples
Powered by
VitePress OpenAPI