Skip to content

Commit e7ba7a5

Browse files
committed
[CI] Auto-commit changed files from 'make api-docs'
1 parent d778dc3 commit e7ba7a5

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

oas_docs/output/kibana.serverless.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64691,10 +64691,28 @@ components:
6469164691
- endpoint_host_isolation_exceptions
6469264692
- endpoint_blocklists
6469364693
type: string
64694+
Security_Detections_API_ExternalRuleCustomizedFields:
64695+
description: A array of field names that have been customized by the user (i.e. any of its fields that have been modified and have diverged from the base value). Defaults to an empty array.
64696+
items:
64697+
type: object
64698+
properties:
64699+
field_name:
64700+
description: Name of the field in the rule object that has been customized from its original value by the user.
64701+
type: string
64702+
required:
64703+
- field_name
64704+
type: array
64705+
Security_Detections_API_ExternalRuleHasBaseVersion:
64706+
description: Determines whether or not an external/prebuilt rule has its original, unmodified version present when the `is_customized` calculation is performed.
64707+
type: boolean
6469464708
Security_Detections_API_ExternalRuleSource:
6469564709
description: Type of rule source for externally sourced rules, i.e. rules that have an external source, such as the Elastic Prebuilt rules repo.
6469664710
type: object
6469764711
properties:
64712+
customized_fields:
64713+
$ref: '#/components/schemas/Security_Detections_API_ExternalRuleCustomizedFields'
64714+
has_base_version:
64715+
$ref: '#/components/schemas/Security_Detections_API_ExternalRuleHasBaseVersion'
6469864716
is_customized:
6469964717
$ref: '#/components/schemas/Security_Detections_API_IsExternalRuleCustomized'
6470064718
type:
@@ -64704,6 +64722,8 @@ components:
6470464722
required:
6470564723
- type
6470664724
- is_customized
64725+
- has_base_version
64726+
- customized_fields
6470764727
Security_Detections_API_FindRulesSortField:
6470864728
enum:
6470964729
- created_at

oas_docs/output/kibana.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77598,10 +77598,28 @@ components:
7759877598
- endpoint_host_isolation_exceptions
7759977599
- endpoint_blocklists
7760077600
type: string
77601+
Security_Detections_API_ExternalRuleCustomizedFields:
77602+
description: A array of field names that have been customized by the user (i.e. any of its fields that have been modified and have diverged from the base value). Defaults to an empty array.
77603+
items:
77604+
type: object
77605+
properties:
77606+
field_name:
77607+
description: Name of the field in the rule object that has been customized from its original value by the user.
77608+
type: string
77609+
required:
77610+
- field_name
77611+
type: array
77612+
Security_Detections_API_ExternalRuleHasBaseVersion:
77613+
description: Determines whether or not an external/prebuilt rule has its original, unmodified version present when the `is_customized` calculation is performed.
77614+
type: boolean
7760177615
Security_Detections_API_ExternalRuleSource:
7760277616
description: Type of rule source for externally sourced rules, i.e. rules that have an external source, such as the Elastic Prebuilt rules repo.
7760377617
type: object
7760477618
properties:
77619+
customized_fields:
77620+
$ref: '#/components/schemas/Security_Detections_API_ExternalRuleCustomizedFields'
77621+
has_base_version:
77622+
$ref: '#/components/schemas/Security_Detections_API_ExternalRuleHasBaseVersion'
7760577623
is_customized:
7760677624
$ref: '#/components/schemas/Security_Detections_API_IsExternalRuleCustomized'
7760777625
type:
@@ -77611,6 +77629,8 @@ components:
7761177629
required:
7761277630
- type
7761377631
- is_customized
77632+
- has_base_version
77633+
- customized_fields
7761477634
Security_Detections_API_FindRulesSortField:
7761577635
enum:
7761677636
- created_at

0 commit comments

Comments
 (0)