update_node
Update a content node by its ID. Only provided fields are updated. Title and text are locale dicts (e.g. {"de": "Titel"}) — provided keys are merged, others preserved. custom_metadata keys are likewise merged into the existing metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Locale-keyed body content (HTML) map, e.g. {"de": "<p>Inhalt</p>", "en": "<p>Content</p>"}. | |
| title | No | Locale-keyed title map, e.g. {"de": "Titel", "en": "Title"}. | |
| source | No | Source URL for the node content. | |
| node_id | Yes | ||
| score_boost | No | Boost value for search ranking. Higher is better. Use null for no boost. | |
| custom_metadata | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||