From e9aba375254f0c1641424fb7494a3d253a2ba5de Mon Sep 17 00:00:00 2001 From: Narek Mkhitaryan Date: Tue, 15 Jul 2025 19:26:35 +0400 Subject: [PATCH] fix in set_remove_contributor_categories --- .../lib/infrastructure/services/work_management.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/superannotate/lib/infrastructure/services/work_management.py b/src/superannotate/lib/infrastructure/services/work_management.py index 861af83f..fdb182dd 100644 --- a/src/superannotate/lib/infrastructure/services/work_management.py +++ b/src/superannotate/lib/infrastructure/services/work_management.py @@ -507,7 +507,7 @@ def set_remove_contributor_categories( method="post", params=params, data={ - "query": body_query.body_builder(), + **body_query.body_builder(), "body": {"categories": [{"id": i} for i in category_ids]}, }, headers={