Create Seed Tiptap Document

Create a Tiptap document for an authored sandbox seed file.

Validates a ProseMirror document and creates it at file_id without overwriting existing content. An existing document returns created: false with already_exists; other Tiptap failures return 502.

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

Request body

file_idstring uuid required
contentobject required

Response

Successful Response

createdboolean required
skipped_reasonstring nullable

Changes

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