Get the diff for a specific commit of a project
GET
/v3/projects/{id}/repository/commits/{sha}/diffGet the diff for a specific commit of a project
请求参数
Path 参数
id
string
必需
The ID of a project
sha
string
必需
A commit sha, or the name of a branch or tag
示例代码
返回响应
成功(200)
记录不存在(404)
HTTP 状态码: 200
内容格式: JSONapplication/json
Get the diff for a specific commit of a project
数据结构
object {0}
示例
{}
最后修改时间: 1 个月前