quire.updateChat
Update a chat channel's name, description, icon, dates, or archive status. Specify by OID or owner type/ID and chat ID.
Instructions
Update a chat channel's properties by OID, or by owner type/ID and chat ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| oid | No | The chat channel OID (unique identifier). Use this OR ownerType+ownerId+chatId | |
| ownerType | No | The type of owner (currently only 'project' is supported, required when using chatId) | |
| ownerId | No | The owner ID or OID (required when using chatId) | |
| chatId | No | The chat ID within the owner | |
| name | No | New chat channel name | |
| id | No | New ID for this chat channel | |
| description | No | New chat channel description (Markdown supported) | |
| 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.) |