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 Sep 17, 2024
1 parent 375d519 commit 3cab99a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ paths:
- Security Solution Lists API
/api/lists/items:
delete:
description: 'Delete a list item using its `id`, or its `list_id` and `value` fields.'
description: Delete a list item using its `id`, or its `list_id` and `value` fields.
operationId: DeleteListItem
parameters:
- description: Required if `list_id` and `value` are not specified
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ paths:
- Security Solution Lists API
/api/lists/items:
delete:
description: 'Delete a list item using its `id`, or its `list_id` and `value` fields.'
description: Delete a list item using its `id`, or its `list_id` and `value` fields.
operationId: DeleteListItem
parameters:
- description: Required if `list_id` and `value` are not specified
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ paths:
summary: List the Entity Store engines
tags:
- Security Solution Entity Analytics API
'/api/entity_store/engines/{entityType}':
/api/entity_store/engines/{entityType}:
delete:
operationId: DeleteEntityStore
parameters:
Expand Down Expand Up @@ -324,7 +324,7 @@ paths:
summary: Get the Entity Store engine
tags:
- Security Solution Entity Analytics API
'/api/entity_store/engines/{entityType}/init':
/api/entity_store/engines/{entityType}/init:
post:
operationId: InitEntityStore
parameters:
Expand Down Expand Up @@ -356,7 +356,7 @@ paths:
summary: Initialize the Entity Store
tags:
- Security Solution Entity Analytics API
'/api/entity_store/engines/{entityType}/start':
/api/entity_store/engines/{entityType}/start:
post:
operationId: StartEntityStore
parameters:
Expand All @@ -379,7 +379,7 @@ paths:
summary: Start the Entity Store engine
tags:
- Security Solution Entity Analytics API
'/api/entity_store/engines/{entityType}/stats':
/api/entity_store/engines/{entityType}/stats:
post:
operationId: GetEntityStoreStats
parameters:
Expand Down Expand Up @@ -414,7 +414,7 @@ paths:
summary: Get the Entity Store engine stats
tags:
- Security Solution Entity Analytics API
'/api/entity_store/engines/{entityType}/stop':
/api/entity_store/engines/{entityType}/stop:
post:
operationId: StopEntityStore
parameters:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ paths:
summary: List the Entity Store engines
tags:
- Security Solution Entity Analytics API
'/api/entity_store/engines/{entityType}':
/api/entity_store/engines/{entityType}:
delete:
operationId: DeleteEntityStore
parameters:
Expand Down Expand Up @@ -324,7 +324,7 @@ paths:
summary: Get the Entity Store engine
tags:
- Security Solution Entity Analytics API
'/api/entity_store/engines/{entityType}/init':
/api/entity_store/engines/{entityType}/init:
post:
operationId: InitEntityStore
parameters:
Expand Down Expand Up @@ -356,7 +356,7 @@ paths:
summary: Initialize the Entity Store
tags:
- Security Solution Entity Analytics API
'/api/entity_store/engines/{entityType}/start':
/api/entity_store/engines/{entityType}/start:
post:
operationId: StartEntityStore
parameters:
Expand All @@ -379,7 +379,7 @@ paths:
summary: Start the Entity Store engine
tags:
- Security Solution Entity Analytics API
'/api/entity_store/engines/{entityType}/stats':
/api/entity_store/engines/{entityType}/stats:
post:
operationId: GetEntityStoreStats
parameters:
Expand Down Expand Up @@ -414,7 +414,7 @@ paths:
summary: Get the Entity Store engine stats
tags:
- Security Solution Entity Analytics API
'/api/entity_store/engines/{entityType}/stop':
/api/entity_store/engines/{entityType}/stop:
post:
operationId: StopEntityStore
parameters:
Expand Down

0 comments on commit 3cab99a

Please sign in to comment.