@templmf/temp-solf-lmf 0.0.109 → 0.0.111
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package//347/224/237/344/272/247/347/216/257/345/242/203CK/346/211/251/345/256/271/346/255/245/351/252/244052701.docx +0 -0
- package/gitlab-foss-8-17-stable/doc/api/README.md +0 -391
- package/gitlab-foss-8-17-stable/doc/api/access_requests.md +0 -139
- package/gitlab-foss-8-17-stable/doc/api/award_emoji.md +0 -374
- package/gitlab-foss-8-17-stable/doc/api/boards.md +0 -241
- package/gitlab-foss-8-17-stable/doc/api/branches.md +0 -260
- package/gitlab-foss-8-17-stable/doc/api/broadcast_messages.md +0 -154
- package/gitlab-foss-8-17-stable/doc/api/build_triggers.md +0 -118
- package/gitlab-foss-8-17-stable/doc/api/build_variables.md +0 -128
- package/gitlab-foss-8-17-stable/doc/api/builds.md +0 -610
- package/gitlab-foss-8-17-stable/doc/api/ci/README.md +0 -24
- package/gitlab-foss-8-17-stable/doc/api/ci/builds.md +0 -147
- package/gitlab-foss-8-17-stable/doc/api/ci/lint.md +0 -49
- package/gitlab-foss-8-17-stable/doc/api/ci/runners.md +0 -59
- package/gitlab-foss-8-17-stable/doc/api/commits.md +0 -479
- package/gitlab-foss-8-17-stable/doc/api/deploy_key_multiple_projects.md +0 -29
- package/gitlab-foss-8-17-stable/doc/api/deploy_keys.md +0 -216
- package/gitlab-foss-8-17-stable/doc/api/deployments.md +0 -218
- package/gitlab-foss-8-17-stable/doc/api/enviroments.md +0 -121
- package/gitlab-foss-8-17-stable/doc/api/groups.md +0 -484
- package/gitlab-foss-8-17-stable/doc/api/issues.md +0 -856
- package/gitlab-foss-8-17-stable/doc/api/keys.md +0 -46
- package/gitlab-foss-8-17-stable/doc/api/labels.md +0 -257
- package/gitlab-foss-8-17-stable/doc/api/members.md +0 -175
- package/gitlab-foss-8-17-stable/doc/api/merge_requests.md +0 -1158
- package/gitlab-foss-8-17-stable/doc/api/milestones.md +0 -105
- package/gitlab-foss-8-17-stable/doc/api/namespaces.md +0 -70
- package/gitlab-foss-8-17-stable/doc/api/notes.md +0 -407
- package/gitlab-foss-8-17-stable/doc/api/notification_settings.md +0 -177
- package/gitlab-foss-8-17-stable/doc/api/oauth2.md +0 -137
- package/gitlab-foss-8-17-stable/doc/api/pipelines.md +0 -259
- package/gitlab-foss-8-17-stable/doc/api/project_snippets.md +0 -118
- package/gitlab-foss-8-17-stable/doc/api/projects.md +0 -1402
- package/gitlab-foss-8-17-stable/doc/api/repositories.md +0 -200
- package/gitlab-foss-8-17-stable/doc/api/repository_files.md +0 -134
- package/gitlab-foss-8-17-stable/doc/api/runners.md +0 -322
- package/gitlab-foss-8-17-stable/doc/api/services.md +0 -812
- package/gitlab-foss-8-17-stable/doc/api/session.md +0 -56
- package/gitlab-foss-8-17-stable/doc/api/settings.md +0 -126
- package/gitlab-foss-8-17-stable/doc/api/sidekiq_metrics.md +0 -152
- package/gitlab-foss-8-17-stable/doc/api/snippets.md +0 -232
- package/gitlab-foss-8-17-stable/doc/api/system_hooks.md +0 -146
- package/gitlab-foss-8-17-stable/doc/api/tags.md +0 -191
- package/gitlab-foss-8-17-stable/doc/api/templates/gitignores.md +0 -579
- package/gitlab-foss-8-17-stable/doc/api/templates/gitlab_ci_ymls.md +0 -120
- package/gitlab-foss-8-17-stable/doc/api/templates/licenses.md +0 -147
- package/gitlab-foss-8-17-stable/doc/api/todos.md +0 -296
- package/gitlab-foss-8-17-stable/doc/api/users.md +0 -835
- package/gitlab-foss-8-17-stable/doc/api/v3_to_v4.md +0 -14
- package/gitlab-foss-8-17-stable/doc/api/version.md +0 -23
|
@@ -1,484 +0,0 @@
|
|
|
1
|
-
# Groups
|
|
2
|
-
|
|
3
|
-
## List groups
|
|
4
|
-
|
|
5
|
-
Get a list of groups. (As user: my groups or all available, as admin: all groups).
|
|
6
|
-
|
|
7
|
-
Parameters:
|
|
8
|
-
|
|
9
|
-
| Attribute | Type | Required | Description |
|
|
10
|
-
| --------- | ---- | -------- | ----------- |
|
|
11
|
-
| `skip_groups` | array of integers | no | Skip the group IDs passes |
|
|
12
|
-
| `all_available` | boolean | no | Show all the groups you have access to |
|
|
13
|
-
| `search` | string | no | Return list of authorized groups matching the search criteria |
|
|
14
|
-
| `order_by` | string | no | Order groups by `name` or `path`. Default is `name` |
|
|
15
|
-
| `sort` | string | no | Order groups in `asc` or `desc` order. Default is `asc` |
|
|
16
|
-
| `statistics` | boolean | no | Include group statistics (admins only) |
|
|
17
|
-
|
|
18
|
-
```
|
|
19
|
-
GET /groups
|
|
20
|
-
```
|
|
21
|
-
|
|
22
|
-
```json
|
|
23
|
-
[
|
|
24
|
-
{
|
|
25
|
-
"id": 1,
|
|
26
|
-
"name": "Foobar Group",
|
|
27
|
-
"path": "foo-bar",
|
|
28
|
-
"description": "An interesting group",
|
|
29
|
-
"visibility_level": 20,
|
|
30
|
-
"lfs_enabled": true,
|
|
31
|
-
"avatar_url": "http://localhost:3000/uploads/group/avatar/1/foo.jpg",
|
|
32
|
-
"web_url": "http://localhost:3000/groups/foo-bar",
|
|
33
|
-
"request_access_enabled": false,
|
|
34
|
-
"full_name": "Foobar Group",
|
|
35
|
-
"full_path": "foo-bar"
|
|
36
|
-
}
|
|
37
|
-
]
|
|
38
|
-
```
|
|
39
|
-
|
|
40
|
-
You can search for groups by name or path, see below.
|
|
41
|
-
|
|
42
|
-
## List owned groups
|
|
43
|
-
|
|
44
|
-
Get a list of groups which are owned by the authenticated user.
|
|
45
|
-
|
|
46
|
-
```
|
|
47
|
-
GET /groups/owned
|
|
48
|
-
```
|
|
49
|
-
|
|
50
|
-
Parameters:
|
|
51
|
-
|
|
52
|
-
| Attribute | Type | Required | Description |
|
|
53
|
-
| --------- | ---- | -------- | ----------- |
|
|
54
|
-
| `statistics` | boolean | no | Include group statistics |
|
|
55
|
-
|
|
56
|
-
## List a group's projects
|
|
57
|
-
|
|
58
|
-
Get a list of projects in this group.
|
|
59
|
-
|
|
60
|
-
```
|
|
61
|
-
GET /groups/:id/projects
|
|
62
|
-
```
|
|
63
|
-
|
|
64
|
-
Parameters:
|
|
65
|
-
|
|
66
|
-
| Attribute | Type | Required | Description |
|
|
67
|
-
| --------- | ---- | -------- | ----------- |
|
|
68
|
-
| `id` | integer/string | yes | The ID or path of a group |
|
|
69
|
-
| `archived` | boolean | no | Limit by archived status |
|
|
70
|
-
| `visibility` | string | no | Limit by visibility `public`, `internal`, or `private` |
|
|
71
|
-
| `order_by` | string | no | Return projects ordered by `id`, `name`, `path`, `created_at`, `updated_at`, or `last_activity_at` fields. Default is `created_at` |
|
|
72
|
-
| `sort` | string | no | Return projects sorted in `asc` or `desc` order. Default is `desc` |
|
|
73
|
-
| `search` | string | no | Return list of authorized projects matching the search criteria |
|
|
74
|
-
| `simple` | boolean | no | Return only the ID, URL, name, and path of each project |
|
|
75
|
-
|
|
76
|
-
Example response:
|
|
77
|
-
|
|
78
|
-
```json
|
|
79
|
-
[
|
|
80
|
-
{
|
|
81
|
-
"id": 9,
|
|
82
|
-
"description": "foo",
|
|
83
|
-
"default_branch": "master",
|
|
84
|
-
"tag_list": [],
|
|
85
|
-
"public": false,
|
|
86
|
-
"archived": false,
|
|
87
|
-
"visibility_level": 10,
|
|
88
|
-
"ssh_url_to_repo": "git@gitlab.example.com/html5-boilerplate.git",
|
|
89
|
-
"http_url_to_repo": "http://gitlab.example.com/h5bp/html5-boilerplate.git",
|
|
90
|
-
"web_url": "http://gitlab.example.com/h5bp/html5-boilerplate",
|
|
91
|
-
"name": "Html5 Boilerplate",
|
|
92
|
-
"name_with_namespace": "Experimental / Html5 Boilerplate",
|
|
93
|
-
"path": "html5-boilerplate",
|
|
94
|
-
"path_with_namespace": "h5bp/html5-boilerplate",
|
|
95
|
-
"issues_enabled": true,
|
|
96
|
-
"merge_requests_enabled": true,
|
|
97
|
-
"wiki_enabled": true,
|
|
98
|
-
"builds_enabled": true,
|
|
99
|
-
"snippets_enabled": true,
|
|
100
|
-
"created_at": "2016-04-05T21:40:50.169Z",
|
|
101
|
-
"last_activity_at": "2016-04-06T16:52:08.432Z",
|
|
102
|
-
"shared_runners_enabled": true,
|
|
103
|
-
"creator_id": 1,
|
|
104
|
-
"namespace": {
|
|
105
|
-
"id": 5,
|
|
106
|
-
"name": "Experimental",
|
|
107
|
-
"path": "h5bp",
|
|
108
|
-
"owner_id": null,
|
|
109
|
-
"created_at": "2016-04-05T21:40:49.152Z",
|
|
110
|
-
"updated_at": "2016-04-07T08:07:48.466Z",
|
|
111
|
-
"description": "foo",
|
|
112
|
-
"avatar": {
|
|
113
|
-
"url": null
|
|
114
|
-
},
|
|
115
|
-
"share_with_group_lock": false,
|
|
116
|
-
"visibility_level": 10
|
|
117
|
-
},
|
|
118
|
-
"avatar_url": null,
|
|
119
|
-
"star_count": 1,
|
|
120
|
-
"forks_count": 0,
|
|
121
|
-
"open_issues_count": 3,
|
|
122
|
-
"public_builds": true,
|
|
123
|
-
"shared_with_groups": [],
|
|
124
|
-
"request_access_enabled": false
|
|
125
|
-
}
|
|
126
|
-
]
|
|
127
|
-
```
|
|
128
|
-
|
|
129
|
-
## Details of a group
|
|
130
|
-
|
|
131
|
-
Get all details of a group.
|
|
132
|
-
|
|
133
|
-
```
|
|
134
|
-
GET /groups/:id
|
|
135
|
-
```
|
|
136
|
-
|
|
137
|
-
Parameters:
|
|
138
|
-
|
|
139
|
-
| Attribute | Type | Required | Description |
|
|
140
|
-
| --------- | ---- | -------- | ----------- |
|
|
141
|
-
| `id` | integer/string | yes | The ID or path of a group |
|
|
142
|
-
|
|
143
|
-
```bash
|
|
144
|
-
curl --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" https://gitlab.example.com/api/v3/groups/4
|
|
145
|
-
```
|
|
146
|
-
|
|
147
|
-
Example response:
|
|
148
|
-
|
|
149
|
-
```json
|
|
150
|
-
{
|
|
151
|
-
"id": 4,
|
|
152
|
-
"name": "Twitter",
|
|
153
|
-
"path": "twitter",
|
|
154
|
-
"description": "Aliquid qui quis dignissimos distinctio ut commodi voluptas est.",
|
|
155
|
-
"visibility_level": 20,
|
|
156
|
-
"avatar_url": null,
|
|
157
|
-
"web_url": "https://gitlab.example.com/groups/twitter",
|
|
158
|
-
"request_access_enabled": false,
|
|
159
|
-
"full_name": "Foobar Group",
|
|
160
|
-
"full_path": "foo-bar",
|
|
161
|
-
"projects": [
|
|
162
|
-
{
|
|
163
|
-
"id": 7,
|
|
164
|
-
"description": "Voluptas veniam qui et beatae voluptas doloremque explicabo facilis.",
|
|
165
|
-
"default_branch": "master",
|
|
166
|
-
"tag_list": [],
|
|
167
|
-
"public": true,
|
|
168
|
-
"archived": false,
|
|
169
|
-
"visibility_level": 20,
|
|
170
|
-
"ssh_url_to_repo": "git@gitlab.example.com:twitter/typeahead-js.git",
|
|
171
|
-
"http_url_to_repo": "https://gitlab.example.com/twitter/typeahead-js.git",
|
|
172
|
-
"web_url": "https://gitlab.example.com/twitter/typeahead-js",
|
|
173
|
-
"name": "Typeahead.Js",
|
|
174
|
-
"name_with_namespace": "Twitter / Typeahead.Js",
|
|
175
|
-
"path": "typeahead-js",
|
|
176
|
-
"path_with_namespace": "twitter/typeahead-js",
|
|
177
|
-
"issues_enabled": true,
|
|
178
|
-
"merge_requests_enabled": true,
|
|
179
|
-
"wiki_enabled": true,
|
|
180
|
-
"builds_enabled": true,
|
|
181
|
-
"snippets_enabled": false,
|
|
182
|
-
"container_registry_enabled": true,
|
|
183
|
-
"created_at": "2016-06-17T07:47:25.578Z",
|
|
184
|
-
"last_activity_at": "2016-06-17T07:47:25.881Z",
|
|
185
|
-
"shared_runners_enabled": true,
|
|
186
|
-
"creator_id": 1,
|
|
187
|
-
"namespace": {
|
|
188
|
-
"id": 4,
|
|
189
|
-
"name": "Twitter",
|
|
190
|
-
"path": "twitter",
|
|
191
|
-
"owner_id": null,
|
|
192
|
-
"created_at": "2016-06-17T07:47:24.216Z",
|
|
193
|
-
"updated_at": "2016-06-17T07:47:24.216Z",
|
|
194
|
-
"description": "Aliquid qui quis dignissimos distinctio ut commodi voluptas est.",
|
|
195
|
-
"avatar": {
|
|
196
|
-
"url": null
|
|
197
|
-
},
|
|
198
|
-
"share_with_group_lock": false,
|
|
199
|
-
"visibility_level": 20
|
|
200
|
-
},
|
|
201
|
-
"avatar_url": null,
|
|
202
|
-
"star_count": 0,
|
|
203
|
-
"forks_count": 0,
|
|
204
|
-
"open_issues_count": 3,
|
|
205
|
-
"public_builds": true,
|
|
206
|
-
"shared_with_groups": [],
|
|
207
|
-
"request_access_enabled": false
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
"id": 6,
|
|
211
|
-
"description": "Aspernatur omnis repudiandae qui voluptatibus eaque.",
|
|
212
|
-
"default_branch": "master",
|
|
213
|
-
"tag_list": [],
|
|
214
|
-
"public": false,
|
|
215
|
-
"archived": false,
|
|
216
|
-
"visibility_level": 10,
|
|
217
|
-
"ssh_url_to_repo": "git@gitlab.example.com:twitter/flight.git",
|
|
218
|
-
"http_url_to_repo": "https://gitlab.example.com/twitter/flight.git",
|
|
219
|
-
"web_url": "https://gitlab.example.com/twitter/flight",
|
|
220
|
-
"name": "Flight",
|
|
221
|
-
"name_with_namespace": "Twitter / Flight",
|
|
222
|
-
"path": "flight",
|
|
223
|
-
"path_with_namespace": "twitter/flight",
|
|
224
|
-
"issues_enabled": true,
|
|
225
|
-
"merge_requests_enabled": true,
|
|
226
|
-
"wiki_enabled": true,
|
|
227
|
-
"builds_enabled": true,
|
|
228
|
-
"snippets_enabled": false,
|
|
229
|
-
"container_registry_enabled": true,
|
|
230
|
-
"created_at": "2016-06-17T07:47:24.661Z",
|
|
231
|
-
"last_activity_at": "2016-06-17T07:47:24.838Z",
|
|
232
|
-
"shared_runners_enabled": true,
|
|
233
|
-
"creator_id": 1,
|
|
234
|
-
"namespace": {
|
|
235
|
-
"id": 4,
|
|
236
|
-
"name": "Twitter",
|
|
237
|
-
"path": "twitter",
|
|
238
|
-
"owner_id": null,
|
|
239
|
-
"created_at": "2016-06-17T07:47:24.216Z",
|
|
240
|
-
"updated_at": "2016-06-17T07:47:24.216Z",
|
|
241
|
-
"description": "Aliquid qui quis dignissimos distinctio ut commodi voluptas est.",
|
|
242
|
-
"avatar": {
|
|
243
|
-
"url": null
|
|
244
|
-
},
|
|
245
|
-
"share_with_group_lock": false,
|
|
246
|
-
"visibility_level": 20
|
|
247
|
-
},
|
|
248
|
-
"avatar_url": null,
|
|
249
|
-
"star_count": 0,
|
|
250
|
-
"forks_count": 0,
|
|
251
|
-
"open_issues_count": 8,
|
|
252
|
-
"public_builds": true,
|
|
253
|
-
"shared_with_groups": [],
|
|
254
|
-
"request_access_enabled": false
|
|
255
|
-
}
|
|
256
|
-
],
|
|
257
|
-
"shared_projects": [
|
|
258
|
-
{
|
|
259
|
-
"id": 8,
|
|
260
|
-
"description": "Velit eveniet provident fugiat saepe eligendi autem.",
|
|
261
|
-
"default_branch": "master",
|
|
262
|
-
"tag_list": [],
|
|
263
|
-
"public": false,
|
|
264
|
-
"archived": false,
|
|
265
|
-
"visibility_level": 0,
|
|
266
|
-
"ssh_url_to_repo": "git@gitlab.example.com:h5bp/html5-boilerplate.git",
|
|
267
|
-
"http_url_to_repo": "https://gitlab.example.com/h5bp/html5-boilerplate.git",
|
|
268
|
-
"web_url": "https://gitlab.example.com/h5bp/html5-boilerplate",
|
|
269
|
-
"name": "Html5 Boilerplate",
|
|
270
|
-
"name_with_namespace": "H5bp / Html5 Boilerplate",
|
|
271
|
-
"path": "html5-boilerplate",
|
|
272
|
-
"path_with_namespace": "h5bp/html5-boilerplate",
|
|
273
|
-
"issues_enabled": true,
|
|
274
|
-
"merge_requests_enabled": true,
|
|
275
|
-
"wiki_enabled": true,
|
|
276
|
-
"builds_enabled": true,
|
|
277
|
-
"snippets_enabled": false,
|
|
278
|
-
"container_registry_enabled": true,
|
|
279
|
-
"created_at": "2016-06-17T07:47:27.089Z",
|
|
280
|
-
"last_activity_at": "2016-06-17T07:47:27.310Z",
|
|
281
|
-
"shared_runners_enabled": true,
|
|
282
|
-
"creator_id": 1,
|
|
283
|
-
"namespace": {
|
|
284
|
-
"id": 5,
|
|
285
|
-
"name": "H5bp",
|
|
286
|
-
"path": "h5bp",
|
|
287
|
-
"owner_id": null,
|
|
288
|
-
"created_at": "2016-06-17T07:47:26.621Z",
|
|
289
|
-
"updated_at": "2016-06-17T07:47:26.621Z",
|
|
290
|
-
"description": "Id consequatur rem vel qui doloremque saepe.",
|
|
291
|
-
"avatar": {
|
|
292
|
-
"url": null
|
|
293
|
-
},
|
|
294
|
-
"share_with_group_lock": false,
|
|
295
|
-
"visibility_level": 20
|
|
296
|
-
},
|
|
297
|
-
"avatar_url": null,
|
|
298
|
-
"star_count": 0,
|
|
299
|
-
"forks_count": 0,
|
|
300
|
-
"open_issues_count": 4,
|
|
301
|
-
"public_builds": true,
|
|
302
|
-
"shared_with_groups": [
|
|
303
|
-
{
|
|
304
|
-
"group_id": 4,
|
|
305
|
-
"group_name": "Twitter",
|
|
306
|
-
"group_access_level": 30
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
"group_id": 3,
|
|
310
|
-
"group_name": "Gitlab Org",
|
|
311
|
-
"group_access_level": 10
|
|
312
|
-
}
|
|
313
|
-
]
|
|
314
|
-
}
|
|
315
|
-
]
|
|
316
|
-
}
|
|
317
|
-
```
|
|
318
|
-
|
|
319
|
-
## New group
|
|
320
|
-
|
|
321
|
-
Creates a new project group. Available only for users who can create groups.
|
|
322
|
-
|
|
323
|
-
```
|
|
324
|
-
POST /groups
|
|
325
|
-
```
|
|
326
|
-
|
|
327
|
-
Parameters:
|
|
328
|
-
|
|
329
|
-
- `name` (required) - The name of the group
|
|
330
|
-
- `path` (required) - The path of the group
|
|
331
|
-
- `description` (optional) - The group's description
|
|
332
|
-
- `visibility_level` (optional) - The group's visibility. 0 for private, 10 for internal, 20 for public.
|
|
333
|
-
- `lfs_enabled` (optional) - Enable/disable Large File Storage (LFS) for the projects in this group
|
|
334
|
-
- `request_access_enabled` (optional) - Allow users to request member access.
|
|
335
|
-
|
|
336
|
-
## Transfer project to group
|
|
337
|
-
|
|
338
|
-
Transfer a project to the Group namespace. Available only for admin
|
|
339
|
-
|
|
340
|
-
```
|
|
341
|
-
POST /groups/:id/projects/:project_id
|
|
342
|
-
```
|
|
343
|
-
|
|
344
|
-
Parameters:
|
|
345
|
-
|
|
346
|
-
- `id` (required) - The ID or path of a group
|
|
347
|
-
- `project_id` (required) - The ID or path of a project
|
|
348
|
-
|
|
349
|
-
## Update group
|
|
350
|
-
|
|
351
|
-
Updates the project group. Only available to group owners and administrators.
|
|
352
|
-
|
|
353
|
-
```
|
|
354
|
-
PUT /groups/:id
|
|
355
|
-
```
|
|
356
|
-
|
|
357
|
-
| Attribute | Type | Required | Description |
|
|
358
|
-
| --------- | ---- | -------- | ----------- |
|
|
359
|
-
| `id` | integer | yes | The ID of the group |
|
|
360
|
-
| `name` | string | no | The name of the group |
|
|
361
|
-
| `path` | string | no | The path of the group |
|
|
362
|
-
| `description` | string | no | The description of the group |
|
|
363
|
-
| `visibility_level` | integer | no | The visibility level of the group. 0 for private, 10 for internal, 20 for public. |
|
|
364
|
-
| `lfs_enabled` (optional) | boolean | no | Enable/disable Large File Storage (LFS) for the projects in this group |
|
|
365
|
-
| `request_access_enabled` | boolean | no | Allow users to request member access. |
|
|
366
|
-
|
|
367
|
-
```bash
|
|
368
|
-
curl --request PUT --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" "https://gitlab.example.com/api/v3/groups/5?name=Experimental"
|
|
369
|
-
|
|
370
|
-
```
|
|
371
|
-
|
|
372
|
-
Example response:
|
|
373
|
-
|
|
374
|
-
```json
|
|
375
|
-
{
|
|
376
|
-
"id": 5,
|
|
377
|
-
"name": "Experimental",
|
|
378
|
-
"path": "h5bp",
|
|
379
|
-
"description": "foo",
|
|
380
|
-
"visibility_level": 10,
|
|
381
|
-
"avatar_url": null,
|
|
382
|
-
"web_url": "http://gitlab.example.com/groups/h5bp",
|
|
383
|
-
"request_access_enabled": false,
|
|
384
|
-
"full_name": "Foobar Group",
|
|
385
|
-
"full_path": "foo-bar",
|
|
386
|
-
"projects": [
|
|
387
|
-
{
|
|
388
|
-
"id": 9,
|
|
389
|
-
"description": "foo",
|
|
390
|
-
"default_branch": "master",
|
|
391
|
-
"tag_list": [],
|
|
392
|
-
"public": false,
|
|
393
|
-
"archived": false,
|
|
394
|
-
"visibility_level": 10,
|
|
395
|
-
"ssh_url_to_repo": "git@gitlab.example.com/html5-boilerplate.git",
|
|
396
|
-
"http_url_to_repo": "http://gitlab.example.com/h5bp/html5-boilerplate.git",
|
|
397
|
-
"web_url": "http://gitlab.example.com/h5bp/html5-boilerplate",
|
|
398
|
-
"name": "Html5 Boilerplate",
|
|
399
|
-
"name_with_namespace": "Experimental / Html5 Boilerplate",
|
|
400
|
-
"path": "html5-boilerplate",
|
|
401
|
-
"path_with_namespace": "h5bp/html5-boilerplate",
|
|
402
|
-
"issues_enabled": true,
|
|
403
|
-
"merge_requests_enabled": true,
|
|
404
|
-
"wiki_enabled": true,
|
|
405
|
-
"builds_enabled": true,
|
|
406
|
-
"snippets_enabled": true,
|
|
407
|
-
"created_at": "2016-04-05T21:40:50.169Z",
|
|
408
|
-
"last_activity_at": "2016-04-06T16:52:08.432Z",
|
|
409
|
-
"shared_runners_enabled": true,
|
|
410
|
-
"creator_id": 1,
|
|
411
|
-
"namespace": {
|
|
412
|
-
"id": 5,
|
|
413
|
-
"name": "Experimental",
|
|
414
|
-
"path": "h5bp",
|
|
415
|
-
"owner_id": null,
|
|
416
|
-
"created_at": "2016-04-05T21:40:49.152Z",
|
|
417
|
-
"updated_at": "2016-04-07T08:07:48.466Z",
|
|
418
|
-
"description": "foo",
|
|
419
|
-
"avatar": {
|
|
420
|
-
"url": null
|
|
421
|
-
},
|
|
422
|
-
"share_with_group_lock": false,
|
|
423
|
-
"visibility_level": 10
|
|
424
|
-
},
|
|
425
|
-
"avatar_url": null,
|
|
426
|
-
"star_count": 1,
|
|
427
|
-
"forks_count": 0,
|
|
428
|
-
"open_issues_count": 3,
|
|
429
|
-
"public_builds": true,
|
|
430
|
-
"shared_with_groups": [],
|
|
431
|
-
"request_access_enabled": false
|
|
432
|
-
}
|
|
433
|
-
]
|
|
434
|
-
}
|
|
435
|
-
```
|
|
436
|
-
|
|
437
|
-
## Remove group
|
|
438
|
-
|
|
439
|
-
Removes group with all projects inside.
|
|
440
|
-
|
|
441
|
-
```
|
|
442
|
-
DELETE /groups/:id
|
|
443
|
-
```
|
|
444
|
-
|
|
445
|
-
Parameters:
|
|
446
|
-
|
|
447
|
-
- `id` (required) - The ID or path of a user group
|
|
448
|
-
|
|
449
|
-
## Search for group
|
|
450
|
-
|
|
451
|
-
Get all groups that match your string in their name or path.
|
|
452
|
-
|
|
453
|
-
```
|
|
454
|
-
GET /groups?search=foobar
|
|
455
|
-
```
|
|
456
|
-
|
|
457
|
-
```json
|
|
458
|
-
[
|
|
459
|
-
{
|
|
460
|
-
"id": 1,
|
|
461
|
-
"name": "Foobar Group",
|
|
462
|
-
"path": "foo-bar",
|
|
463
|
-
"description": "An interesting group"
|
|
464
|
-
}
|
|
465
|
-
]
|
|
466
|
-
```
|
|
467
|
-
|
|
468
|
-
## Group members
|
|
469
|
-
|
|
470
|
-
Please consult the [Group Members](members.md) documentation.
|
|
471
|
-
|
|
472
|
-
## Namespaces in groups
|
|
473
|
-
|
|
474
|
-
By default, groups only get 20 namespaces at a time because the API results are paginated.
|
|
475
|
-
|
|
476
|
-
To get more (up to 100), pass the following as an argument to the API call:
|
|
477
|
-
```
|
|
478
|
-
/groups?per_page=100
|
|
479
|
-
```
|
|
480
|
-
|
|
481
|
-
And to switch pages add:
|
|
482
|
-
```
|
|
483
|
-
/groups?per_page=100&page=2
|
|
484
|
-
```
|