v1

latestOpenAPI 3.0.02026-07-24990169.2 KB

Create a folder

Requires scope folder:write.

post/folders

Request body

organizationIdstring

DEPRECATED: use teamId instead.

teamIdstring

The team that the folder belongs to. If teamId is null, the folder will belong to the user directly.

workspacestring

Slug of the workspace that the folder should be created in. The authenticated user must have access to this workspace.

parentIdnumber

The parent folder that the folder belongs to.

namestring required

The name of the folder.

Example request

{
  "workspace": "my-workspace"
}

Response

Successful