Appearance
Create Form Folder
Create a new folder used to organize form and object schemas. Requires ADMIN permissions.
Parameters
| name * are required parameters | data type | description |
|---|---|---|
body.name* | string | The display name of the folder |
body.parentId | string | Optional parent folder ID for nesting |
Return Value
The created folder configuration.
Examples
bash
curl -X POST "https://app.wombat.software/api/{targetPath}/form-folders" \
-H "Content-Type: application/json" \
-H "Authentication: Bearer ..." \
-d '{"name": "Safety Forms"}'ENDPOINTS
post
/api/{targetPath}/form-folders