From 5e1012149528ff6dce9d6919e2644ed6299a7af0 Mon Sep 17 00:00:00 2001 From: "nastasha.solomon" Date: Wed, 1 Nov 2023 18:28:52 -0400 Subject: [PATCH] First draft --- 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 f0c1a30be8..363b920dc5 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: This API supports {kibana-ref}/api.html#token-api-authentication[Token-based authentication] only. @@ -95,7 +95,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. @@ -143,7 +143,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: This API supports {kibana-ref}/api.html#token-api-authentication[Token-based authentication] only.