Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com> Co-authored-by: Danylo Jablonski <150933663+DanyloGL@users.noreply.github.com>
1.1 KiB
1.1 KiB
Confluence Migration Guide
Upgrading to 1.0.0
With the release of Confluence API V2, several changes have been introduced to the connector, impacting endpoint structures and schema definitions. To ensure a seamless transition, follow the migration steps outlined below.
Key Changes
-
Blog Posts:
- Endpoint Change:
GET /content?type=blogpost→GET v2/blogposts - Breaking Change: Schema modifications require updating existing integrations.
- Endpoint Change:
-
Pages:
- Endpoint Change:
GET /content?type=page→GET v2/pages - Breaking Change: Schema modifications require adjustments.
- Endpoint Change:
-
Spaces:
- Endpoint Change:
GET /space→GET v2/spaces - Breaking Change: Schema updates necessitate migration.
- Endpoint Change:
Migration Steps
- Upgrade to version 1.0.0.
- Resynchronize the connector to reset schemas and update existing records.
For more details, refer to the official Confluence API V2 Changelog.