modifyPage
abstract fun modifyPage(documentUuid: String, pageUuid: String, options: ModifyPageOptions? = null): Result<DocumentData>
Modifies a page within the document using the specified options.
Return
The result containing the updated document data.
Parameters
documentUuid
The UUID of the document.
pageUuid
The UUID of the page to modify.
options
Optional options for modifying the page.