Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Cases] Add max alerts per case to docs #164141

Merged
merged 1 commit into from
Aug 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions x-pack/plugins/cases/docs/openapi/bundled.json
Original file line number Diff line number Diff line change
Expand Up @@ -5471,7 +5471,8 @@
"type": "array",
"items": {
"type": "string"
}
},
"maxItems": 1000
}
],
"x-technical-preview": true,
Expand All @@ -5488,7 +5489,8 @@
"type": "array",
"items": {
"type": "string"
}
},
"maxItems": 1000
}
],
"x-technical-preview": true
Expand Down
2 changes: 2 additions & 0 deletions x-pack/plugins/cases/docs/openapi/bundled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3532,6 +3532,7 @@ components:
- type: array
items:
type: string
maxItems: 1000
x-technical-preview: true
example: 6b24c4dc44bc720cfc92797f3d61fff952f2b2627db1fb4f8cc49f4530c4ff42
alert_indices:
Expand All @@ -3543,6 +3544,7 @@ components:
- type: array
items:
type: string
maxItems: 1000
x-technical-preview: true
rule:
title: Alerting rule
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ oneOf:
- type: array
items:
type: string
maxItems: 1000
x-technical-preview: true
example: 6b24c4dc44bc720cfc92797f3d61fff952f2b2627db1fb4f8cc49f4530c4ff42
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ oneOf:
- type: array
items:
type: string
maxItems: 1000
x-technical-preview: true