Summary
Update the content of an existing footnote or endnote. Structuredbody content is not available in this v1-only branch; those shapes return CAPABILITY_UNAVAILABLE.
- Operation ID:
footnotes.update - API member path:
editor.doc.footnotes.update(...) - Mutates document:
yes - Idempotency:
idempotent - Supports tracked mode:
yes - Supports dry run:
yes - Deterministic target resolution:
yes
Expected result
Returns a FootnoteMutationResult indicating success with the updated footnote address or a failure.Input fields
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

