Skip to main content
This method is available on Folder objects.

Parameters

  • 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