Duplicate Seed Tiptap Document

Copy a source Tiptap document to a cloned sandbox file.

Fetches the source as Yjs and creates the destination at cloned_file_id. A missing source or existing destination returns duplicated: false with source_missing or already_exists; other Tiptap failures return 502.

post/api/py/sandbox/seeding/duplicate-tiptap

Request body

source_file_idstring uuid required
cloned_file_idstring uuid required

Response

Successful Response

duplicatedboolean required
skipped_reasonstring nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.