Add diff_refs documentation in single merge requests response.
This commit is contained in:
parent
f1b4443762
commit
098340b0b8
1 changed files with 5 additions and 0 deletions
|
@ -437,6 +437,11 @@ Parameters:
|
|||
"id" : 1,
|
||||
"name" : "Administrator"
|
||||
},
|
||||
"diff_refs": {
|
||||
"base_sha": "1111111111111111111111111111111111111111",
|
||||
"head_sha": "2222222222222222222222222222222222222222",
|
||||
"start_sha": "3333333333333333333333333333333333333333"
|
||||
},
|
||||
"diverged_commits_count": 2
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue