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

This commit is contained in:
akkee 2019-02-20 10:52:57 +00:00 committed by Achilleas Pipinellis
parent 233b6e0dd9
commit a452d9fd9e
1 changed files with 3 additions and 3 deletions

View File

@ -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" : [