pub async fn front_matter_update_key(
    client: &ApiClient,
    notebook_id: Base64Uuid,
    front_matter_key: &str,
    payload: FrontMatterUpdateRow
) -> Result<()>
Expand description

Updates a front matter row of a given notebook