From 0e2611163b2012a8cacdac0b391cdd93eed02b49 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 27 Dec 2025 16:37:59 -0800 Subject: [PATCH] Fix docs --- docs/api.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/api.md b/docs/api.md index 4e4941ca3..1ac634162 100644 --- a/docs/api.md +++ b/docs/api.md @@ -297,6 +297,10 @@ The following methods are supported: - `remove_password` - Requires `parameters`: - `"password": "PASSWORD_STRING"` The password to remove from the PDF documents. + - Optional `parameters`: + - `"update_document": true` to replace the existing document with the password-less PDF. + - `"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` - No additional `parameters` required. - The ordering of the merged document is determined by the list of IDs.