forked from Gitlink/forgeplus
Merge branch 'dev_trustie' into dev_devops
This commit is contained in:
commit
c7f141c468
|
@ -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
|
||||
```
|
||||
|
||||
*请求参数说明:*
|
||||
|
|
Loading…
Reference in New Issue