You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cases/api/cases-api/cases-api-find-cases.asciidoc
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,16 @@ A JSON object listing the retrieved cases.
93
93
"phishing"
94
94
],
95
95
"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
+
},
97
106
},
98
107
{
99
108
"id": "a18b38a0-71b0-11ea-a0b2-c51ea50a58e2",
@@ -118,6 +127,15 @@ A JSON object listing the retrieved cases.
118
127
"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!",
119
128
"title": "This case will self-destruct in 5 seconds",
0 commit comments