Get a list of merge request diff versions
GET
/v3/projects/{id}/merge_requests/{merge_request_id}/versionsThis feature was introduced in GitLab 8.12.
请求参数
Path 参数
id
string
必需
The ID of a project
merge_request_id
integer <int32>
必需
The ID of a merge request
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Get a list of merge request diff versions
数据结构
This feature was introduced in GitLab 8.12.
id
string
可选
head_commit_sha
string
可选
base_commit_sha
string
可选
start_commit_sha
string
可选
created_at
string
可选
merge_request_id
string
可选
state
string
可选
real_size
string
可选
示例
{
"id": "string",
"head_commit_sha": "string",
"base_commit_sha": "string",
"start_commit_sha": "string",
"created_at": "string",
"merge_request_id": "string",
"state": "string",
"real_size": "string"
}
最后修改时间: 1 个月前