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, 6 insertions, 3 deletions
diff --git a/doc/api/search.md b/doc/api/search.md
index f7fa7babe71..b412d86a613 100644
--- a/doc/api/search.md
+++ b/doc/api/search.md
@@ -292,7 +292,8 @@ Example response:
"id": null,
"ref": "master",
"startline": 5,
- "project_id": 6
+ "project_id": 6,
+ "group_id": null
}
]
```
@@ -682,7 +683,8 @@ Example response:
"id": null,
"ref": "master",
"startline": 5,
- "project_id": 6
+ "project_id": 6,
+ "group_id": 1
}
]
```
@@ -1094,7 +1096,8 @@ Example response:
"id": null,
"ref": "master",
"startline": 5,
- "project_id": 6
+ "project_id": 6,
+ "group_id": 1
}
]
```