Create Folder - Implan-Group/api GitHub Wiki
The endpoint creates a new Project Folder.
Include a parentId
in the Request Body's Folder Specification in order to nest folders.
Parameter | Spec | Type | Details |
---|---|---|---|
body | body | json | A Folder Object . |
POST /api/v1/impact/folder
{ "Title": "Example Folder" }
{ "id": "590", "title": "Example Folder", "created": "2025-08-12T14:25:34", "ownerId": 1378, "parentId": null }