Function create_case_comment

Source
pub async fn create_case_comment(
    configuration: &Configuration,
    case_id: &str,
    input_comment: InputComment,
    x_organisation: Option<&str>,
) -> Result<OutputComment, Error<CreateCaseCommentError>>