From 969eb8beaafcb4b3fa546237f1ac6684b4b0bc2e Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 13 Feb 2026 07:50:39 -0800 Subject: [PATCH] Update api.md --- docs/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api.md b/docs/api.md index 1b00706da..da802b819 100644 --- a/docs/api.md +++ b/docs/api.md @@ -315,13 +315,13 @@ The following methods are supported: - `"doc": OUTPUT_DOCUMENT_INDEX` Optional index of the output document for split operations. - Optional `parameters`: - `"delete_original": true` to delete the original documents after editing. - - `"update_document": true` to add the edited PDF as a new version of the selected/root document. + - `"update_document": true` to add the edited PDF as a new version of the root document. - `"include_metadata": true` to copy metadata from the original document to the edited document. - `remove_password` - Requires `parameters`: - `"password": "PASSWORD_STRING"` The password to remove from the PDF documents. - Optional `parameters`: - - `"update_document": true` to add the password-less PDF as a new version of the selected/root document. + - `"update_document": true` to add the password-less PDF as a new version of the root document. - `"delete_original": true` to delete the original document after editing. - `"include_metadata": true` to copy metadata from the original document to the new password-less document. - `merge`