Update Folder
hudu_update_folderUpdate a folder's name, icon, description, or move it to a different parent folder or company.
Instructions
Update an existing folder. A folder groups knowledge-base articles. Folders nest through parent_folder_id, and a folder carrying a company_id belongs to that company rather than to the global knowledge base.
Only the fields you supply are sent. Be aware that Hudu applies these as a PUT: for fields you do send, the new value replaces the old one outright — read the record first with hudu_get_folder if you intend to append rather than overwrite.
Operation class: Update. Impact: Overwrites the supplied fields on this folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric Hudu id of the folder. | |
| icon | No | New icon for the folder; see hudu_create_folder for accepted values. | |
| name | No | New name for the folder. | |
| company_id | No | Move the folder into a different company. This changes who can see the folder and everything filed in it, so confirm the move with the user before making it. | |
| description | No | New description for the folder. | |
| parent_folder_id | No | Move the folder under a different parent, by numeric folder id. |