quire.updateDocument
Update a document's properties using its OID or owner type, owner ID, and document ID. Modify name, description, dates, archive status, and icon.
Instructions
Update a document's properties by OID, or by owner type/ID and document ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| oid | No | The document OID (unique identifier). Use this OR ownerType+ownerId+documentId | |
| ownerType | No | The type of owner (required when using documentId) | |
| ownerId | No | The owner ID or OID (required when using documentId) | |
| documentId | No | The document ID within the owner | |
| name | No | New document name/title | |
| id | No | New ID for this document | |
| description | No | New document content in markdown format | |
| 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.) |