From 06b8ddd1cfed8222436d915b40a7ee306cf8acec Mon Sep 17 00:00:00 2001 From: labu Date: Tue, 9 Jan 2024 11:42:25 +0100 Subject: [PATCH] mandatory task typing --- thehive4py/types/task.py | 1 + 1 file changed, 1 insertion(+) diff --git a/thehive4py/types/task.py b/thehive4py/types/task.py index f4563d71..3143a265 100644 --- a/thehive4py/types/task.py +++ b/thehive4py/types/task.py @@ -15,6 +15,7 @@ class InputTask(InputTaskRequired, total=False): order: int dueDate: int assignee: str + mandatory: bool class OutputTaskRequired(TypedDict):