quire.updateSublist
Edit sublist properties such as name, description, tasks, icon, and dates, using OID or owner type/ID plus sublist ID.
Instructions
Update a sublist's properties by OID, or by owner type/ID and sublist ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| oid | No | The sublist OID (unique identifier). Use this OR ownerType+ownerId+sublistId | |
| ownerType | No | The type of owner (required when using sublistId) | |
| ownerId | No | The owner ID or OID (required when using sublistId) | |
| sublistId | No | The sublist ID within the owner | |
| name | No | New sublist name | |
| id | No | New ID for this sublist | |
| description | No | New sublist description | |
| changes | No | List of changes to add or remove tasks from this sublist | |
| iconColor | No | Icon color index from Quire's predefined palette | |
| archived | No | Archive toggle. Specify true to archive; false to unarchive | |
| start | No | Target start date (ISO 8601 format, e.g., '2024-01-02') | |
| due | No | Target due date (ISO 8601 format, e.g., '2024-05-25') | |
| image | No | Icon image identifier (e.g., 'icon-view-list', 'icon-briefcase-o', etc.) |