From 6dca7b2889d722bdb1bfc985c1a182859d9dbb9b Mon Sep 17 00:00:00 2001 From: Huawei Date: Tue, 14 Jul 2026 07:13:25 +0000 Subject: [PATCH] Update suite-developer/TOOLS.md --- suite-developer/TOOLS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suite-developer/TOOLS.md b/suite-developer/TOOLS.md index 16ae00f..0a3f29b 100644 --- a/suite-developer/TOOLS.md +++ b/suite-developer/TOOLS.md @@ -29,7 +29,7 @@ curl -s https://suites.mercator.cn/api/v1/suites | python3 -m json.tool | 浏览套件 | `GET https://suites.mercator.cn/api/v1/suites` | | 套件详情 | `GET https://suites.mercator.cn/api/v1/suites/{id}` | | API 文档 | `https://suites.mercator.cn/docs` | -| 发布套件 | `POST https://suites.mercator.cn/api/v1/publish`(详见发布指南) | +| 发布套件 | `POST https://suites.mercator.cn/api/v1/publish/upload`(需 Gitea Token,详见发布指南) | ## 套件结构