Update ​Update

yaml
type: "io.kestra.plugin.notion.page.update"
yaml
id: notion_update_page_content
namespace: company.team

tasks:
  - id: update_page
    type: io.kestra.plugin.notion.page.Update
    apiToken: "{{ secret('NOTION_API_TOKEN') }}"
    pageId: "12345678-1234-1234-1234-123456789abc"
    content: |
      # Updated Content

      This page has been updated with new content.

      ## New Section
      - Updated item 1
      - Updated item 2

yaml
id: notion_update_page_full
namespace: company.team

tasks:
  - id: update_page_full
    type: io.kestra.plugin.notion.page.Update
    apiToken: "{{ secret('NOTION_API_TOKEN') }}"
    pageId: "12345678-1234-1234-1234-123456789abc"
    title: "Updated Meeting Notes"
    content: |
      # Meeting Summary - Updated

      **Date:** {{ now() }}

      ## Key Decisions
      - Decision 1
      - Decision 2

      ## Next Steps
      - [ ] Action item 1
      - [ ] Action item 2
Properties
Format date-time
Format date-time
Format duration
Default PT5M
Format duration
Default false
SubType integer
Default UTF-8
Default true
SubType string
Possible Values
REQUEST_HEADERSREQUEST_BODYRESPONSE_HEADERSRESPONSE_BODY
Default DIRECT
Possible Values
DIRECTHTTPSOCKS