Commit 481f2f30 authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents 4affea77 d83e5740
...@@ -37,7 +37,7 @@ Example response: ...@@ -37,7 +37,7 @@ Example response:
"web_url": "http://example.com/diaspora/diaspora-project-site" "web_url": "http://example.com/diaspora/diaspora-project-site"
}, },
"milestone": { "milestone": {
"id": 12 "id": 12,
"title": "10.0" "title": "10.0"
}, },
"lists" : [ "lists" : [
...@@ -95,7 +95,7 @@ Example response: ...@@ -95,7 +95,7 @@ Example response:
```json ```json
{ {
"id": 1, "id": 1,
"name:": "project issue board", "name": "project issue board",
"project": { "project": {
"id": 5, "id": 5,
"name": "Diaspora Project Site", "name": "Diaspora Project Site",
...@@ -106,7 +106,7 @@ Example response: ...@@ -106,7 +106,7 @@ Example response:
"web_url": "http://example.com/diaspora/diaspora-project-site" "web_url": "http://example.com/diaspora/diaspora-project-site"
}, },
"milestone": { "milestone": {
"id": 12 "id": 12,
"title": "10.0" "title": "10.0"
}, },
"lists" : [ "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