From 1cb4fcca5bc6745b7f5b53d5790d8ce44079bb8f Mon Sep 17 00:00:00 2001 From: natasha-moore-elastic <137783811+natasha-moore-elastic@users.noreply.github.com> Date: Wed, 10 Jan 2024 16:55:33 +0000 Subject: [PATCH] Fixes data type inconsitency in Apply alert tags API (#4581) (cherry picked from commit 418ddf50ea7254dc3ffc1625cb14fdd05ecb12c0) --- 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: