Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit eebfccc

Browse files
committed
[client] Add case in container constant
1 parent bab456d commit eebfccc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pycti/utils/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ class ContainerTypes(Enum):
7272
OPINION = "Opinion"
7373
REPORT = "Report"
7474
GROUPING = "Grouping"
75+
CASE = "Case"
7576

7677
@classmethod
7778
def has_value(cls, value):

0 commit comments

Comments
 (0)