fix: suite-developer/MEMORY — 更新发布端点
This commit is contained in:
@@ -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"
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user