修复: 缺少title和body

This commit is contained in:
2022-07-26 14:38:41 +08:00
parent e72273f3b2
commit 6183f1f76d
4 changed files with 38 additions and 2 deletions

View File

@@ -12079,6 +12079,16 @@ http://localhost:3000/api/v1/yystopf/ceshi/webhooks/3/tests.json
<td>合并请求ID</td>
</tr>
<tr>
<td>title</td>
<td>string</td>
<td>合并请求标题</td>
</tr>
<tr>
<td>body</td>
<td></td>
<td>string</td>
</tr>
<tr>
<td>head</td>
<td>int</td>
<td>合并请求源分支</td>
@@ -13116,6 +13126,16 @@ http://localhost:3000/api/Jason/test-txt/compare/master...Jason/test-txt:develop
<td>合并请求ID</td>
</tr>
<tr>
<td>title</td>
<td>string</td>
<td>合并请求标题</td>
</tr>
<tr>
<td>body</td>
<td>string</td>
<td>合并请求内容</td>
</tr>
<tr>
<td>head</td>
<td>int</td>
<td>合并请求源分支</td>
@@ -14007,6 +14027,16 @@ http://localhost:3000/api/v1/yystopf/ceshi/pulls/1/reviews.json
<td>合并请求ID</td>
</tr>
<tr>
<td>pull_request.title</td>
<td>string</td>
<td>合并请求标题</td>
</tr>
<tr>
<td>pull_request.body</td>
<td>string</td>
<td>合并请求内容</td>
</tr>
<tr>
<td>pull_request.head</td>
<td>string</td>
<td>合并请求源分支</td>