CreateDocBlock
Create new document block
Input
Name | Type | Required | Description |
DocId | String | True | The doc's unique identifier. |
AfterBlockId | String | False | After which block to insert this one. If not provided, will be inserted first in the document |
ParentBlockId | String | False | The parent block id to append the created block under. |
Type | String | True | The block's content type. |
Content | String | True | The block's content. |
Result Set Columns
Name | Type | Description |
Success | Boolean | Indicates whether or not the operation executed successfully. |
Details | String | Any extra details on the operation's execution. |
DocumentBlockId | String | The document block's unique identifier. |