Skip to content

Commit

Permalink
Fixes data type inconsitency in Apply alert tags API (#4581)
Browse files Browse the repository at this point in the history
(cherry picked from commit 418ddf5)
  • Loading branch information
natasha-moore-elastic authored and mergify[bot] committed Jan 10, 2024
1 parent bd84417 commit 1cb4fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/detections/api/rules/signals-api-overview.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 1cb4fcc

Please sign in to comment.