block

Create block

Create a new block (supports all types: page, folder, text, sop, etc.). For page and folder types, parent_id is optional. For other types, parent_id is required.

post/space/{space_id}/block

Path parameters

space_idstring uuid required

Space ID

Request body

parent_idstring
propsobject
titlestring
typestring required

Example request

{
  "type": "text"
}

Response

Created

codeinteger
errorstring
msgstring

Changes