Appearance
Update Form Folder
Update an existing form folder configuration. Requires ADMIN permissions.
Parameters
| name * are required parameters | data type | description |
|---|---|---|
folderId* | string | The unique identifier of the folder to update |
body.name | string | Updated display name |
body.parentId | string | Updated parent folder ID |
Return Value
The updated folder configuration.
Examples
bash
curl -X PUT "https://app.wombat.software/api/{targetPath}/form-folders/:folderId" \
-H "Content-Type: application/json" \
-H "Authentication: Bearer ..." \
-d '{"name": "Updated Folder Name"}'ENDPOINTS
put
/api/{targetPath}/form-folders/:folderId