Skip to main content

add_comment

Function add_comment 

Source
pub async fn add_comment(
    t: &Transport,
    case_id: &str,
    comment: &str,
) -> Result<Case>
Expand description

Add a user comment; the response is the updated case.