From 4228a32a16ad402eb2701d2db9f4621b87558d57 Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Mon, 5 Jan 2026 16:26:48 +0100 Subject: [PATCH] added product_base_types to global api docstring --- ayon_api/_api.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ayon_api/_api.py b/ayon_api/_api.py index c13198cbb..b02ba5b73 100644 --- a/ayon_api/_api.py +++ b/ayon_api/_api.py @@ -4932,6 +4932,8 @@ def get_products( Use 'None' if folder is direct child of project. product_types (Optional[Iterable[str]]): Product types used for filtering. + product_base_types (Optional[Iterable[str]]): Product base types + used for filtering. product_name_regex (Optional[str]): Filter products by name regex. product_path_regex (Optional[str]): Filter products by path regex. Path starts with folder path and ends with product name.