Skip to content

Commit b1ecf2d

Browse files
authored
fix: whiteboard skill (#1180)
Change-Id: If62f9446dea1273a422567394a9e7d91b40be16e
1 parent d126ea2 commit b1ecf2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skills/lark-whiteboard/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ metadata:
5050
| 用户给了什么 | 怎么获取 |
5151
|---|---|
5252
| 直接给了 whiteboard token(`wbcnXXX`| 直接使用 |
53-
| 文档 URL 或 doc_id,文档中已有画板 | `lark-cli docs +fetch --doc <URL> --as user`,从返回的 `<whiteboard token="xxx"/>` 提取 |
53+
| 文档 URL 或 doc_id,文档中已有画板 | `lark-cli docs +fetch --api-version v2 --doc <URL> --as user`,从返回的 `<whiteboard token="xxx"/>` 提取 |
5454
| 文档 URL 或 doc_id,需要新建画板 | `lark-cli docs +update --api-version v2 --doc <doc_id> --command append --content '<whiteboard type="blank"></whiteboard>' --as user`,从响应 `data.new_blocks[0].block_token` 取得(`block_type == "whiteboard"` 的那条;参数详见 lark-doc SKILL.md)|
5555

5656
**Step 2:渲染 & 写入**

0 commit comments

Comments
 (0)