[9.0] [Security Solution] Improve bulk actions API reference docs (#228712)#229992
Merged
maximpn merged 8 commits intoelastic:9.0from Jul 31, 2025
Merged
[9.0] [Security Solution] Improve bulk actions API reference docs (#228712)#229992maximpn merged 8 commits intoelastic:9.0from
maximpn merged 8 commits intoelastic:9.0from
Conversation
…228712) ## Summary This PR improves description on rule bulk action `ids` to make it clear rule's saved object ID is used. (cherry picked from commit 642f6b3) # Conflicts: # oas_docs/output/kibana.serverless.yaml # oas_docs/output/kibana.yaml # x-pack/solutions/security/plugins/security_solution/common/api/detection_engine/rule_management/bulk_actions/bulk_actions_route.schema.yaml # x-pack/solutions/security/plugins/security_solution/docs/openapi/ess/security_solution_detections_api_2023_10_31.bundled.schema.yaml # x-pack/solutions/security/plugins/security_solution/docs/openapi/serverless/security_solution_detections_api_2023_10_31.bundled.schema.yaml
jkelas
reviewed
Jul 31, 2025
| @@ -2841,8 +2841,8 @@ paths: | |||
| properties: | |||
| objects: | |||
| description: >- | |||
Contributor
There was a problem hiding this comment.
In the original PR these lines were changed, but not in the backport. Why?
Contributor
Author
There was a problem hiding this comment.
This file is auto-generated. It could be due to yaml writer configuration and different writer versions.
jkelas
reviewed
Jul 31, 2025
| type: string | ||
| required: | ||
| - action | ||
| <<<<<<< HEAD |
jkelas
reviewed
Jul 31, 2025
| ids: | ||
| type: array | ||
| description: Array of rule IDs. Array of rule IDs to which a bulk action will be applied. Only valid when query property is undefined. | ||
| description: |
Contributor
There was a problem hiding this comment.
In the original PR there is a | character at the end of this line, please check.
jkelas
approved these changes
Jul 31, 2025
Contributor
jkelas
left a comment
There was a problem hiding this comment.
I confirm the backport is done correctly. Approving.
Contributor
💚 Build Succeeded
Metrics [docs]
History
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport
This will backport the following commits from
mainto9.0:Questions ?
Please refer to the Backport tool documentation