summaryrefslogtreecommitdiff
path: root/doc/api/issues.md
diff options
context:
space:
mode:
authorChris McKnight <cmckni3@gmail.com>2013-09-30 17:39:33 -0500
committerChris McKnight <cmckni3@gmail.com>2013-09-30 17:39:33 -0500
commit979dd2603c18502e3a0065d0aa0c94af5e495b8a (patch)
tree036806ca08a94a3679a4ca5ab9e04c96e3dbe812 /doc/api/issues.md
parent9ffabc6d7ed0c71d133a29671b50795fb621522c (diff)
downloadgitlab-ce-979dd2603c18502e3a0065d0aa0c94af5e495b8a.tar.gz
Fix invalid json in issues API doc
Diffstat (limited to 'doc/api/issues.md')
-rw-r--r--doc/api/issues.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/api/issues.md b/doc/api/issues.md
index 723c8acf381..314268b0fc0 100644
--- a/doc/api/issues.md
+++ b/doc/api/issues.md
@@ -25,7 +25,7 @@ GET /issues
"blocked": false,
"created_at": "2012-05-23T08:00:58Z"
},
- "state": 'closed',
+ "state": "closed",
"updated_at": "2012-07-02T17:53:12Z",
"created_at": "2012-07-02T17:53:12Z"
},
@@ -42,7 +42,7 @@ GET /issues
"title": "v1.0",
"description": "",
"due_date": "2012-07-20",
- "state": 'reopenend',
+ "state": "reopenend",
"updated_at": "2012-07-04T13:42:48Z",
"created_at": "2012-07-04T13:42:48Z"
},
@@ -62,7 +62,7 @@ GET /issues
"blocked": false,
"created_at": "2012-05-23T08:00:58Z"
},
- "state": 'opened',
+ "state": "opened",
"updated_at": "2012-07-12T13:43:19Z",
"created_at": "2012-06-28T12:58:06Z"
}
@@ -111,7 +111,7 @@ Parameters:
"title": "v1.0",
"description": "",
"due_date": "2012-07-20",
- "state": 'closed',
+ "state": "closed",
"updated_at": "2012-07-04T13:42:48Z",
"created_at": "2012-07-04T13:42:48Z"
},
@@ -131,7 +131,7 @@ Parameters:
"blocked": false,
"created_at": "2012-05-23T08:00:58Z"
},
- "state": 'opened',
+ "state": "opened",
"updated_at": "2012-07-12T13:43:19Z",
"created_at": "2012-06-28T12:58:06Z"
}
@@ -190,4 +190,3 @@ Parameters:
+ `id` (required) - The project ID
+ `issue_id` (required) - The ID of the issue
-