Skip to content

Commit b6a6527

Browse files
committed
use correct method to update list items
1 parent b03c34f commit b6a6527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ayon_api/_api_helpers/lists.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ def update_entity_list_items(
382382
mode (EntityListItemMode): Mode of items update.
383383
384384
"""
385-
response = self.post(
385+
response = self.patch(
386386
f"projects/{project_name}/lists/{list_id}/items",
387387
items=items,
388388
mode=mode,

0 commit comments

Comments
 (0)