Insert or update blocks
post/api/v1/blocks
Request body
createAtinteger required
The creation time
deleteAtinteger
The deleted time. Set to indicate this block is deleted
fieldsobject
The block fields
idstring required
The id for this block
modifiedBystring required
The id for user who last modified this block
parentIdstring
The id for this block's parent block. Empty for root blocks
rootIdstring required
The id for this block's root block
schemainteger required
The schema version of this block
titlestring
The display title
typestring required
The block type
updateAtinteger required
The last modified time
Response
success