Arbitrary/custom parameters are generally discouraged - try to keep them to a minimum,
or use payload
(arbitrary JSON-serializable object) instead.
Optional
idID of the document to create/edit.
Required for edit
intents, optional for create
.
Optional
modeOptional "mode" to use for edit intent.
Known modes are structure
and presentation
.
Optional
templateName (ID) of initial value template to use for create
intent. Optional.
Optional
typeDocument schema type name to create/edit.
Required for create
intents, optional for edit
(but encouraged, safer and faster)
Base intent parameters
Todo
dedupe with core