update_shared_doc_content
Replace the entire content of an existing shared doc while preserving its title, password, and expiry. Accepts a doc ID or URL and is safe to retry.
Instructions
Replace the entire content of an existing shared doc (title, password, and expiry are left unchanged). Idempotent: unlike append_to_shared_doc, calling it twice with the same content is safe to retry — the result is the same either way. Accepts a doc id or URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| updated_user | No | ||
| doc_id_or_url | Yes |