We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f82f68 + 6082504 commit da7837dCopy full SHA for da7837d
ayon_api/operations.py
@@ -1188,7 +1188,10 @@ def update_product(
1188
update_data[key] = value
1189
1190
return self.update_entity(
1191
- project_name, "product", update_data
+ project_name,
1192
+ "product",
1193
+ product_id,
1194
+ update_data
1195
)
1196
1197
def delete_product(self, project_name, product_id):
@@ -1456,7 +1459,10 @@ def update_representation(
1456
1459
1457
1460
1458
1461
- project_name, "representation", update_data
1462
1463
+ "representation",
1464
+ representation_id,
1465
1466
1467
1468
def delete_representation(self, project_name, representation_id):
0 commit comments