v8

latestOpenAPI 3.0.2raw.githubusercontent.com2025-07-05181151306.2 KB
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

datastring

Example response

{
  "data": "OK"
}