Skip to content

Commit

Permalink
Fixes comments description in Update exception item API (#5365) (#5411
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)

Co-authored-by: natasha-moore-elastic <[email protected]>
  • Loading branch information
mergify[bot] and natasha-moore-elastic authored Jun 13, 2024
1 parent 61d0dd1 commit 429bad6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ Updates an existing exception item.
|==============================================
|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 429bad6

Please sign in to comment.