Skip to content

Create New Folder

PUT
/folder

Creates a new folder for organizing servers and other resources. Folders help users categorize and manage their connections.

Authorizations

BearerAuth

Enter your session token to authenticate API requests

TypeHTTP (bearer)

Request Body

application/json
JSON
{
"name": "string",
"parentId": 0,
"organizationId": 0
}

Responses

Folder successfully created with new folder ID
application/json
JSON
{
}

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License