Skip to content

Commit e3b9134

Browse files
committed
fix url path to delete representation
1 parent 25fd9f7 commit e3b9134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ayon_api/server_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7601,7 +7601,7 @@ def delete_representation(
76017601
76027602
"""
76037603
response = self.delete(
7604-
f"projects/{project_name}/representation/{representation_id}"
7604+
f"projects/{project_name}/representations/{representation_id}"
76057605
)
76067606
response.raise_for_status()
76077607

0 commit comments

Comments
 (0)