Cases
Update Case Comment
Updates an existing case comment with a provided comment object as input.
put/connect/case/comments
Request body
Example request
{
"caseId": "PdFc-JIBLkNJ8-bDfz47",
"createTime": "2024-11-14T15:03:22Z",
"description": "Discovered another anomaly around the same time involving missing logs on server xyz.",
"hours": 2.5,
"id": "PdFc-JIBLkNJ8-bDfz47",
"kind": "case",
"operation": "create",
"updateTime": "2024-11-14T15:33:02Z",
"userId": "socl_my_new_client"
}Response
Outputs the case comment object.
Example response
{
"caseId": "PdFc-JIBLkNJ8-bDfz47",
"createTime": "2024-11-14T15:03:22Z",
"description": "Discovered another anomaly around the same time involving missing logs on server xyz.",
"hours": 2.5,
"id": "PdFc-JIBLkNJ8-bDfz47",
"kind": "case",
"operation": "create",
"updateTime": "2024-11-14T15:33:02Z",
"userId": "socl_my_new_client"
}