Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.5] Extend the EOL date for bulk action endpoints (backport #4164) #4183

Merged
merged 1 commit into from
Nov 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/detections/api/rules/rules-api-bulk-actions.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You can bulk create, update, and delete rules.
[[bulk-actions-rules-api-create]]
==== Bulk create

IMPORTANT: This API has been deprecated since version 8.2, and is scheduled for end of life in Q4 2023. Please use the <<bulk-actions-rules-api-action, bulk action API>> instead.
IMPORTANT: This API has been deprecated since version 8.2, and is scheduled for end of life in 2024. Please use the <<bulk-actions-rules-api-action, bulk action API>> instead.

[WARNING]
====
Expand Down Expand Up @@ -100,7 +100,7 @@ generated for all rules that did not include a `rule_id` field.
[[bulk-actions-rules-api-delete]]
==== Bulk delete

IMPORTANT: This API has been deprecated since version 8.2, and is scheduled for end of life in Q4 2023. Please use the <<bulk-actions-rules-api-action, bulk action API>> instead.
IMPORTANT: This API has been deprecated since version 8.2, and is scheduled for end of life in 2024. Please use the <<bulk-actions-rules-api-action, bulk action API>> instead.

Deletes multiple rules.

Expand Down Expand Up @@ -148,7 +148,7 @@ A JSON array containing the deleted rules.
[[bulk-actions-rules-api-update]]
==== Bulk update

IMPORTANT: This API has been deprecated since version 8.2, and is scheduled for end of life in Q4 2023. Please use the <<bulk-actions-rules-api-action, bulk action API>> instead.
IMPORTANT: This API has been deprecated since version 8.2, and is scheduled for end of life in 2024. Please use the <<bulk-actions-rules-api-action, bulk action API>> instead.

[WARNING]
====
Expand Down