Skip to content
Snippets Groups Projects
Commit ad597a6a authored by Rémy Coutable's avatar Rémy Coutable
Browse files

Merge branch 'mr-api-diff-refs-doc' into 'master'

Add diff_refs documentation in single merge requests response.

See merge request gitlab-org/gitlab-ce!21923
parents 2c8475e1 098340b0
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment