Skip to content

Commit

Permalink
[7.11] Fixes comments description in Update exception item API (#5365)
Browse files Browse the repository at this point in the history
  • Loading branch information
natasha-moore-elastic committed Jun 13, 2024
1 parent 67791d8 commit 5c93cf0
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 5c93cf0

Please sign in to comment.