Skip to content

Commit b03c34f

Browse files
committed
fix endpoint used to create new list
1 parent 73a4d5e commit b03c34f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ayon_api/_api_helpers/lists.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,8 @@ def create_entity_list(
210210
kwargs[key] = value
211211

212212
response = self.post(
213-
f"projects/{project_name}/lists/{list_id}/items",
213+
f"projects/{project_name}/lists",
214214
**kwargs
215-
216215
)
217216
response.raise_for_status()
218217
return list_id

0 commit comments

Comments
 (0)