summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2019-02-13 22:16:40 +0100
committerRobert Schilling <rschilling@student.tugraz.at>2019-02-13 22:16:40 +0100
commitcc8b8ec08f176dfdad71f8efdf92ebd512664c3d (patch)
tree19d12d6c94b20977206b96334610847dd75061a2 /doc
parent1809f6f631c79a6dac8373782c4931393edcc7ff (diff)
downloadgitlab-ce-cc8b8ec08f176dfdad71f8efdf92ebd512664c3d.tar.gz
Add docs and specs
Diffstat (limited to 'doc')
-rw-r--r--doc/api/labels.md24
1 files changed, 16 insertions, 8 deletions
diff --git a/doc/api/labels.md b/doc/api/labels.md
index aec1a2c7592..fa9a2170fec 100644
--- a/doc/api/labels.md
+++ b/doc/api/labels.md
@@ -29,7 +29,8 @@ Example response:
"closed_issues_count": 0,
"open_merge_requests_count": 1,
"subscribed": false,
- "priority": 10
+ "priority": 10,
+ "is_project_label": true
},
{
"id" : 4,
@@ -40,7 +41,8 @@ Example response:
"closed_issues_count": 5,
"open_merge_requests_count": 0,
"subscribed": false,
- "priority": null
+ "priority": null,
+ "is_project_label": true
},
{
"id" : 7,
@@ -51,7 +53,8 @@ Example response:
"closed_issues_count": 3,
"open_merge_requests_count": 1,
"subscribed": false,
- "priority": null
+ "priority": null,
+ "is_project_label": true
},
{
"id" : 8,
@@ -62,7 +65,8 @@ Example response:
"closed_issues_count": 0,
"open_merge_requests_count": 2,
"subscribed": false,
- "priority": null
+ "priority": null,
+ "is_project_label": false
},
{
"id" : 9,
@@ -73,7 +77,8 @@ Example response:
"closed_issues_count": 0,
"open_merge_requests_count": 1,
"subscribed": true,
- "priority": null
+ "priority": null,
+ "is_project_label": true
}
]
```
@@ -110,7 +115,8 @@ Example response:
"closed_issues_count": 0,
"open_merge_requests_count": 0,
"subscribed": false,
- "priority": null
+ "priority": null,
+ "is_project_label": true
}
```
@@ -166,7 +172,8 @@ Example response:
"closed_issues_count": 0,
"open_merge_requests_count": 2,
"subscribed": false,
- "priority": null
+ "priority": null,
+ "is_project_label": true
}
```
@@ -201,7 +208,8 @@ Example response:
"closed_issues_count": 0,
"open_merge_requests_count": 1,
"subscribed": true,
- "priority": null
+ "priority": null,
+ "is_project_label": true
}
```