forked from Shuffle/openapi-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgitlab_v4.yaml
682 lines (645 loc) · 23.8 KB
/
gitlab_v4.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
basePath: /api/v4
components:
securitySchemes:
ApiKeyAuth:
in: header
name: PRIVATE-TOKEN
type: apiKey
host: gitlab.com
info:
contact:
email: [email protected]
name: '@SynAck3'
url: https://gitlab.com/synack3
description: GitLab API
title: GitLab
version: '1.0'
x-logo: data:image/png;base64,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
openapi: 3.0.0
paths:
/admin/ci/variables:
get:
operationId: List_Admin_CI_Vars
parameters: []
requestBody:
content: {}
responses:
default:
content:
text/plain:
schema:
example: ''
type: string
description: default
summary: List Admin CI Vars
/groups:
get:
operationId: List_Groups
parameters: []
requestBody:
content: {}
responses:
default:
content:
text/plain:
schema:
example: ''
type: string
description: default
summary: List Groups
/issues:
get:
operationId: List_Filtered_Issues
parameters:
- description: Generated by shuffler.io OpenAPI
in: query
name: filter
required: true
schema:
type: string
requestBody:
content: {}
responses:
default:
content:
text/plain:
schema:
example: ''
type: string
description: default
summary: List Filtered Issues
/projects:
get:
operationId: List_Projects
parameters: []
requestBody:
content: {}
responses:
default:
content:
text/plain:
schema:
example: ''
type: string
description: default
summary: List Projects
/projects/{id}/access_requests:
get:
operationId: List_Access_Requests_by_Project_ID
parameters:
- description: Generated by shuffler.io OpenAPI
in: path
name: id
required: true
schema:
type: string
requestBody:
content: {}
responses:
default:
content:
text/plain:
schema:
example: "[\n {\n \"id\": 1,\n \"username\": \"raymond_smith\"\
,\n \"name\": \"Raymond Smith\",\n \"state\": \"active\",\n\
\ \"created_at\": \"2012-10-22T14:13:35Z\",\n \"requested_at\"\
: \"2012-10-22T14:13:35Z\"\n },\n {\n \"id\": 2,\n \"username\"\
: \"john_doe\",\n \"name\": \"John Doe\",\n \"state\": \"\
active\",\n \"created_at\": \"2012-10-22T14:13:35Z\",\n \"\
requested_at\": \"2012-10-22T14:13:35Z\"\n }\n]"
type: string
description: default
summary: List Access Requests by Project ID
/projects/{id}/access_tokens:
get:
operationId: List_Access_Tokens_by_Project_ID
parameters:
- description: Generated by shuffler.io OpenAPI
in: path
name: id
required: true
schema:
type: string
requestBody:
content: {}
responses:
default:
content:
text/plain:
schema:
example: ''
type: string
description: default
summary: List Access Tokens by Project ID
/projects/{id}/badges:
get:
operationId: List_Badges_by_Project_ID
parameters:
- description: Generated by shuffler.io OpenAPI
in: path
name: id
required: true
schema:
type: string
requestBody:
content: {}
responses:
default:
content:
text/plain:
schema:
example: ''
type: string
description: default
summary: List Badges by Project ID
/projects/{id}/boards:
get:
operationId: List_Issue_Boards_by_Project_ID
parameters:
- description: Generated by shuffler.io OpenAPI
in: path
name: id
required: true
schema:
type: string
requestBody:
content: {}
responses:
default:
content:
text/plain:
schema:
example: ''
type: string
description: default
summary: List Issue Boards by Project ID
/projects/{id}/issues:
post:
operationId: Create_New_Issue
parameters:
- description: Generated by shuffler.io OpenAPI
in: query
name: title
required: true
schema:
type: string
- description: Generated by shuffler.io OpenAPI
in: query
name: description
required: true
schema:
type: string
- description: Generated by shuffler.io OpenAPI
in: query
name: labels
required: true
schema:
type: string
- description: Generated by shuffler.io OpenAPI
in: path
name: id
required: true
schema:
type: string
requestBody:
content: {}
responses:
default:
content:
text/plain:
schema:
example: ''
type: string
description: default
summary: Create New Issue
/projects/{id}/issues_statistics:
get:
operationId: List_Issue_Stats_by_Project_ID
parameters:
- description: Generated by shuffler.io OpenAPI
in: path
name: id
required: true
schema:
type: string
requestBody:
content: {}
responses:
default:
content:
text/plain:
schema:
example: ''
type: string
description: default
summary: List Issue Stats by Project ID
/projects/{id}/jobs:
get:
operationId: List_Jobs_by_Project_ID
parameters:
- description: Generated by shuffler.io OpenAPI
in: path
name: id
required: true
schema:
type: string
requestBody:
content: {}
responses:
default:
content:
text/plain:
schema:
example: ''
type: string
description: default
summary: List Jobs by Project ID
/projects/{id}/labels:
get:
operationId: Labels_by_Project_ID
parameters:
- description: Generated by shuffler.io OpenAPI
in: path
name: id
required: true
schema:
type: string
requestBody:
content: {}
responses:
default:
content:
text/plain:
schema:
example: ''
type: string
description: default
summary: Labels by Project ID
'/projects/{id}/members ':
get:
operationId: Members_by_Project
parameters:
- description: Generated by shuffler.io OpenAPI
in: path
name: id
required: true
schema:
type: string
requestBody:
content: {}
responses:
default:
content:
text/plain:
schema:
example: ''
type: string
description: default
summary: Members by Project
/projects/{id}/merge_requests:
get:
operationId: Merge_Requests_by_Project_ID
parameters:
- description: Generated by shuffler.io OpenAPI
in: path
name: id
required: true
schema:
type: string
requestBody:
content: {}
responses:
default:
content:
text/plain:
schema:
example: ''
type: string
description: default
summary: Merge Requests by Project ID
/projects/{id}/milestones:
get:
operationId: List_Milestones_by_Project_ID
parameters:
- description: Generated by shuffler.io OpenAPI
in: path
name: id
required: true
schema:
type: string
requestBody:
content: {}
responses:
default:
content:
text/plain:
schema:
example: ''
type: string
description: default
summary: List Milestones by Project ID
/projects/{id}/pipeline_schedules:
get:
operationId: List_Pipeline_Schedules_by_Project_ID
parameters:
- description: Generated by shuffler.io OpenAPI
in: path
name: id
required: true
schema:
type: string
requestBody:
content: {}
responses:
default:
content:
text/plain:
schema:
example: ''
type: string
description: default
summary: List Pipeline Schedules by Project ID
/projects/{id}/pipelines:
get:
operationId: List_Pipelines_by_Project_ID
parameters:
- description: Generated by shuffler.io OpenAPI
in: path
name: id
required: true
schema:
type: string
requestBody:
content: {}
responses:
default:
content:
text/plain:
schema:
example: ''
type: string
description: default
summary: List Pipelines by Project ID
/projects/{id}/registry/repositories:
get:
operationId: List_Containers_by_Project_ID
parameters:
- description: Generated by shuffler.io OpenAPI
in: path
name: id
required: true
schema:
type: string
requestBody:
content: {}
responses:
default:
content:
text/plain:
schema:
example: ''
type: string
description: default
summary: List Containers by Project ID
/projects/{id}/repository/branches/:
get:
description: Retrieve the branches for a given project id
operationId: List_Branches_by_Project_ID
parameters:
- description: Generated by shuffler.io OpenAPI
in: path
name: id
required: true
schema:
type: string
requestBody:
content: {}
responses:
default:
content:
text/plain:
schema:
example: '[3 items
0:{9 items
"name":"2-create-top-n-dashboard"
"commit":{...
}13 items
"merged":true
"protected":false
"developers_can_push":false
"developers_can_merge":false
"can_push":true
"default":false
"web_url":"https://gitlab.com/swdonline/warrobots/-/tree/2-create-top-n-dashboard"
}
1:{9 items
"name":"8-replicate-lucs-monthly-report"
"commit":{...
}13 items
"merged":true
"protected":false
"developers_can_push":false
"developers_can_merge":false
"can_push":true
"default":false
"web_url":"https://gitlab.com/swdonline/warrobots/-/tree/8-replicate-lucs-monthly-report"
}
2:{9 items
"name":"master"
"commit":{...
}13 items
"merged":false
"protected":true
"developers_can_push":false
"developers_can_merge":false
"can_push":true
"default":true
"web_url":"https://gitlab.com/swdonline/warrobots/-/tree/master"
}
]'
type: string
description: default
summary: List Branches by Project ID
/projects/{id}/repository/commits:
get:
operationId: List_Commits_by_Project_ID
parameters:
- description: Generated by shuffler.io OpenAPI
in: path
name: id
required: true
schema:
type: string
requestBody:
content: {}
responses:
default:
content:
text/plain:
schema:
example: ''
type: string
description: default
summary: List Commits by Project ID
/projects/{id}/triggers:
get:
operationId: List_Pipeline_Triggers_by_Project_ID
parameters:
- description: Generated by shuffler.io OpenAPI
in: path
name: id
required: true
schema:
type: string
requestBody:
content: {}
responses:
default:
content:
text/plain:
schema:
example: ''
type: string
description: default
summary: List Pipeline Triggers by Project ID
/projects/{id}/variables:
get:
operationId: List_Variables_by_Project_ID
parameters:
- description: Generated by shuffler.io OpenAPI
in: path
name: id
required: true
schema:
type: string
requestBody:
content: {}
responses:
default:
content:
text/plain:
schema:
example: ''
type: string
description: default
summary: List Variables by Project ID
/projects/{project_id}/issues:
get:
description: ''
operationId: List_Issues_by_Project_ID
parameters:
- description: Generated by shuffler.io OpenAPI
in: path
name: project_id
required: true
schema:
type: string
requestBody:
content: {}
responses:
default:
content:
text/plain:
schema:
example: ''
type: string
description: default
summary: List Issues by Project ID
/projects/{project_id}/issues/{issue_id}:
put:
description: ''
operationId: Close_an_Issue
parameters:
- description: Generated by shuffler.io OpenAPI
in: path
name: project_id
required: true
schema:
type: string
- description: Generated by shuffler.io OpenAPI
in: path
name: issue_id
required: true
schema:
type: string
requestBody:
content: {}
responses:
default:
content:
text/plain:
schema:
example: ''
type: string
description: default
summary: Close an Issue
/projects/{project_id}/issues/{issue_id}/notes:
post:
description: Adds a single comment to an issue within a project
operationId: Add_Comment_to_Issue
parameters:
- description: Generated by shuffler.io OpenAPI
in: query
name: comment
required: true
schema:
type: string
- description: Generated by shuffler.io OpenAPI
in: path
name: project_id
required: true
schema:
type: string
- description: Generated by shuffler.io OpenAPI
in: path
name: issue_id
required: true
schema:
type: string
requestBody:
content: {}
responses:
default:
content:
text/plain:
schema:
example: ''
type: string
description: default
summary: Add Comment to Issue
/users:
get:
operationId: Get_Active_Users
parameters: []
requestBody:
content: {}
responses:
default:
content:
text/plain:
schema:
example: ''
type: string
description: default
summary: Get Active Users
/version:
get:
operationId: List_Version
parameters: []
requestBody:
content: {}
responses:
default:
content:
text/plain:
schema:
example: ''
type: string
description: default
summary: List Version
schemes:
- 'https:'
servers:
- url: https://gitlab.com/api/v4
tags:
- name: Ticketing