新增:合并请求评论新增path参数筛选以及去掉分页最多返回200数据

This commit is contained in:
2022-08-09 09:48:02 +08:00
parent b8be0c23cb
commit 4b05838498
5 changed files with 13 additions and 3 deletions

View File

@@ -1248,6 +1248,7 @@ await octokit.request('GET /api/v1/yystopf/ceshi_commit/pulls/3/journals.json')
|need_respond |否| |bool |是否需要回应|
|state |否| |string |状态, opened: 开启的, resolved: 已解决的, disabled: 无效的|
|parent_id |否| |integer|父评论ID|
|path |否| |string |评论文件路径|
|sort_by |否|created_on|string |排序字段 created_on: 创建时间, updated_on: 更新时间|
|sort_direction |否|asc |string |排序类型 desc: 倒序, asc: 正序|