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
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-07-03 13:27:06 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-07-03 13:48:42 +0300
commit9671ca19de430e49b6cb2a51d2405c640dfddd16 (patch)
treee84c6910011c124f0df9dc147cca4d8fec30dcee /doc/api/group_boards.md
parent9b06890d1d6901b840fb321c9b99264c2e8813f7 (diff)
Re-align CE and EE API docs
Diffstat (limited to 'doc/api/group_boards.md')
-rw-r--r--doc/api/group_boards.md22
1 files changed, 20 insertions, 2 deletions
diff --git a/doc/api/group_boards.md b/doc/api/group_boards.md
index 4bee05a128a..a677a9c9a33 100644
--- a/doc/api/group_boards.md
+++ b/doc/api/group_boards.md
@@ -27,7 +27,16 @@ Example response:
[
{
"id": 1,
- "group_id": 5,
+ "name:": "group issue board",
+ "group": {
+ "id": 5,
+ "name": "Documentcloud",
+ "web_url": "http://example.com/groups/documentcloud"
+ },
+ "milestone": {
+ "id": 12
+ "title": "10.0"
+ },
"lists" : [
{
"id" : 1,
@@ -136,7 +145,16 @@ Example response:
```json
{
"id": 1,
- "group_id": 5,
+ "name:": "group issue board",
+ "group": {
+ "id": 5,
+ "name": "Documentcloud",
+ "web_url": "http://example.com/groups/documentcloud"
+ },
+ "milestone": {
+ "id": 12
+ "title": "10.0"
+ },
"lists" : [
{
"id" : 1,