Skip to content

Commit

Permalink
Fixes data type inconsitency in Apply alert tags API (#4581) (#4585)
Browse files Browse the repository at this point in the history
(cherry picked from commit 418ddf5)

Co-authored-by: natasha-moore-elastic <137783811+natasha-moore-elastic@users.noreply.github.com>
  • Loading branch information
mergify[bot] and natasha-moore-elastic authored Jan 10, 2024
1 parent 32a6313 commit 11161cc
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 11161cc

Please sign in to comment.