From 001061da0085e5e3637cbc2bb7a70f3b58e21c14 Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Mon, 18 Aug 2025 14:14:25 +0200 Subject: [PATCH] do not handle 'taskId' in nullable arguments --- ayon_api/operations.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ayon_api/operations.py b/ayon_api/operations.py index 8a9dac465..bc3ea457c 100644 --- a/ayon_api/operations.py +++ b/ayon_api/operations.py @@ -1320,7 +1320,6 @@ def update_version( for key, value in ( ("version", version), ("productId", product_id), - ("taskId", task_id), ("attrib", attrib), ("data", data), ("tags", tags),