Get the commits of a merge request
GET
/v3/projects/{id}/merge_request/{merge_request_id}/commitsGet the commits of a merge request
请求参数
Path 参数
id
string
必需
The ID of a project
merge_request_id
integer <int32>
必需
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Get the commits of a merge request
数据结构
Get the commits of a merge request
id
string
可选
short_id
string
可选
title
string
可选
author_name
string
可选
author_email
string
可选
created_at
string
可选
committer_name
string
可选
committer_email
string
可选
message
string
可选
示例
{
"id": "string",
"short_id": "string",
"title": "string",
"author_name": "string",
"author_email": "string",
"created_at": "string",
"committer_name": "string",
"committer_email": "string",
"message": "string"
}
最后修改时间: 1 个月前