Skip to content

Commit

Permalink
Merge pull request #221 from pavithiraraj/task_id_fix
Browse files Browse the repository at this point in the history
Return task id when creating a task using the create task function
  • Loading branch information
iLLiCiTiT authored Nov 29, 2024
2 parents 7e2b9b4 + dc09f51 commit 4682928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ayon_api/server_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5469,7 +5469,7 @@ def create_task(
**create_data
)
response.raise_for_status()
return folder_id
return task_id

def update_task(
self,
Expand Down

0 comments on commit 4682928

Please sign in to comment.