diff --git a/docs/detections/api/exceptions/api-update-exception-item.asciidoc b/docs/detections/api/exceptions/api-update-exception-item.asciidoc index 4cb6a8ea32..540971be26 100644 --- a/docs/detections/api/exceptions/api-update-exception-item.asciidoc +++ b/docs/detections/api/exceptions/api-update-exception-item.asciidoc @@ -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.