Skip to content

Create new SSH folder

POST
/ssh/file_manager/ssh/createFolder

Create new SSH folder. Server: localhost:8084

Authorizations

bearerAuth
TypeHTTP (bearer)

Request Body

application/json
JSON
{
"sessionId": "string",
"path": "string",
"folderName": "string"
}

Responses

OK

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

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI

Distributed under the Apache License Version 2.0