openlark-docs 0.16.0

飞书开放平台云文档服务模块 - 文档、表格、知识库API (202 APIs, 100% 覆盖,不含旧版本)
Documentation
1
2
3
4
5
6
7
/// Wiki V2 空间设置模块
///
/// 提供知识空间设置更新功能。
pub mod update;

// 显式导出 - 避免使用 glob reexport
pub use update::{UpdateWikiSpaceSettingRequest, UpdateWikiSpaceSettingResponse};