From bd8e6fcf0c16ce3f3e91e27fb80eb6611bfd5301 Mon Sep 17 00:00:00 2001 From: Nick the Sick Date: Fri, 20 Dec 2024 15:19:06 +0100 Subject: [PATCH] docs: clarify the endpoint a bit more --- src/content/collaboration/documents/conversion.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/content/collaboration/documents/conversion.mdx b/src/content/collaboration/documents/conversion.mdx index 65172a9..e913d33 100644 --- a/src/content/collaboration/documents/conversion.mdx +++ b/src/content/collaboration/documents/conversion.mdx @@ -81,12 +81,13 @@ Specify how source document elements are mapped to ProseMirror nodes or marks, a ## /import-docx endpoint (experimental) -The `/import-docx` endpoint enables the conversion of `docx` files into Tiptap’s JSON format. Users can POST documents to this endpoint and use various parameters to customize how different document elements are handled during the conversion process. +The `/import-docx` endpoint enables the conversion of docx files into Tiptap's JSON format and allows for more docx-specific functions than the /import endpoint. Users can POST documents to this endpoint and use various parameters to customize how different document elements are handled during the conversion process. - **Method**: `POST` - This feature is currently in alpha and available to all users with a Tiptap account. + This feature is currently in alpha and available to all users with a Tiptap account. Consider this + endpoint experimental and subject to change. ### Required headers