Skip to content

Commit

Permalink
Fixes data type inconsitency in Apply alert tags API
Browse files Browse the repository at this point in the history
  • Loading branch information
natasha-moore-elastic committed Jan 9, 2024
1 parent aa17f9d commit 1fcc24b
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 1fcc24b

Please sign in to comment.