Commit d83e5740 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'patch-29' into 'master'

Added missing comma in sample response json for list of boards and a single board

See merge request gitlab-org/gitlab-ce!25419
parents 233b6e0d a452d9fd
......@@ -37,7 +37,7 @@ Example response:
"web_url": "http://example.com/diaspora/diaspora-project-site"
},
"milestone": {
"id": 12
"id": 12,
"title": "10.0"
},
"lists" : [
......@@ -95,7 +95,7 @@ Example response:
```json
{
"id": 1,
"name:": "project issue board",
"name": "project issue board",
"project": {
"id": 5,
"name": "Diaspora Project Site",
......@@ -106,7 +106,7 @@ Example response:
"web_url": "http://example.com/diaspora/diaspora-project-site"
},
"milestone": {
"id": 12
"id": 12,
"title": "10.0"
},
"lists" : [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment