pub fn notes_upsert(
id: &str,
title: Option<&str>,
body: Option<&str>,
) -> Result<UpsertResult, PluginError>Expand description
notes.upsert:改标题/正文(能力 notes:write)。None 字段保持原值;
其余元数据宿主逐字保留。默认走提案回传(见 UpsertResult)。
pub fn notes_upsert(
id: &str,
title: Option<&str>,
body: Option<&str>,
) -> Result<UpsertResult, PluginError>notes.upsert:改标题/正文(能力 notes:write)。None 字段保持原值;
其余元数据宿主逐字保留。默认走提案回传(见 UpsertResult)。