Skip to main content

create_note_comment

Function create_note_comment 

Source
pub async fn create_note_comment(
    configuration: &Configuration,
    id: &str,
    create_comment_request: CreateCommentRequest,
    account_id: Option<&str>,
    x_workspace_id: Option<&str>,
) -> Result<CommentMutationResponse, Error<CreateNoteCommentError>>