Hyperlinks operations
Hyperlinks operation reference from the canonical Document API contract.
Was this page helpful?
⌘I
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Introducing Document Engine — edit DOCX files from code, CLI, SDKs, or AI agents. Read the announcement →
Hyperlinks operation reference from the canonical Document API contract.
| Operation | Member path | Mutates | Idempotency | Tracked | Dry run |
|---|---|---|---|---|---|
hyperlinks.list | hyperlinks.list | No | idempotent | No | No |
hyperlinks.get | hyperlinks.get | No | idempotent | No | No |
hyperlinks.wrap | hyperlinks.wrap | Yes | conditional | No | Yes |
hyperlinks.insert | hyperlinks.insert | Yes | non-idempotent | No | Yes |
hyperlinks.patch | hyperlinks.patch | Yes | conditional | No | Yes |
hyperlinks.remove | hyperlinks.remove | Yes | conditional | No | Yes |
Was this page helpful?
