Skip to main content

Summary

Execute a compiled batch of plan-safe operation entries with per-entry transactions, capture resolution between entries, and keep-prefix-and-continue failure semantics.
  • Operation ID: plan.execute
  • API member path: editor.doc.plan.execute(...)
  • Mutates document: yes
  • Idempotency: non-idempotent
  • Supports tracked mode: no
  • Supports dry run: no
  • Deterministic target resolution: yes

Expected result

Returns a PlanExecuteResult with per-entry receipts, projected captures, and the first hard failure if any.

Input fields

Example request

Output fields

Example response

Pre-apply throws

  • INVALID_INPUT
  • CAPABILITY_UNAVAILABLE

Non-applied failure codes

  • None

Raw schemas