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
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/search.md')
-rw-r--r--doc/api/search.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/api/search.md b/doc/api/search.md
index c8f24c0924a..9714bc17f62 100644
--- a/doc/api/search.md
+++ b/doc/api/search.md
@@ -54,7 +54,8 @@ Example response:
"path_with_namespace": "twitter/flight",
"created_at": "2017-09-05T07:58:01.621Z",
"default_branch": "master",
- "tag_list":[],
+ "tag_list":[], //deprecated, use `topics` instead
+ "topics":[],
"ssh_url_to_repo": "ssh://jarka@localhost:2222/twitter/flight.git",
"http_url_to_repo": "http://localhost:3000/twitter/flight.git",
"web_url": "http://localhost:3000/twitter/flight",
@@ -177,6 +178,7 @@ Example response:
"ruby",
"tests"
],
+ "draft": false,
"work_in_progress": false,
"milestone": {
"id": 13,
@@ -475,7 +477,8 @@ Example response:
"path_with_namespace": "twitter/flight",
"created_at": "2017-09-05T07:58:01.621Z",
"default_branch": "master",
- "tag_list":[],
+ "tag_list":[], //deprecated, use `topics` instead
+ "topics":[],
"ssh_url_to_repo": "ssh://jarka@localhost:2222/twitter/flight.git",
"http_url_to_repo": "http://localhost:3000/twitter/flight.git",
"web_url": "http://localhost:3000/twitter/flight",
@@ -598,6 +601,7 @@ Example response:
"ruby",
"tests"
],
+ "draft": false,
"work_in_progress": false,
"milestone": {
"id": 13,
@@ -956,6 +960,7 @@ Example response:
"ruby",
"tests"
],
+ "draft": false,
"work_in_progress": false,
"milestone": {
"id": 13,