Skip to content
Snippets Groups Projects
Commit bafabe28 authored by Nick Thomas's avatar Nick Thomas
Browse files

Merge branch 'docs/zj-patch-json' into 'master'

Use valid data in our GetCommit example response

See merge request gitlab-org/gitlab-ce!26770
parents 095793e2 1789d762
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -196,9 +196,9 @@ Example response:
"last_pipeline" : {
"id": 8,
"ref": "master",
"sha": "2dc6aa325a317eda67812f05600bdf0fcdc70ab0"
"sha": "2dc6aa325a317eda67812f05600bdf0fcdc70ab0",
"status": "created"
}
},
"stats": {
"additions": 15,
"deletions": 10,
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