From 758302170db4cbc7d1d1067a8b98297ec2a969e0 Mon Sep 17 00:00:00 2001 From: Jasder <2053003901@@qq.com> Date: Mon, 5 Oct 2020 17:29:58 +0800 Subject: [PATCH] Upate readme.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65f240f21..7d65e6f1f 100644 --- a/README.md +++ b/README.md @@ -1466,7 +1466,7 @@ http://localhost:3000/api/:jason/forgeplus/about | jq #### 修改项目主页内容 ``` -POST api/:namespace_id/:id +POST api/:namespace_id/:id/about ``` *示例* @@ -1474,7 +1474,7 @@ POST api/:namespace_id/:id curl -X POST \ -d "content=内容" \ -d "attachment_ids=[1, 2, 2]" \ -http://localhost:3000/api/:jasder/forgeplus | jq +http://localhost:3000/api/:jasder/forgeplus/about | jq ``` *请求参数说明:*