Skip to main content

Parameters

  • document_id (str): ID of the document
  • 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