Skip to content
Termix
Main Navigation
Home
Docs
Appearance
Menu
Return to top
Add file to recent list
POST
/ssh/file_manager/recent
Add file to recent list.
Server: localhost:8081
Authorizations
bearerAuth
Type
HTTP (bearer)
Request Body
application/json
Schema
JSON
JSON
{
"name"
:
"string"
,
"path"
:
"string"
,
"isSSH"
:
true
,
"sshSessionId"
:
"string"
,
"hostId"
:
0
}
Responses
200
400
401
OK
Content-Type
application/json
Schema
JSON
JSON
{
"message"
:
"string"
}
POST
/ssh/file_manager/recent
Playground
Server
Select a server...
Authorization
bearerAuth
Body
Try it out
Samples
Powered by
VitePress OpenAPI