Skip to content
Snippets Groups Projects
Commit 812dde9b authored by Justin Dalrymple's avatar Justin Dalrymple
Browse files

Fixing typos in example JSON within group_boards.md

parent da75cd82
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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" : [
Loading
Loading
@@ -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" : [
Loading
Loading
@@ -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" : [
Loading
Loading
@@ -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" : [
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment