Skip to content

Commit

Permalink
Merge pull request #260 from TheHive-Project/bugfix/set-input-alert-d…
Browse files Browse the repository at this point in the history
…ate-property-as-optional

Set InputAlert's date property as optional
  • Loading branch information
Kamforka authored Oct 24, 2022
2 parents 6e9a268 + ead07f8 commit 462b20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thehive4py/types/alert.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ class InputAlertRequired(TypedDict):
sourceRef: str
title: str
description: str
date: int


class InputAlert(InputAlertRequired, total=False):
date: int
externalLink: str
severity: int
tags: List[str]
Expand Down

0 comments on commit 462b20b

Please sign in to comment.