From 1a2e210ef2bbcfac97186b6fec52bc7fed5b886d Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 13 Jul 2026 09:32:44 +0000 Subject: [PATCH] =?UTF-8?q?fix(#8):=20=E6=B7=BB=E5=8A=A0=E5=8F=91=E5=B8=83?= =?UTF-8?q?=20API=20=E7=AB=AF=E7=82=B9=E5=88=B0=20API=20=E5=8F=82=E8=80=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- suites-help/SDK参考/API-参考.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/suites-help/SDK参考/API-参考.md b/suites-help/SDK参考/API-参考.md index 5ec5c12..0f70407 100644 --- a/suites-help/SDK参考/API-参考.md +++ b/suites-help/SDK参考/API-参考.md @@ -46,6 +46,13 @@ API Key 从 https://auth.mercator.cn 获取。 | GET | `/api/v1/scripts/{id}` | 脚本详情 | | PATCH | `/api/v1/scripts/{id}` | 更新脚本 | +## 发布 API + +| 方法 | 端点 | 说明 | +|------|------|------| +| POST | `/api/v1/publish` | 发布套件(JSON 提交) | +| POST | `/api/v1/publish/upload` | 上传包文件发布 | + ## 完整文档 自动生成的全量 API 文档: