Comment a caseCopy Pagepost https://{hostname}/case-management/v3/cases/{caseId}/commentsAdds a comment to a specific case. You can comment on tickets up to 14 days after they're closed.Path ParamscaseIdstringrequiredlength ≤ 20Identifier for each case. To get this value, run the List cases operation.Body ParamsCollects the comment you want to add to the case.commentstringrequiredlength ≤ 131072Your comment.Response 201The response provides details of the comment.Updated 4 months ago