v8

latestOpenAPI 3.0.2raw.githubusercontent.com2025-07-05181151306.2 KB
Document Section

Duplicate Document Section

Duplicate a specific document section asynchronously.

post/v1/document/{document_id}/section/{document_section_id}/duplicate-async

Path parameters

document_idstring uuid required

The UUID of the document.

document_section_idstring uuid required

The UUID of the document section to duplicate.

Response

Document section duplication started successfully

metadataobject
datastring

Example response

{
  "data": "Document section duplication started successfully"
}