Fix md syntax in doc/api/commits.md
This commit is contained in:
parent
03cb8edb34
commit
4de50a866e
1 changed files with 2 additions and 2 deletions
|
@ -188,7 +188,7 @@ Parameters:
|
|||
"target_url": "http://jenkins/project/url",
|
||||
"description": "Jenkins success",
|
||||
"created_at": "2015-10-12T09:47:16.250Z",
|
||||
"started_at": "2015-10-12T09:47:16.250Z"",
|
||||
"started_at": "2015-10-12T09:47:16.250Z",
|
||||
"finished_at": "2015-10-12T09:47:16.262Z",
|
||||
"author": {
|
||||
"id": 1,
|
||||
|
@ -228,7 +228,7 @@ POST /projects/:id/statuses/:sha
|
|||
"target_url": "http://jenkins/project/url",
|
||||
"description": "Jenkins success",
|
||||
"created_at": "2015-10-12T09:47:16.250Z",
|
||||
"started_at": "2015-10-12T09:47:16.250Z"",
|
||||
"started_at": "2015-10-12T09:47:16.250Z",
|
||||
"finished_at": "2015-10-12T09:47:16.262Z",
|
||||
"author": {
|
||||
"id": 1,
|
||||
|
|
Loading…
Reference in a new issue