folders
Create Folder Handler
Create a new folder.
The folder is created as a child of the specified parent folder. It is automatically added to the end of the parent’s children list.
POST
Create Folder Handler
Headers
Cookies
Body
application/json
Response
Successful Response
Folder response model.
Path part type
Available options:
FOLDER Folder ID
PathPart ID
Folder name
Parent PathPart ID
Full materialized path from root
Whether this folder is system-managed
Tenant ID
Creation timestamp
Last update timestamp
Tags attached to this folder
Previous
Search Items HandlerSearch for folders and documents by name.
Performs a case-insensitive partial name match using trigram indexing.
Results are filtered by the current user's path permissions.
When parent_path_part_id is provided, only items under that folder are
searched. Otherwise, all accessible items across the tenant are searched.
Next
Create Folder Handler
