Skip to content

Commit f431d4c

Browse files
committed
fix endpoint for task method
1 parent 0e4093b commit f431d4c

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
@@ -7899,7 +7899,7 @@ def get_task_thumbnail(
78997899
valid.
79007900
79017901
"""
7902-
return self.get_thumbnail(project_name, "folder", task_id)
7902+
return self.get_thumbnail(project_name, "task", task_id)
79037903

79047904
def get_version_thumbnail(
79057905
self,

0 commit comments

Comments
 (0)