查询变更请求详情
创建变更请求详情
Path Parameters
- owner required
代码仓库的所有者,一般称之为"用户名(username)"。该名称不区分大小写。
- repo required
代码仓库名称。该名称不区分大小写。
- pull_number
变更请求的编号(仓库内部的短ID)。
Header Parameters
- Authorization required
Oauth2 token或者私人token(需以Bearer加空格开头)
Responses
- 200
- 403
- 404
- responseBody
成功
已禁止
资源未找到
- application/json
- Schema
Schema
- id string
变更请求的业务ID。
- number integer
变更请求的编号(仓库内部的短ID)。
- state string
变更请求的状态,枚举值:open, closed。
- title string
变更请求标题。
- body string
变更请求描述。
- created_at string
变更请求创建时间。遵循 ISO 8601 时间格式: YYYY-MM-DDTHH:MM:SSZ"
- updated_at string
变更请求更新时间。遵循 ISO 8601 时间格式: YYYY-MM-DDTHH:MM:SSZ"
- in_reply_to string
变更请求回复的评论业务ID。
Loading...