Update
Update Confluence page content
Update
Update Confluence page content
yaml
type: io.kestra.plugin.confluence.pages.UpdateExamples
yaml
id: update
type: io.kestra.plugin.confluence.pages.Update
id: update-confluence-page
namespace: company.team
tasks:
- id: update_page
type: io.kestra.plugin.confluence.pages.Update
serverUrl: https://your-domain.atlassian.net
username: user@example.com
apiToken: "{{ secret('CONFLUENCE_API_TOKEN') }}"
pageId: "12345678"
status: current
title: New Page Title
markdown: |
# My Updated Content\nThis is the new content for the page.
versionInfo:
number: 2
message: Updated content and title via Kestra.