openlark-workflow 0.15.0

OpenLark 工作流模块 - 提供飞书任务/审批/看板 API
Documentation
1
2
3
4
5
6
7
//! 更新清单(PATCH)
//!
//! docPath: https://open.feishu.cn/document/task-v2/tasklist/patch
//!
//! 此模块与 `update` 模块功能相同,使用 PATCH 方法更新清单。

pub use super::update::*;