Create Section Handler
Create a new section.
The section is created as a child of the specified parent (must be DOCUMENT_VERSION or SECTION). If prev_sibling_path_id is provided, the section is inserted after that sibling; otherwise it is appended to the end of the sibling list.
Headers
Cookies
Body
Request to create a new section.
Section name (can contain any characters)
1 - 255Parent PathPart ID (must be DOCUMENT_VERSION or SECTION)
Page number in source document (must be > 0)
PathPart ID to insert after (null = append to tail)
Response
Successful Response
Section response model.
Section ID
PathPart ID
Section name
Parent PathPart ID
Full materialized path from root
Whether this section is system-managed
Tenant ID
Creation timestamp
Last update timestamp
Page number in source document
Previous sibling PathPart ID
Next sibling PathPart ID
System-managed metadata (statistics, etc.)
