lark-wiki

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

wiki (v2)

wiki (v2)

CRITICAL — 开始前 MUST 先用 Read 工具读取
../lark-shared/SKILL.md
,其中包含认证、权限处理
CRITICAL — MUST use the Read tool to read
../lark-shared/SKILL.md
before you start, which contains authentication and permission handling

API Resources

API Resources

bash
lark-cli schema wiki.<resource>.<method>   # 调用 API 前必须先查看参数结构
lark-cli wiki <resource> <method> [flags] # 调用 API
重要:使用原生 API 时,必须先运行
schema
查看
--data
/
--params
参数结构,不要猜测字段格式。
bash
lark-cli schema wiki.<resource>.<method>   # Must check the parameter structure before calling the API
lark-cli wiki <resource> <method> [flags] # Call the API
Important: When using the native API, you must run
schema
to check the
--data
/
--params
parameter structure first; do not guess the field format.

spaces

spaces

  • get_node
    — 获取知识空间节点信息
  • get_node
    — Get knowledge space node information

权限表

Permission Table

方法所需 scope
spaces.get_node
wiki:node:read
MethodRequired scope
spaces.get_node
wiki:node:read