From 1194fef3d43aa83ad93e48f9f507862ba28a153b Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 17:35:19 -0400 Subject: [PATCH] [8.3] Extend the EOL date for bulk action endpoints (backport #4164) (#4186) 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 2daa183c30..df8cb41eb7 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] ====