fix: suite-developer/MEMORY — 更新发布端点

This commit is contained in:
2026-07-13 16:42:29 +00:00
parent 5a35d84e4e
commit 8d055384a4
+1 -1
View File
@@ -58,7 +58,7 @@ curl -s https://suites.mercator.cn/api/v1/suites | python3 -m json.tool
```bash ```bash
tar czf suite.tgz --exclude='.git' --exclude='__pycache__' my-suite/ tar czf suite.tgz --exclude='.git' --exclude='__pycache__' my-suite/
curl -X POST https://suites.mercator.cn/api/v1/publish/upload \ curl -X POST https://suites.mercator.cn/api/v1/publish \
-H "Authorization: Bearer $KEY" \ -H "Authorization: Bearer $KEY" \
-F "file=@suite.tgz" -F "file=@suite.tgz"
``` ```