Skip to content

Commit

Permalink
Fixes comments description in Update exception item API (#5365)
Browse files Browse the repository at this point in the history
* Fixes comments description in Update exception item API

* Update docs/detections/api/exceptions/api-update-exception-item.asciidoc

Co-authored-by: Yara Tercero <[email protected]>

---------

Co-authored-by: Yara Tercero <[email protected]>
(cherry picked from commit 7317510)
  • Loading branch information
natasha-moore-elastic authored and mergify[bot] committed Jun 13, 2024
1 parent 8ef0324 commit e4346e2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ NOTE: Console supports only Elasticsearch APIs. Console doesn't allow interactio
|==============================================
|Name |Type |Description |Required

|`comments` |comments[] a|Array of `comment` fields:
|`comments` |comments[] a|Array of comments to be appended:

* `comment` (string): Comments about the exception item.
* `id` (string): Existing comment ID, required for updating existing comments.
When unspecified, a new comment is created.

NOTE: Comments cannot be modified—they can only be appended.

|No, defaults to empty array.

Expand Down

0 comments on commit e4346e2

Please sign in to comment.