update_record_content
Modify existing record content in DEVONthink by providing UUID and new text or source material for text, HTML, or Markdown documents.
Instructions
Updates the content of an existing record in DEVONthink. For text records, sets plain text. For HTML/Markdown records, sets the source. UUID is required. Returns updated: true with uuid and name on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | UUID of the record to update | |
| content | Yes | New content to write to the record |