diff --git a/README.md b/README.md index 2e5e390a..7bc1dbcc 100644 --- a/README.md +++ b/README.md @@ -1465,7 +1465,7 @@ http://localhost:3000/api/:jason/forgeplus/about | jq #### 修改项目主页内容 ``` -POST api/:namespace_id/:id +POST api/:namespace_id/:id/about ``` *示例* @@ -1473,7 +1473,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 ``` *请求参数说明:*