From 5913d6e6423b342dc2ce7ee53e0fd2b465b723e4 Mon Sep 17 00:00:00 2001 From: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com> Date: Thu, 2 Nov 2023 16:33:16 -0400 Subject: [PATCH] Extend the EOL date for bulk action endpoints (#4164) (cherry picked from commit 141b73a8b68ffccfe7d5ee6967eeb17058b2c204) --- docs/detections/api/rules/rules-api-bulk-actions.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/detections/api/rules/rules-api-bulk-actions.asciidoc b/docs/detections/api/rules/rules-api-bulk-actions.asciidoc index 9c918318d0..3408446433 100644 --- a/docs/detections/api/rules/rules-api-bulk-actions.asciidoc +++ b/docs/detections/api/rules/rules-api-bulk-actions.asciidoc @@ -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 <> instead. +IMPORTANT: This API has been deprecated since version 8.2, and is scheduled for end of life in 2024. Please use the <> instead. [WARNING] ==== @@ -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 <> instead. +IMPORTANT: This API has been deprecated since version 8.2, and is scheduled for end of life in 2024. Please use the <> instead. Deletes multiple rules. @@ -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 <> instead. +IMPORTANT: This API has been deprecated since version 8.2, and is scheduled for end of life in 2024. Please use the <> instead. [WARNING] ====