Skip to content

Commit 0a29dbe

Browse files
authored
Merge pull request #296 from ynput/enhancement/update-docstring
Public api: Update get products docstring
2 parents e782a19 + 4228a32 commit 0a29dbe

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)