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 Jul 18, 2024
1 parent a4f7cf3 commit 339c9a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,6 @@ paths:
schema:
$ref: '#/components/schemas/BulkCrudRulesResponse'
description: Indicates a successful call.
summary: Delete multiple detection rules
'400':
content:
application/json:
Expand All @@ -411,6 +410,7 @@ paths:
schema:
$ref: '#/components/schemas/SiemErrorResponse'
description: Internal server error response
summary: Delete multiple detection rules
tags:
- Bulk API
post:
Expand Down Expand Up @@ -949,7 +949,7 @@ paths:
description: |
Assign users to detection alerts, and unassign them from alerts.
> info
> You cannot add and remove the same assignee.
> You cannot add and remove the same assignee in the same request.
operationId: SetAlertAssignees
requestBody:
content:
Expand Down Expand Up @@ -1042,6 +1042,7 @@ paths:
As such, the old, orphaned index can (and likely should) be deleted.
While you can delete these indices manually,
the endpoint accomplishes this task by applying a deletion policy to the
Expand Down Expand Up @@ -1344,7 +1345,7 @@ paths:
description: |
And tags to detection alerts, and remove them from alerts.
> info
> You cannot add and remove the same alert tag.
> You cannot add and remove the same alert tag in the same request.
operationId: ManageAlertTags
requestBody:
content:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ paths:
description: |
Assign users to detection alerts, and unassign them from alerts.
> info
> You cannot add and remove the same assignee.
> You cannot add and remove the same assignee in the same request.
operationId: SetAlertAssignees
requestBody:
content:
Expand Down Expand Up @@ -695,7 +695,7 @@ paths:
description: |
And tags to detection alerts, and remove them from alerts.
> info
> You cannot add and remove the same alert tag.
> You cannot add and remove the same alert tag in the same request.
operationId: ManageAlertTags
requestBody:
content:
Expand Down

0 comments on commit 339c9a4

Please sign in to comment.