创建回复
创建回复
Path Parameters
- owner required
代码仓库的所有者,一般称之为"用户名(username)"。该名称不区分大小写。
- repo required
代码仓库名称。该名称不区分大小写。
- comment_id required
评论的业务ID。
Header Parameters
- Authorization required
Oauth2 token或者私人token(需以Bearer加空格开头)
- application/json
Request Body
- body string
回复的内容。
Responses
- 201
- 403
- 404
- responseBody
已创建
禁止访问
资源未找到
- application/json
- Schema
Schema
- id string
回复的业务ID。
- pull_request_review_id string
回复所属的评论的业务ID。
- path string
评论对应的文件路径
- commit_id string
要评论文件的对应提交 SHA 值,提交对应于的patchset。
- in_reply_to_id string
回复所属的评论的业务ID。
- body string
回复的内容。
- line integer
回复对应文件的行号。
- created_at string
创建时间。遵循 ISO 8601 时间格式: YYYY-MM-DDTHH:MM:SSZ"
- updated_at string
更新时间。遵循 ISO 8601 时间格式: YYYY-MM-DDTHH:MM:SSZ"
Loading...