Skip to main content

Summary

Update the content of an existing footnote or endnote. Structured body 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_FOUND
  • INVALID_TARGET
  • INVALID_INPUT
  • CAPABILITY_UNAVAILABLE

Non-applied failure codes

  • INVALID_FRAGMENT
  • CAPABILITY_UNAVAILABLE

Raw schemas