wecom_edit_doc
Write Markdown content to identify and update an existing WeCom document using its docid or URL, supporting headings, lists, tables, bold, and italic formatting.
Instructions
Write Markdown content to a WeCom document. Supports headings, lists, tables, bold, italic. Use docid (preferred) or url to identify the document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Markdown content to write | |
| docid | No | Document docid from wecom_create_doc (preferred) | |
| url | No | Document URL (fallback if docid unavailable) |