获取提交注释
接口描述
中文:获取提交注释
英文:DescribeGitCommitNote
输入参数
参数名称 | 必选 | 类型 | 描述 |
---|---|---|---|
DepotId | 是 | Integer | 仓库 id |
CommitSha | 是 | String | 提交的 Sha |
NotesRef | 否 | String | 注释 分支 Ref |
输出参数
参数名称 | 类型 | 描述 |
---|---|---|
CommitNote | String | 提交注释 |
示例
输入示例
{
"Action":"DescribeGitCommitNote",
"DepotId":1383,
"CommitSha":"5178d68bd3ee2a93733354884f0888584d671d7b",
"NotesRef":"refs/master"
}
输出示例
{
"Response": {
"RequestId": "f2212265-890c-fb76-2154-794c2a395610",
"CommitNote": "coding"
}
}

感谢反馈有用
感谢反馈没用