- Sync
- Async
Parameters
folder_id_or_path(str): Folder identifier (UUID, name, or canonical path)content(str): Summary content (markdown or plain text)versioning(bool, optional): Create a new version instead of overwriting. Defaults to True.overwrite_latest(bool, optional): Overwrite the latest summary when versioning is enabled. Defaults to False.
Returns
Summary: Updated summary payload
Examples
- Sync
- Async

