Skip to main content

Summary

Create a section break at the target location with optional initial section properties.
  • Operation ID: create.sectionBreak
  • API member path: editor.doc.create.sectionBreak(...)
  • Mutates document: yes
  • Idempotency: non-idempotent
  • Supports tracked mode: no
  • Supports dry run: yes
  • Deterministic target resolution: yes

Expected result

Returns a CreateSectionBreakResult with the new section break position and section address.

Input fields

Example request

Output fields

Variant 1 (success=true)

Variant 2 (success=false)

Example response

Pre-apply throws

  • TARGET_NOT_FOUND
  • INVALID_TARGET
  • AMBIGUOUS_TARGET
  • INVALID_INPUT
  • CAPABILITY_UNAVAILABLE
  • INTERNAL_ERROR

Non-applied failure codes

  • INVALID_TARGET
  • CAPABILITY_UNAVAILABLE

Raw schemas