Skip to content

Commit 7317510

Browse files
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 <[email protected]> --------- Co-authored-by: Yara Tercero <[email protected]>
1 parent 6dccb59 commit 7317510

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ Updates an existing exception item.
1313
|==============================================
1414
|Name |Type |Description |Required
1515

16-
|`comments` |comments[] a|Array of `comment` fields:
16+
|`comments` |comments[] a|Array of comments to be appended:
1717

1818
* `comment` (string): Comments about the exception item.
19-
* `id` (string): Existing comment ID, required for updating existing comments.
20-
When unspecified, a new comment is created.
19+
20+
NOTE: Comments cannot be modified—they can only be appended.
2121

2222
|No, defaults to empty array.
2323

0 commit comments

Comments
 (0)