Skip to content

Commit 35aebe9

Browse files
authored
Merge branch 'develop' into bugfix/294-keyerror-content-length-on-v127
2 parents 745d356 + 0a29dbe commit 35aebe9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ayon_api/_api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4932,6 +4932,8 @@ def get_products(
49324932
Use 'None' if folder is direct child of project.
49334933
product_types (Optional[Iterable[str]]): Product types used for
49344934
filtering.
4935+
product_base_types (Optional[Iterable[str]]): Product base types
4936+
used for filtering.
49354937
product_name_regex (Optional[str]): Filter products by name regex.
49364938
product_path_regex (Optional[str]): Filter products by path regex.
49374939
Path starts with folder path and ends with product name.

0 commit comments

Comments
 (0)