Summary
Insert a new footnote or endnote at a target location or the current selection. Structuredbody content is not available in this v1-only branch; those shapes return CAPABILITY_UNAVAILABLE.
- Operation ID:
footnotes.insert - API member path:
editor.doc.footnotes.insert(...) - Mutates document:
yes - Idempotency:
non-idempotent - Supports tracked mode:
yes - Supports dry run:
yes - Deterministic target resolution:
yes
Expected result
Returns a FootnoteMutationResult indicating success with the footnote address or a failure.Input fields
Variant 1 (at.kind=“text”)
Variant 2 (at.kind=“text”)
Example request
Output fields
Variant 1 (success=true)
Variant 2 (success=false)
Example response
Pre-apply throws
TARGET_NOT_FOUNDINVALID_TARGETINVALID_INPUTCAPABILITY_UNAVAILABLE
Non-applied failure codes
INVALID_FRAGMENTCAPABILITY_UNAVAILABLE
Raw schemas
Raw input schema
Raw input schema
Raw output schema
Raw output schema
Raw success schema
Raw success schema
Raw failure schema
Raw failure schema

