Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'yarn openapi:bundle'
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Aug 30, 2024
1 parent a500462 commit 01acf7f
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,7 @@ components:
- $ref: '#/components/schemas/ExceptionListItemEntryMatchWildcard'
discriminator:
propertyName: type
title: ExceptionListItemEntry
ExceptionListItemEntryArray:
items:
$ref: '#/components/schemas/ExceptionListItemEntry'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,7 @@ components:
- $ref: '#/components/schemas/ExceptionListItemEntryMatchWildcard'
discriminator:
propertyName: type
title: ExceptionListItemEntry
ExceptionListItemEntryArray:
items:
$ref: '#/components/schemas/ExceptionListItemEntry'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1544,6 +1544,7 @@ components:
- $ref: '#/components/schemas/ExceptionListItemEntryMatchWildcard'
discriminator:
propertyName: type
title: ExceptionListItemEntry
ExceptionListItemEntryArray:
items:
$ref: '#/components/schemas/ExceptionListItemEntry'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1544,6 +1544,7 @@ components:
- $ref: '#/components/schemas/ExceptionListItemEntryMatchWildcard'
discriminator:
propertyName: type
title: ExceptionListItemEntry
ExceptionListItemEntryArray:
items:
$ref: '#/components/schemas/ExceptionListItemEntry'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ paths:
- $ref: '#/components/schemas/BulkDuplicateRules'
- $ref: '#/components/schemas/BulkManualRuleRun'
- $ref: '#/components/schemas/BulkEditRules'
title: PerformRulesBulkActionRequestBody
responses:
'200':
content:
Expand All @@ -345,6 +346,7 @@ paths:
oneOf:
- $ref: '#/components/schemas/BulkEditActionResponse'
- $ref: '#/components/schemas/BulkExportActionResponse'
title: PerformRulesBulkActionResponses
description: OK
summary: Apply a bulk action to detection rules
tags:
Expand Down Expand Up @@ -1615,6 +1617,7 @@ components:
- $ref: '#/components/schemas/BulkActionEditPayloadTimeline'
- $ref: '#/components/schemas/BulkActionEditPayloadRuleActions'
- $ref: '#/components/schemas/BulkActionEditPayloadSchedule'
title: BulkActionEditPayload
BulkActionEditPayloadIndexPatterns:
type: object
properties:
Expand Down Expand Up @@ -5006,6 +5009,7 @@ components:
- $ref: '#/components/schemas/EsqlRuleCreateProps'
discriminator:
propertyName: type
title: RuleCreateProps
RuleDescription:
minLength: 1
type: string
Expand Down Expand Up @@ -5174,6 +5178,7 @@ components:
- $ref: '#/components/schemas/MachineLearningRulePatchProps'
- $ref: '#/components/schemas/NewTermsRulePatchProps'
- $ref: '#/components/schemas/EsqlRulePatchProps'
title: RulePatchProps
RulePreviewLogs:
type: object
properties:
Expand Down Expand Up @@ -5223,6 +5228,7 @@ components:
- $ref: '#/components/schemas/EsqlRule'
discriminator:
propertyName: type
title: RuleResponse
RuleSignatureId:
description: 'Could be any string, not necessarily a UUID'
type: string
Expand Down Expand Up @@ -5255,6 +5261,7 @@ components:
- $ref: '#/components/schemas/EsqlRuleUpdateProps'
discriminator:
propertyName: type
title: RuleUpdateProps
RuleVersion:
description: The rule's version number.
minimum: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ paths:
- $ref: '#/components/schemas/BulkDuplicateRules'
- $ref: '#/components/schemas/BulkManualRuleRun'
- $ref: '#/components/schemas/BulkEditRules'
title: PerformRulesBulkActionRequestBody
responses:
'200':
content:
Expand All @@ -214,6 +215,7 @@ paths:
oneOf:
- $ref: '#/components/schemas/BulkEditActionResponse'
- $ref: '#/components/schemas/BulkExportActionResponse'
title: PerformRulesBulkActionResponses
description: OK
summary: Apply a bulk action to detection rules
tags:
Expand Down Expand Up @@ -895,6 +897,7 @@ components:
- $ref: '#/components/schemas/BulkActionEditPayloadTimeline'
- $ref: '#/components/schemas/BulkActionEditPayloadRuleActions'
- $ref: '#/components/schemas/BulkActionEditPayloadSchedule'
title: BulkActionEditPayload
BulkActionEditPayloadIndexPatterns:
type: object
properties:
Expand Down Expand Up @@ -4159,6 +4162,7 @@ components:
- $ref: '#/components/schemas/EsqlRuleCreateProps'
discriminator:
propertyName: type
title: RuleCreateProps
RuleDescription:
minLength: 1
type: string
Expand Down Expand Up @@ -4327,6 +4331,7 @@ components:
- $ref: '#/components/schemas/MachineLearningRulePatchProps'
- $ref: '#/components/schemas/NewTermsRulePatchProps'
- $ref: '#/components/schemas/EsqlRulePatchProps'
title: RulePatchProps
RulePreviewLogs:
type: object
properties:
Expand Down Expand Up @@ -4376,6 +4381,7 @@ components:
- $ref: '#/components/schemas/EsqlRule'
discriminator:
propertyName: type
title: RuleResponse
RuleSignatureId:
description: 'Could be any string, not necessarily a UUID'
type: string
Expand Down Expand Up @@ -4408,6 +4414,7 @@ components:
- $ref: '#/components/schemas/EsqlRuleUpdateProps'
discriminator:
propertyName: type
title: RuleUpdateProps
RuleVersion:
description: The rule's version number.
minimum: 1
Expand Down

0 comments on commit 01acf7f

Please sign in to comment.