Change param order

This commit is contained in:
shamoon
2025-12-27 16:38:06 -08:00
parent 0e2611163b
commit 10db1e6405

View File

@@ -650,8 +650,8 @@ def remove_password(
doc_ids: list[int], doc_ids: list[int],
password: str, password: str,
*, *,
delete_original: bool = False,
update_document: bool = False, update_document: bool = False,
delete_original: bool = False,
include_metadata: bool = True, include_metadata: bool = True,
user: User | None = None, user: User | None = None,
) -> Literal["OK"]: ) -> Literal["OK"]: