Skip to main content

Summary

Set column configuration for a section.
  • Operation ID: sections.setColumns
  • API member path: editor.doc.sections.setColumns(...)
  • Mutates document: yes
  • Idempotency: conditional
  • Supports tracked mode: no
  • Supports dry run: yes
  • Deterministic target resolution: yes

Expected result

Returns a SectionMutationResult receipt; reports NO_OP if column configuration already matches.

Input fields

Variant 1 (target.kind=“section”)

Variant 2 (target.kind=“section”)

Variant 3 (target.kind=“section”)

Example request

Output fields

Variant 1 (success=true)

Variant 2 (success=false)

Example response

Pre-apply throws

  • TARGET_NOT_FOUND
  • INVALID_TARGET
  • INVALID_INPUT
  • CAPABILITY_UNAVAILABLE
  • INTERNAL_ERROR

Non-applied failure codes

  • NO_OP
  • INVALID_TARGET
  • CAPABILITY_UNAVAILABLE

Raw schemas