Browse Source

Merge branch 'dev_trustie' into dev_devops

tags/v1.0.0
Jasder 5 years ago
parent
commit
c7f141c468
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md View File

@@ -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…
Cancel
Save