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
path: root/doc
diff options
context:
space:
mode:
authorNihad Abbasov <narkoz.2008@gmail.com>2012-07-25 15:22:21 +0400
committerNihad Abbasov <narkoz.2008@gmail.com>2012-07-25 15:22:21 +0400
commitf7dd067490fe57505f7226c3b54d3127d2f7fd46 (patch)
treef8c4b21c036339f92fcc5482aa28a41250553b27 /doc
parent949b1df930bedace1dbd755aaa4a82e8c451a616 (diff)
API: expose issues project id
Diffstat (limited to 'doc')
-rw-r--r--doc/api/issues.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/issues.md b/doc/api/issues.md
index 0ce14503ffc..aaad3305489 100644
--- a/doc/api/issues.md
+++ b/doc/api/issues.md
@@ -10,6 +10,7 @@ GET /issues
[
{
"id": 43,
+ "project_id": 8,
"title": "4xx/5xx pages",
"description": "",
"labels": [ ],
@@ -28,6 +29,7 @@ GET /issues
},
{
"id": 42,
+ "project_id": 8,
"title": "Add user settings",
"description": "",
"labels": [
@@ -91,6 +93,7 @@ Parameters:
```json
{
"id": 42,
+ "project_id": 8,
"title": "Add user settings",
"description": "",
"labels": [