Skip to content

confluence-sync - ID Mode

Choose a tag to compare

@javierbrea javierbrea released this 28 Jan 12:18
· 69 commits to main since this release
766b42b

Added

  • feat: Add "id" mode, which only allows to update pages by its Confluence page ID. It throws when there is a page without an ID or with an ancestor, or when rootPageId is provided.
  • feat: Do not allow "flat" mode when all pages have an id. "id" mode should be used instead.
  • feat: Validate sync modes at the very beginning. It throws when a non-existing mode is provided.