Skip to main content

Summary

Update hyperlink metadata (destination, tooltip, target, rel) without changing display text.
  • Operation ID: hyperlinks.patch
  • API member path: editor.doc.hyperlinks.patch(...)
  • Mutates document: yes
  • Idempotency: conditional
  • Supports tracked mode: no
  • Supports dry run: yes
  • Deterministic target resolution: yes

Expected result

Returns a HyperlinkMutationResult with the updated hyperlink address on success, or NO_OP if unchanged.

Input fields

Example request

Output fields

Variant 1 (success=true)

Variant 2 (success=false)

Example response

Pre-apply throws

  • TARGET_NOT_FOUND
  • CAPABILITY_UNAVAILABLE
  • INVALID_TARGET
  • INVALID_INPUT

Non-applied failure codes

  • NO_OP

Raw schemas