Skip to content

Add file to recent list

POST
/ssh/file_manager/recent

Add file to recent list. Server: localhost:8081

Authorizations

bearerAuth
TypeHTTP (bearer)

Request Body

application/json
JSON
{
"name": "string",
"path": "string",
"isSSH": true,
"sshSessionId": "string",
"hostId": 0
}

Responses

OK

application/json
JSON
{
"message": "string"
}

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI

Distributed under the Apache License Version 2.0