From 455608245113fe7ca79ba377067529a3d2991774 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 17:38:04 +0000 Subject: [PATCH] Fixes data type inconsitency in Apply alert tags API (#4581) (#4584) (cherry picked from commit 418ddf50ea7254dc3ffc1625cb14fdd05ecb12c0) Co-authored-by: natasha-moore-elastic <137783811+natasha-moore-elastic@users.noreply.github.com> --- 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 086cabe3b7..8399d1219a 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: