Skip to content

Commit 83bdcf4

Browse files
committed
fix public function too
1 parent 011cdd3 commit 83bdcf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ayon_api/_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8209,7 +8209,7 @@ def update_entity_list_item(
82098209
list_id: str,
82108210
item_id: str,
82118211
*,
8212-
new_list_id: Optional[str],
8212+
new_list_id: Optional[str] = None,
82138213
position: Optional[int] = None,
82148214
label: Optional[str] = None,
82158215
attrib: Optional[dict[str, Any]] = None,

0 commit comments

Comments
 (0)