Detections
Create Detection Comment
Creates a new detection comment for the detection associated with the provided detection ID.
post/connect/detection/comment/{id}
Path parameters
idstring required
The internal detection ID
Request body
Example request
{
"createTime": "2024-11-14T15:03:22Z",
"detectionId": "CwR86o8B-vS4HfrbMV5Y",
"id": "PdFc-JIBLkNJ8-bDfz47",
"kind": "case",
"operation": "create",
"updateTime": "2024-11-14T15:33:02Z",
"userId": "socl_my_new_client",
"value": "This detection is known to trigger FPs on the first of the month"
}Response
The comment has been successfully created
Example response
{
"createTime": "2024-11-14T15:03:22Z",
"detectionId": "CwR86o8B-vS4HfrbMV5Y",
"id": "PdFc-JIBLkNJ8-bDfz47",
"kind": "case",
"operation": "create",
"updateTime": "2024-11-14T15:33:02Z",
"userId": "socl_my_new_client",
"value": "This detection is known to trigger FPs on the first of the month"
}