From 4781cfde8415b46e432385243009f9df37e00bec Mon Sep 17 00:00:00 2001 From: natasha-moore-elastic <137783811+natasha-moore-elastic@users.noreply.github.com> Date: Thu, 13 Jun 2024 16:24:12 +0100 Subject: [PATCH] Fixes `comments` description in Update exception item API (#5365) * Fixes comments description in Update exception item API * Update docs/detections/api/exceptions/api-update-exception-item.asciidoc Co-authored-by: Yara Tercero --------- Co-authored-by: Yara Tercero (cherry picked from commit 73175106fd59793eae563284f5b32edc963b915f) --- .../api/exceptions/api-update-exception-item.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/detections/api/exceptions/api-update-exception-item.asciidoc b/docs/detections/api/exceptions/api-update-exception-item.asciidoc index 1a9a363869..1adc174db0 100644 --- a/docs/detections/api/exceptions/api-update-exception-item.asciidoc +++ b/docs/detections/api/exceptions/api-update-exception-item.asciidoc @@ -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.