Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion skills/lark-doc/references/lark-doc-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

用于查看 Docx 历史版本、按 `history_version_id` 回滚,以及查询回滚任务状态。

`entries[].edit_time` 是 UTC RFC3339 时间字符串(例如 `2026-06-22T12:24:45Z`)。按时间匹配时先将其解析为时间值,再比较先后关系或时间差。

## 安全流程

1. 先用分页接口 `+history-list` 找到目标版本的 `history_version_id`。
Expand Down Expand Up @@ -71,7 +73,7 @@ lark-cli docs +history-revert-status --doc "<docx_url_or_token>" --task-id "<tas
{
"revision_id": 42,
"history_version_id": "11",
"edit_time": "1780000000",
"edit_time": "2026-06-22T12:24:45Z",
"type": 1,
"name": "版本名",
"description": "版本说明",
Expand Down
Loading