createCaseComment
Adds a comment to an existing case.
Samples
// Invoke CreateCaseComment
val resp = securityIrClient.createCaseComment {
caseId = "8403556009"
body = "Case comment body."
}Content copied to clipboard
Adds a comment to an existing case.
// Invoke CreateCaseComment
val resp = securityIrClient.createCaseComment {
caseId = "8403556009"
body = "Case comment body."
}