Skip to content

Commit 7cff8d9

Browse files
authored
Remove exception from API doc (opensearch-project#10039)
Signed-off-by: Archer <[email protected]>
1 parent 15eac34 commit 7cff8d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_security-analytics/api-tools/rule-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ falsepositives:
111111
"reason": "{\"error\":\"Sigma rule must have a log source\",\"error\":\"Sigma rule must have a detection definitions\"}",
112112
"caused_by": {
113113
"type": "exception",
114-
"reason": "java.util.Arrays$ArrayList: {\"error\":\"Sigma rule must have a log source\",\"error\":\"Sigma rule must have a detection definitions\"}"
114+
"reason": "{\"error\":\"Sigma rule must have a log source\",\"error\":\"Sigma rule must have a detection definitions\"}"
115115
}
116116
},
117117
"status": 400

0 commit comments

Comments
 (0)