Document
Create Multiple New Document Sections
Create multiple new sections within a specified document, each with an optional parent section
post/v1/document/{document_id}/multiple-section
Path parameters
document_idstring uuid required
The UUID of the document where new sections will be created
Request body
Response
Successfully created multiple new document sections
Example response
{
"data": "OK"
}