diff --git a/app/docs/slate/source/includes/_users.md b/app/docs/slate/source/includes/_users.md index d2960b3e5..bb4fd2b66 100644 --- a/app/docs/slate/source/includes/_users.md +++ b/app/docs/slate/source/includes/_users.md @@ -1,7 +1,7 @@ # Users @@ -1471,8 +1471,8 @@ await octokit.request('GET /api/users/:login/applied_projects.json') } ``` -## 用户接受迁移 -用户接受迁移 +## 用户接受申请 +用户接受申请 > 示例: @@ -1548,8 +1548,8 @@ await octokit.request('GET /api/users/:login/applied_projects/:id/accept.json') } ``` -## 用户拒绝迁移 -用户拒绝迁移 +## 用户拒绝申请 +用户拒绝申请 > 示例: diff --git a/public/docs/api.html b/public/docs/api.html index 9a5a58aa0..5061a1ac2 100644 --- a/public/docs/api.html +++ b/public/docs/api.html @@ -377,10 +377,10 @@ 待办事项-项目申请
  • - 用户接受迁移 + 用户接受申请
  • - 用户拒绝迁移 + 用户拒绝申请
  • @@ -629,7 +629,7 @@ Success — a happy kitten is an authenticated kitten!

    Users

    获取当前登陆用户信息

    @@ -2913,8 +2913,8 @@ Success — a happy kitten is an authenticated kitten! ... ] } -

    用户接受迁移

    -

    用户接受迁移

    +

    用户接受申请

    +

    用户接受申请

    示例:

    @@ -3072,8 +3072,8 @@ Success — a happy kitten is an authenticated kitten! "created_at": "2021-06-09 16:41", "time_ago": "7分钟前" } -

    用户拒绝迁移

    -

    用户拒绝迁移

    +

    用户拒绝申请

    +

    用户拒绝申请

    示例: