Update Folder Icon
update_folder_iconUpdate the sidebar icon for an organize folder by providing an emoji, icon object, or null to remove it.
Instructions
Set or clear the sidebar icon on an organize folder. Pass an emoji string, a full icon object, or null to remove it. Experimental.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | No | ||
| folderId | Yes | The organize folder whose icon to update. | |
| icon | Yes | Emoji shorthand ("🧪"), a full object ({type:"emoji",unicode:"🧪"} or {type:"icon",name:"check"}), or null to remove the icon. |