Function knowledge_base_controller_update

Source
pub async fn knowledge_base_controller_update(
    configuration: &Configuration,
    id: &str,
    knowledgebase_id_body: KnowledgebaseIdBody,
) -> Result<InlineResponse2012, Error<KnowledgeBaseControllerUpdateError>>