Commit 8af7ad94 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'jdalrymple-master-patch-91705' into 'master'

Docs: Fixing typos in example JSON within group_boards.md

See merge request gitlab-org/gitlab!56410
parents 65cb85e2 812dde9b
......@@ -33,14 +33,14 @@ Example response:
[
{
"id": 1,
"name:": "group issue board",
"name": "group issue board",
"group": {
"id": 5,
"name": "Documentcloud",
"web_url": "http://example.com/groups/documentcloud"
},
"milestone": {
"id": 12
"id": 12,
"title": "10.0"
},
"lists" : [
......@@ -85,14 +85,14 @@ Example response:
[
{
"id": 1,
"name:": "group issue board",
"name": "group issue board",
"group": {
"id": 5,
"name": "Documentcloud",
"web_url": "http://example.com/groups/documentcloud"
},
"milestone": {
"id": 12
"id": 12,
"title": "10.0"
},
"lists" : [
......@@ -150,14 +150,14 @@ Example response:
```json
{
"id": 1,
"name:": "group issue board",
"name": "group issue board",
"group": {
"id": 5,
"name": "Documentcloud",
"web_url": "http://example.com/groups/documentcloud"
},
"milestone": {
"id": 12
"id": 12,
"title": "10.0"
},
"lists" : [
......@@ -200,14 +200,14 @@ Example response:
```json
{
"id": 1,
"name:": "group issue board",
"name": "group issue board",
"group": {
"id": 5,
"name": "Documentcloud",
"web_url": "http://example.com/groups/documentcloud"
},
"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