Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorakkee <akashsrvstv@yahoo.in>2019-02-20 13:52:57 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-02-20 13:52:57 +0300
commita452d9fd9e058a7120cc2f701c2404bd9502d6b6 (patch)
tree228e95e8c433de1aaf1c2e020c9fe33f33467263 /doc
parent233b6e0dd93d66fabdaad23a10c3cc20bd721a8c (diff)
Added missing comma in sample response json for list of boards and a single board
Diffstat (limited to 'doc')
-rw-r--r--doc/api/boards.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/boards.md b/doc/api/boards.md
index 2a2622736c3..28c73db6b98 100644
--- a/doc/api/boards.md
+++ b/doc/api/boards.md
@@ -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" : [