diff options
author | akkee <akashsrvstv@yahoo.in> | 2019-02-20 10:52:57 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-02-20 10:52:57 +0000 |
commit | a452d9fd9e058a7120cc2f701c2404bd9502d6b6 (patch) | |
tree | 228e95e8c433de1aaf1c2e020c9fe33f33467263 /doc/api/boards.md | |
parent | 233b6e0dd93d66fabdaad23a10c3cc20bd721a8c (diff) | |
download | gitlab-ce-a452d9fd9e058a7120cc2f701c2404bd9502d6b6.tar.gz |
Added missing comma in sample response json for list of boards and a single board
Diffstat (limited to 'doc/api/boards.md')
-rw-r--r-- | doc/api/boards.md | 6 |
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" : [ |