Captions operations
Captions operation reference from the canonical Document API contract.
Back to full reference
Caption (SEQ field) inspection, insertion, update, removal, and numbering configuration.
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.
Bring your own editor UI. Use SuperDoc as the document engine underneath. Read the announcement ā
Captions operation reference from the canonical Document API contract.
| Operation | Member path | Mutates | Idempotency | Tracked | Dry run |
|---|---|---|---|---|---|
captions.list | captions.list | No | idempotent | No | No |
captions.get | captions.get | No | idempotent | No | No |
captions.insert | captions.insert | Yes | non-idempotent | No | Yes |
captions.update | captions.update | Yes | idempotent | No | Yes |
captions.remove | captions.remove | Yes | non-idempotent | No | Yes |
captions.configure | captions.configure | Yes | idempotent | No | Yes |
Was this page helpful?
