update-list
Update an existing list's properties: change name, icon, description, visibility, smart-list query, or parent assignment.
Instructions
Update a list. Only the fields you pass are changed. Length caps and smart-list query rules come from the shared list schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icon | No | New emoji icon for the list. | |
| name | No | New name for the list. | |
| query | No | New smart-list query. Only meaningful for smart lists. | |
| listId | Yes | The id of the list to update. | |
| public | No | Whether the list is publicly accessible. | |
| parentId | No | New parent list id. Pass null to move to the root. | |
| description | No | New description for the list. Pass null to clear. |