From 1fcc24b0ccfd36bfb534512ef906474934dd6c3d Mon Sep 17 00:00:00 2001 From: natasha-moore-elastic Date: Tue, 9 Jan 2024 15:50:44 +0000 Subject: [PATCH] Fixes data type inconsitency in Apply alert tags API --- docs/detections/api/rules/signals-api-overview.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/detections/api/rules/signals-api-overview.asciidoc b/docs/detections/api/rules/signals-api-overview.asciidoc index bd4b95eba6..4d04f35739 100644 --- a/docs/detections/api/rules/signals-api-overview.asciidoc +++ b/docs/detections/api/rules/signals-api-overview.asciidoc @@ -268,7 +268,7 @@ A JSON object with the `tags` and `ids` fields: |============================================== |Name |Type |Description |Required -|`tags` |String[] a|Array of alert tags. Alert tags are the words and phrases that help categorize alerts. +|`tags` |Object a|Object containing alert tags. Alert tags are the words and phrases that help categorize alerts. Properties of the `tags` object: