Skip to content

Commit d6c419b

Browse files
committed
Update find cases
1 parent 7ccc1c5 commit d6c419b

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

docs/cases/api/cases-api/cases-api-find-cases.asciidoc

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,16 @@ A JSON object listing the retrieved cases.
9393
"phishing"
9494
],
9595
"description": "Windows 95",
96-
"status": "open"
96+
"status": "open",
97+
"connector": {
98+
"id": "131d4448-abe0-4789-939d-8ef60680b498",
99+
"name": "My connector",
100+
"type": ".jira",
101+
"fields": {
102+
"issueType": "10006",
103+
"priority": null,
104+
}
105+
},
97106
},
98107
{
99108
"id": "a18b38a0-71b0-11ea-a0b2-c51ea50a58e2",
@@ -118,6 +127,15 @@ A JSON object listing the retrieved cases.
118127
"description": "James Bond clicked on a highly suspicious email banner advertising cheap holidays for underpaid civil servants. Operation bubblegum is active. Repeat - operation bubblegum is now active!",
119128
"title": "This case will self-destruct in 5 seconds",
120129
"status": "open",
130+
"connector": {
131+
"id": "131d4448-abe0-4789-939d-8ef60680b498",
132+
"name": "My connector",
133+
"type": ".resilient",
134+
"fields": {
135+
"issueTypes": [13],
136+
"severityCode": 6,
137+
}
138+
},
121139
"tags": [
122140
"phishing",
123141
"social engineering",

0 commit comments

Comments
 (0)