From 6fdf77da60be358e76e8f8a9f3e0e702ce5bae8a Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 17:10:00 -0400 Subject: [PATCH] [8.6] Extend the EOL date for bulk action endpoints (backport #4164) (#4182) Co-authored-by: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com> --- 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 61d7ec99ed..6207a86f92 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] ====