Skip to main content
POST
Add new folder

Authorizations

Authorization
string
header
required

Access token for authentication

Body

application/json
name
string
required

Name of the folder

Maximum string length: 512
description
string

Description of the folder

Maximum string length: 2000
parent_folder_id
integer<int32>

ID of the parent folder

Required range: x >= 0
parent_folder_name
string

Name of the parent folder

Maximum string length: 512
permissions
object

Response

Folder created successfully

id
integer<int32>
required

Unique identifier of the folder

name
string
required

Name of the folder

description
string

Description of the folder

parent_folder_id
integer<int32>

ID of the parent folder

permissions
object