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
Example response
{
"data": "Document section duplication started successfully"
}