@octokit/openapi 7.4.0 → 7.7.0
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/generated/api.github.com.deref.json +2550 -227
- package/generated/api.github.com.json +1233 -110
- package/generated/ghes-3.2-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.2-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.2-diff-to-ghes-3.3.deref.json +31 -25
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +25 -14
- package/generated/ghes-3.2.deref.json +319 -242
- package/generated/ghes-3.2.json +558 -26
- package/generated/ghes-3.3-anicca-diff-to-ghes-3.4.deref.json +0 -16
- package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +187 -223
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +432 -10
- package/generated/ghes-3.3.deref.json +319 -244
- package/generated/ghes-3.3.json +558 -27
- package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +9 -1
- package/generated/ghes-3.4-diff-to-ghes-3.5.json +9 -1
- package/generated/ghes-3.4.deref.json +322 -230
- package/generated/ghes-3.4.json +566 -29
- package/generated/ghes-3.5-anicca-diff-to-ghes-3.6.deref.json +784 -135
- package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.5-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +46103 -29773
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +7990 -3300
- package/generated/ghes-3.5.deref.json +406 -242
- package/generated/ghes-3.5.json +650 -41
- package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +504 -89
- package/generated/ghes-3.6-diff-to-api.github.com.deref.json +18076 -6602
- package/generated/ghes-3.6-diff-to-api.github.com.json +6698 -4308
- package/generated/ghes-3.6.deref.json +1275 -241
- package/generated/ghes-3.6.json +839 -41
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +332 -32
- package/generated/github.ae-diff-to-api.github.com.deref.json +24643 -16633
- package/generated/github.ae-diff-to-api.github.com.json +1184 -30
- package/generated/github.ae.deref.json +1298 -163
- package/generated/github.ae.json +878 -35
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.7.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -2487,14 +2487,6 @@
|
|
|
2487
2487
|
"write"
|
|
2488
2488
|
]
|
|
2489
2489
|
},
|
|
2490
|
-
"organization_custom_roles": {
|
|
2491
|
-
"type": "string",
|
|
2492
|
-
"description": "The level of permission to grant the access token for custom roles management.",
|
|
2493
|
-
"enum": [
|
|
2494
|
-
"read",
|
|
2495
|
-
"write"
|
|
2496
|
-
]
|
|
2497
|
-
},
|
|
2498
2490
|
"deployments": {
|
|
2499
2491
|
"type": "string",
|
|
2500
2492
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -2639,6 +2631,14 @@
|
|
|
2639
2631
|
"write"
|
|
2640
2632
|
]
|
|
2641
2633
|
},
|
|
2634
|
+
"organization_custom_roles": {
|
|
2635
|
+
"type": "string",
|
|
2636
|
+
"description": "The level of permission to grant the access token for custom roles management. This property is in beta and is subject to change.",
|
|
2637
|
+
"enum": [
|
|
2638
|
+
"read",
|
|
2639
|
+
"write"
|
|
2640
|
+
]
|
|
2641
|
+
},
|
|
2642
2642
|
"organization_hooks": {
|
|
2643
2643
|
"type": "string",
|
|
2644
2644
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
@@ -3284,14 +3284,6 @@
|
|
|
3284
3284
|
"write"
|
|
3285
3285
|
]
|
|
3286
3286
|
},
|
|
3287
|
-
"organization_custom_roles": {
|
|
3288
|
-
"type": "string",
|
|
3289
|
-
"description": "The level of permission to grant the access token for custom roles management.",
|
|
3290
|
-
"enum": [
|
|
3291
|
-
"read",
|
|
3292
|
-
"write"
|
|
3293
|
-
]
|
|
3294
|
-
},
|
|
3295
3287
|
"deployments": {
|
|
3296
3288
|
"type": "string",
|
|
3297
3289
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -3436,6 +3428,14 @@
|
|
|
3436
3428
|
"write"
|
|
3437
3429
|
]
|
|
3438
3430
|
},
|
|
3431
|
+
"organization_custom_roles": {
|
|
3432
|
+
"type": "string",
|
|
3433
|
+
"description": "The level of permission to grant the access token for custom roles management. This property is in beta and is subject to change.",
|
|
3434
|
+
"enum": [
|
|
3435
|
+
"read",
|
|
3436
|
+
"write"
|
|
3437
|
+
]
|
|
3438
|
+
},
|
|
3439
3439
|
"organization_hooks": {
|
|
3440
3440
|
"type": "string",
|
|
3441
3441
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
@@ -3945,14 +3945,6 @@
|
|
|
3945
3945
|
"write"
|
|
3946
3946
|
]
|
|
3947
3947
|
},
|
|
3948
|
-
"organization_custom_roles": {
|
|
3949
|
-
"type": "string",
|
|
3950
|
-
"description": "The level of permission to grant the access token for custom roles management.",
|
|
3951
|
-
"enum": [
|
|
3952
|
-
"read",
|
|
3953
|
-
"write"
|
|
3954
|
-
]
|
|
3955
|
-
},
|
|
3956
3948
|
"deployments": {
|
|
3957
3949
|
"type": "string",
|
|
3958
3950
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -4097,6 +4089,14 @@
|
|
|
4097
4089
|
"write"
|
|
4098
4090
|
]
|
|
4099
4091
|
},
|
|
4092
|
+
"organization_custom_roles": {
|
|
4093
|
+
"type": "string",
|
|
4094
|
+
"description": "The level of permission to grant the access token for custom roles management. This property is in beta and is subject to change.",
|
|
4095
|
+
"enum": [
|
|
4096
|
+
"read",
|
|
4097
|
+
"write"
|
|
4098
|
+
]
|
|
4099
|
+
},
|
|
4100
4100
|
"organization_hooks": {
|
|
4101
4101
|
"type": "string",
|
|
4102
4102
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
@@ -4238,14 +4238,6 @@
|
|
|
4238
4238
|
"write"
|
|
4239
4239
|
]
|
|
4240
4240
|
},
|
|
4241
|
-
"organization_custom_roles": {
|
|
4242
|
-
"type": "string",
|
|
4243
|
-
"description": "The level of permission to grant the access token for custom roles management.",
|
|
4244
|
-
"enum": [
|
|
4245
|
-
"read",
|
|
4246
|
-
"write"
|
|
4247
|
-
]
|
|
4248
|
-
},
|
|
4249
4241
|
"deployments": {
|
|
4250
4242
|
"type": "string",
|
|
4251
4243
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -4390,6 +4382,14 @@
|
|
|
4390
4382
|
"write"
|
|
4391
4383
|
]
|
|
4392
4384
|
},
|
|
4385
|
+
"organization_custom_roles": {
|
|
4386
|
+
"type": "string",
|
|
4387
|
+
"description": "The level of permission to grant the access token for custom roles management. This property is in beta and is subject to change.",
|
|
4388
|
+
"enum": [
|
|
4389
|
+
"read",
|
|
4390
|
+
"write"
|
|
4391
|
+
]
|
|
4392
|
+
},
|
|
4393
4393
|
"organization_hooks": {
|
|
4394
4394
|
"type": "string",
|
|
4395
4395
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
@@ -5559,6 +5559,11 @@
|
|
|
5559
5559
|
"description": "Whether to allow forking this repo",
|
|
5560
5560
|
"type": "boolean"
|
|
5561
5561
|
},
|
|
5562
|
+
"web_commit_signoff_required": {
|
|
5563
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
5564
|
+
"default": false,
|
|
5565
|
+
"type": "boolean"
|
|
5566
|
+
},
|
|
5562
5567
|
"subscribers_count": {
|
|
5563
5568
|
"type": "integer"
|
|
5564
5569
|
},
|
|
@@ -6541,14 +6546,6 @@
|
|
|
6541
6546
|
"write"
|
|
6542
6547
|
]
|
|
6543
6548
|
},
|
|
6544
|
-
"organization_custom_roles": {
|
|
6545
|
-
"type": "string",
|
|
6546
|
-
"description": "The level of permission to grant the access token for custom roles management.",
|
|
6547
|
-
"enum": [
|
|
6548
|
-
"read",
|
|
6549
|
-
"write"
|
|
6550
|
-
]
|
|
6551
|
-
},
|
|
6552
6549
|
"deployments": {
|
|
6553
6550
|
"type": "string",
|
|
6554
6551
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -6693,6 +6690,14 @@
|
|
|
6693
6690
|
"write"
|
|
6694
6691
|
]
|
|
6695
6692
|
},
|
|
6693
|
+
"organization_custom_roles": {
|
|
6694
|
+
"type": "string",
|
|
6695
|
+
"description": "The level of permission to grant the access token for custom roles management. This property is in beta and is subject to change.",
|
|
6696
|
+
"enum": [
|
|
6697
|
+
"read",
|
|
6698
|
+
"write"
|
|
6699
|
+
]
|
|
6700
|
+
},
|
|
6696
6701
|
"organization_hooks": {
|
|
6697
6702
|
"type": "string",
|
|
6698
6703
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
@@ -7392,14 +7397,6 @@
|
|
|
7392
7397
|
"write"
|
|
7393
7398
|
]
|
|
7394
7399
|
},
|
|
7395
|
-
"organization_custom_roles": {
|
|
7396
|
-
"type": "string",
|
|
7397
|
-
"description": "The level of permission to grant the access token for custom roles management.",
|
|
7398
|
-
"enum": [
|
|
7399
|
-
"read",
|
|
7400
|
-
"write"
|
|
7401
|
-
]
|
|
7402
|
-
},
|
|
7403
7400
|
"deployments": {
|
|
7404
7401
|
"type": "string",
|
|
7405
7402
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -7544,6 +7541,14 @@
|
|
|
7544
7541
|
"write"
|
|
7545
7542
|
]
|
|
7546
7543
|
},
|
|
7544
|
+
"organization_custom_roles": {
|
|
7545
|
+
"type": "string",
|
|
7546
|
+
"description": "The level of permission to grant the access token for custom roles management. This property is in beta and is subject to change.",
|
|
7547
|
+
"enum": [
|
|
7548
|
+
"read",
|
|
7549
|
+
"write"
|
|
7550
|
+
]
|
|
7551
|
+
},
|
|
7547
7552
|
"organization_hooks": {
|
|
7548
7553
|
"type": "string",
|
|
7549
7554
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
@@ -8167,14 +8172,6 @@
|
|
|
8167
8172
|
"write"
|
|
8168
8173
|
]
|
|
8169
8174
|
},
|
|
8170
|
-
"organization_custom_roles": {
|
|
8171
|
-
"type": "string",
|
|
8172
|
-
"description": "The level of permission to grant the access token for custom roles management.",
|
|
8173
|
-
"enum": [
|
|
8174
|
-
"read",
|
|
8175
|
-
"write"
|
|
8176
|
-
]
|
|
8177
|
-
},
|
|
8178
8175
|
"deployments": {
|
|
8179
8176
|
"type": "string",
|
|
8180
8177
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -8319,6 +8316,14 @@
|
|
|
8319
8316
|
"write"
|
|
8320
8317
|
]
|
|
8321
8318
|
},
|
|
8319
|
+
"organization_custom_roles": {
|
|
8320
|
+
"type": "string",
|
|
8321
|
+
"description": "The level of permission to grant the access token for custom roles management. This property is in beta and is subject to change.",
|
|
8322
|
+
"enum": [
|
|
8323
|
+
"read",
|
|
8324
|
+
"write"
|
|
8325
|
+
]
|
|
8326
|
+
},
|
|
8322
8327
|
"organization_hooks": {
|
|
8323
8328
|
"type": "string",
|
|
8324
8329
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
@@ -8650,14 +8655,6 @@
|
|
|
8650
8655
|
"write"
|
|
8651
8656
|
]
|
|
8652
8657
|
},
|
|
8653
|
-
"organization_custom_roles": {
|
|
8654
|
-
"type": "string",
|
|
8655
|
-
"description": "The level of permission to grant the access token for custom roles management.",
|
|
8656
|
-
"enum": [
|
|
8657
|
-
"read",
|
|
8658
|
-
"write"
|
|
8659
|
-
]
|
|
8660
|
-
},
|
|
8661
8658
|
"deployments": {
|
|
8662
8659
|
"type": "string",
|
|
8663
8660
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -8802,6 +8799,14 @@
|
|
|
8802
8799
|
"write"
|
|
8803
8800
|
]
|
|
8804
8801
|
},
|
|
8802
|
+
"organization_custom_roles": {
|
|
8803
|
+
"type": "string",
|
|
8804
|
+
"description": "The level of permission to grant the access token for custom roles management. This property is in beta and is subject to change.",
|
|
8805
|
+
"enum": [
|
|
8806
|
+
"read",
|
|
8807
|
+
"write"
|
|
8808
|
+
]
|
|
8809
|
+
},
|
|
8805
8810
|
"organization_hooks": {
|
|
8806
8811
|
"type": "string",
|
|
8807
8812
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
@@ -15985,6 +15990,11 @@
|
|
|
15985
15990
|
"description": "Whether to allow forking this repo",
|
|
15986
15991
|
"type": "boolean"
|
|
15987
15992
|
},
|
|
15993
|
+
"web_commit_signoff_required": {
|
|
15994
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
15995
|
+
"default": false,
|
|
15996
|
+
"type": "boolean"
|
|
15997
|
+
},
|
|
15988
15998
|
"subscribers_count": {
|
|
15989
15999
|
"type": "integer"
|
|
15990
16000
|
},
|
|
@@ -17264,6 +17274,11 @@
|
|
|
17264
17274
|
"description": "Whether to allow forking this repo",
|
|
17265
17275
|
"type": "boolean"
|
|
17266
17276
|
},
|
|
17277
|
+
"web_commit_signoff_required": {
|
|
17278
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
17279
|
+
"default": false,
|
|
17280
|
+
"type": "boolean"
|
|
17281
|
+
},
|
|
17267
17282
|
"subscribers_count": {
|
|
17268
17283
|
"type": "integer"
|
|
17269
17284
|
},
|
|
@@ -24132,6 +24147,11 @@
|
|
|
24132
24147
|
"description": "Whether to allow forking this repo",
|
|
24133
24148
|
"type": "boolean"
|
|
24134
24149
|
},
|
|
24150
|
+
"web_commit_signoff_required": {
|
|
24151
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
24152
|
+
"default": false,
|
|
24153
|
+
"type": "boolean"
|
|
24154
|
+
},
|
|
24135
24155
|
"subscribers_count": {
|
|
24136
24156
|
"type": "integer"
|
|
24137
24157
|
},
|
|
@@ -36760,6 +36780,11 @@
|
|
|
36760
36780
|
"description": "Whether to allow forking this repo",
|
|
36761
36781
|
"type": "boolean"
|
|
36762
36782
|
},
|
|
36783
|
+
"web_commit_signoff_required": {
|
|
36784
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
36785
|
+
"default": false,
|
|
36786
|
+
"type": "boolean"
|
|
36787
|
+
},
|
|
36763
36788
|
"subscribers_count": {
|
|
36764
36789
|
"type": "integer"
|
|
36765
36790
|
},
|
|
@@ -39220,6 +39245,11 @@
|
|
|
39220
39245
|
"description": "Whether to allow forking this repo",
|
|
39221
39246
|
"type": "boolean"
|
|
39222
39247
|
},
|
|
39248
|
+
"web_commit_signoff_required": {
|
|
39249
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
39250
|
+
"default": false,
|
|
39251
|
+
"type": "boolean"
|
|
39252
|
+
},
|
|
39223
39253
|
"subscribers_count": {
|
|
39224
39254
|
"type": "integer"
|
|
39225
39255
|
},
|
|
@@ -45062,6 +45092,11 @@
|
|
|
45062
45092
|
"description": "Whether to allow forking this repo",
|
|
45063
45093
|
"type": "boolean"
|
|
45064
45094
|
},
|
|
45095
|
+
"web_commit_signoff_required": {
|
|
45096
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
45097
|
+
"default": false,
|
|
45098
|
+
"type": "boolean"
|
|
45099
|
+
},
|
|
45065
45100
|
"subscribers_count": {
|
|
45066
45101
|
"type": "integer"
|
|
45067
45102
|
},
|
|
@@ -47806,6 +47841,11 @@
|
|
|
47806
47841
|
"description": "Whether to allow forking this repo",
|
|
47807
47842
|
"type": "boolean"
|
|
47808
47843
|
},
|
|
47844
|
+
"web_commit_signoff_required": {
|
|
47845
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
47846
|
+
"default": false,
|
|
47847
|
+
"type": "boolean"
|
|
47848
|
+
},
|
|
47809
47849
|
"subscribers_count": {
|
|
47810
47850
|
"type": "integer"
|
|
47811
47851
|
},
|
|
@@ -47985,6 +48025,10 @@
|
|
|
47985
48025
|
},
|
|
47986
48026
|
"allow_forking": {
|
|
47987
48027
|
"type": "boolean"
|
|
48028
|
+
},
|
|
48029
|
+
"web_commit_signoff_required": {
|
|
48030
|
+
"type": "boolean",
|
|
48031
|
+
"example": false
|
|
47988
48032
|
}
|
|
47989
48033
|
},
|
|
47990
48034
|
"required": [
|
|
@@ -50018,6 +50062,11 @@
|
|
|
50018
50062
|
"description": "Whether to allow forking this repo",
|
|
50019
50063
|
"type": "boolean"
|
|
50020
50064
|
},
|
|
50065
|
+
"web_commit_signoff_required": {
|
|
50066
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
50067
|
+
"default": false,
|
|
50068
|
+
"type": "boolean"
|
|
50069
|
+
},
|
|
50021
50070
|
"subscribers_count": {
|
|
50022
50071
|
"type": "integer"
|
|
50023
50072
|
},
|
|
@@ -50197,6 +50246,10 @@
|
|
|
50197
50246
|
},
|
|
50198
50247
|
"allow_forking": {
|
|
50199
50248
|
"type": "boolean"
|
|
50249
|
+
},
|
|
50250
|
+
"web_commit_signoff_required": {
|
|
50251
|
+
"type": "boolean",
|
|
50252
|
+
"example": false
|
|
50200
50253
|
}
|
|
50201
50254
|
},
|
|
50202
50255
|
"required": [
|
|
@@ -51152,7 +51205,7 @@
|
|
|
51152
51205
|
"/organizations/{organization_id}/custom_roles": {
|
|
51153
51206
|
"get": {
|
|
51154
51207
|
"summary": "List custom repository roles in an organization",
|
|
51155
|
-
"description": "List the custom repository roles available in this organization. In order to see custom\nrepository roles in an organization, the authenticated user must be an organization owner.\n\nFor more information on custom repository roles, see \"[Managing custom repository roles for an organization](https://docs.github.com/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization)\".",
|
|
51208
|
+
"description": "List the custom repository roles available in this organization. In order to see custom\nrepository roles in an organization, the authenticated user must be an organization owner.\n\nTo use this endpoint the authenticated user must be an administrator for the organization or of an repository of the organizaiton and must use an access token with `admin:org repo` scope.\nGitHub Apps must have the `organization_custom_roles:read` organization permission to use this endpoint.\n\nFor more information on custom repository roles, see \"[Managing custom repository roles for an organization](https://docs.github.com/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization)\".",
|
|
51156
51209
|
"tags": [
|
|
51157
51210
|
"orgs"
|
|
51158
51211
|
],
|
|
@@ -51494,9 +51547,43 @@
|
|
|
51494
51547
|
"example": false,
|
|
51495
51548
|
"nullable": true
|
|
51496
51549
|
},
|
|
51550
|
+
"web_commit_signoff_required": {
|
|
51551
|
+
"type": "boolean",
|
|
51552
|
+
"example": false
|
|
51553
|
+
},
|
|
51497
51554
|
"updated_at": {
|
|
51498
51555
|
"type": "string",
|
|
51499
51556
|
"format": "date-time"
|
|
51557
|
+
},
|
|
51558
|
+
"advanced_security_enabled_for_new_repositories": {
|
|
51559
|
+
"type": "boolean",
|
|
51560
|
+
"example": false,
|
|
51561
|
+
"description": "Whether GitHub Advanced Security is enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
|
|
51562
|
+
},
|
|
51563
|
+
"dependabot_alerts_enabled_for_new_repositories": {
|
|
51564
|
+
"type": "boolean",
|
|
51565
|
+
"example": false,
|
|
51566
|
+
"description": "Whether GitHub Advanced Security is automatically enabled for new repositories and repositories transferred to\nthis organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
|
|
51567
|
+
},
|
|
51568
|
+
"dependabot_security_updates_enabled_for_new_repositories": {
|
|
51569
|
+
"type": "boolean",
|
|
51570
|
+
"example": false,
|
|
51571
|
+
"description": "Whether dependabot security updates are automatically enabled for new repositories and repositories transferred\nto this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
|
|
51572
|
+
},
|
|
51573
|
+
"dependency_graph_enabled_for_new_repositories": {
|
|
51574
|
+
"type": "boolean",
|
|
51575
|
+
"example": false,
|
|
51576
|
+
"description": "Whether dependency graph is automatically enabled for new repositories and repositories transferred to this\norganization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
|
|
51577
|
+
},
|
|
51578
|
+
"secret_scanning_enabled_for_new_repositories": {
|
|
51579
|
+
"type": "boolean",
|
|
51580
|
+
"example": false,
|
|
51581
|
+
"description": "Whether secret scanning is automatically enabled for new repositories and repositories transferred to this\norganization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
|
|
51582
|
+
},
|
|
51583
|
+
"secret_scanning_push_protection_enabled_for_new_repositories": {
|
|
51584
|
+
"type": "boolean",
|
|
51585
|
+
"example": false,
|
|
51586
|
+
"description": "Whether secret scanning push protection is automatically enabled for new repositories and repositories\ntransferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
|
|
51500
51587
|
}
|
|
51501
51588
|
},
|
|
51502
51589
|
"required": [
|
|
@@ -51742,9 +51829,38 @@
|
|
|
51742
51829
|
"description": "Whether organization members can fork private organization repositories.",
|
|
51743
51830
|
"default": false
|
|
51744
51831
|
},
|
|
51832
|
+
"web_commit_signoff_required": {
|
|
51833
|
+
"type": "boolean",
|
|
51834
|
+
"description": "Whether contributors to organization repositories are required to sign off on commits they make through GitHub's web interface.",
|
|
51835
|
+
"default": false
|
|
51836
|
+
},
|
|
51745
51837
|
"blog": {
|
|
51746
51838
|
"type": "string",
|
|
51747
51839
|
"example": "\"http://github.blog\""
|
|
51840
|
+
},
|
|
51841
|
+
"advanced_security_enabled_for_new_repositories": {
|
|
51842
|
+
"type": "boolean",
|
|
51843
|
+
"description": "Whether GitHub Advanced Security is automatically enabled for new repositories.\n\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"[Managing security managers in your organization](https://docs.github.com/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization).\"\n\nYou can check which security and analysis features are currently enabled by using a `GET /orgs/{org}` request."
|
|
51844
|
+
},
|
|
51845
|
+
"dependabot_alerts_enabled_for_new_repositories": {
|
|
51846
|
+
"type": "boolean",
|
|
51847
|
+
"description": "Whether Dependabot alerts is automatically enabled for new repositories.\n\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"[Managing security managers in your organization](https://docs.github.com/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization).\"\n\nYou can check which security and analysis features are currently enabled by using a `GET /orgs/{org}` request."
|
|
51848
|
+
},
|
|
51849
|
+
"dependabot_security_updates_enabled_for_new_repositories": {
|
|
51850
|
+
"type": "boolean",
|
|
51851
|
+
"description": "Whether Dependabot security updates is automatically enabled for new repositories.\n\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"[Managing security managers in your organization](https://docs.github.com/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization).\"\n\nYou can check which security and analysis features are currently enabled by using a `GET /orgs/{org}` request."
|
|
51852
|
+
},
|
|
51853
|
+
"dependency_graph_enabled_for_new_repositories": {
|
|
51854
|
+
"type": "boolean",
|
|
51855
|
+
"description": "Whether dependency graph is automatically enabled for new repositories.\n\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"[Managing security managers in your organization](https://docs.github.com/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization).\"\n\nYou can check which security and analysis features are currently enabled by using a `GET /orgs/{org}` request."
|
|
51856
|
+
},
|
|
51857
|
+
"secret_scanning_enabled_for_new_repositories": {
|
|
51858
|
+
"type": "boolean",
|
|
51859
|
+
"description": "Whether secret scanning is automatically enabled for new repositories.\n\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"[Managing security managers in your organization](https://docs.github.com/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization).\"\n\nYou can check which security and analysis features are currently enabled by using a `GET /orgs/{org}` request."
|
|
51860
|
+
},
|
|
51861
|
+
"secret_scanning_push_protection_enabled_for_new_repositories": {
|
|
51862
|
+
"type": "boolean",
|
|
51863
|
+
"description": "Whether secret scanning push protection is automatically enabled for new repositories.\n\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"[Managing security managers in your organization](https://docs.github.com/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization).\"\n\nYou can check which security and analysis features are currently enabled by using a `GET /orgs/{org}` request."
|
|
51748
51864
|
}
|
|
51749
51865
|
}
|
|
51750
51866
|
},
|
|
@@ -51999,9 +52115,43 @@
|
|
|
51999
52115
|
"example": false,
|
|
52000
52116
|
"nullable": true
|
|
52001
52117
|
},
|
|
52118
|
+
"web_commit_signoff_required": {
|
|
52119
|
+
"type": "boolean",
|
|
52120
|
+
"example": false
|
|
52121
|
+
},
|
|
52002
52122
|
"updated_at": {
|
|
52003
52123
|
"type": "string",
|
|
52004
52124
|
"format": "date-time"
|
|
52125
|
+
},
|
|
52126
|
+
"advanced_security_enabled_for_new_repositories": {
|
|
52127
|
+
"type": "boolean",
|
|
52128
|
+
"example": false,
|
|
52129
|
+
"description": "Whether GitHub Advanced Security is enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
|
|
52130
|
+
},
|
|
52131
|
+
"dependabot_alerts_enabled_for_new_repositories": {
|
|
52132
|
+
"type": "boolean",
|
|
52133
|
+
"example": false,
|
|
52134
|
+
"description": "Whether GitHub Advanced Security is automatically enabled for new repositories and repositories transferred to\nthis organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
|
|
52135
|
+
},
|
|
52136
|
+
"dependabot_security_updates_enabled_for_new_repositories": {
|
|
52137
|
+
"type": "boolean",
|
|
52138
|
+
"example": false,
|
|
52139
|
+
"description": "Whether dependabot security updates are automatically enabled for new repositories and repositories transferred\nto this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
|
|
52140
|
+
},
|
|
52141
|
+
"dependency_graph_enabled_for_new_repositories": {
|
|
52142
|
+
"type": "boolean",
|
|
52143
|
+
"example": false,
|
|
52144
|
+
"description": "Whether dependency graph is automatically enabled for new repositories and repositories transferred to this\norganization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
|
|
52145
|
+
},
|
|
52146
|
+
"secret_scanning_enabled_for_new_repositories": {
|
|
52147
|
+
"type": "boolean",
|
|
52148
|
+
"example": false,
|
|
52149
|
+
"description": "Whether secret scanning is automatically enabled for new repositories and repositories transferred to this\norganization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
|
|
52150
|
+
},
|
|
52151
|
+
"secret_scanning_push_protection_enabled_for_new_repositories": {
|
|
52152
|
+
"type": "boolean",
|
|
52153
|
+
"example": false,
|
|
52154
|
+
"description": "Whether secret scanning push protection is automatically enabled for new repositories and repositories\ntransferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
|
|
52005
52155
|
}
|
|
52006
52156
|
},
|
|
52007
52157
|
"required": [
|
|
@@ -52082,6 +52232,7 @@
|
|
|
52082
52232
|
"members_can_create_public_pages": true,
|
|
52083
52233
|
"members_can_create_private_pages": true,
|
|
52084
52234
|
"members_can_fork_private_repositories": false,
|
|
52235
|
+
"web_commit_signoff_required": false,
|
|
52085
52236
|
"updated_at": "2014-03-03T18:58:10Z"
|
|
52086
52237
|
}
|
|
52087
52238
|
}
|
|
@@ -53933,6 +54084,11 @@
|
|
|
53933
54084
|
"description": "Whether to allow forking this repo",
|
|
53934
54085
|
"type": "boolean"
|
|
53935
54086
|
},
|
|
54087
|
+
"web_commit_signoff_required": {
|
|
54088
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
54089
|
+
"default": false,
|
|
54090
|
+
"type": "boolean"
|
|
54091
|
+
},
|
|
53936
54092
|
"subscribers_count": {
|
|
53937
54093
|
"type": "integer"
|
|
53938
54094
|
},
|
|
@@ -56964,6 +57120,11 @@
|
|
|
56964
57120
|
"description": "Whether to allow forking this repo",
|
|
56965
57121
|
"type": "boolean"
|
|
56966
57122
|
},
|
|
57123
|
+
"web_commit_signoff_required": {
|
|
57124
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
57125
|
+
"default": false,
|
|
57126
|
+
"type": "boolean"
|
|
57127
|
+
},
|
|
56967
57128
|
"subscribers_count": {
|
|
56968
57129
|
"type": "integer"
|
|
56969
57130
|
},
|
|
@@ -57143,6 +57304,10 @@
|
|
|
57143
57304
|
},
|
|
57144
57305
|
"allow_forking": {
|
|
57145
57306
|
"type": "boolean"
|
|
57307
|
+
},
|
|
57308
|
+
"web_commit_signoff_required": {
|
|
57309
|
+
"type": "boolean",
|
|
57310
|
+
"example": false
|
|
57146
57311
|
}
|
|
57147
57312
|
},
|
|
57148
57313
|
"required": [
|
|
@@ -59515,6 +59680,11 @@
|
|
|
59515
59680
|
"description": "Whether to allow forking this repo",
|
|
59516
59681
|
"type": "boolean"
|
|
59517
59682
|
},
|
|
59683
|
+
"web_commit_signoff_required": {
|
|
59684
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
59685
|
+
"default": false,
|
|
59686
|
+
"type": "boolean"
|
|
59687
|
+
},
|
|
59518
59688
|
"subscribers_count": {
|
|
59519
59689
|
"type": "integer"
|
|
59520
59690
|
},
|
|
@@ -60794,6 +60964,11 @@
|
|
|
60794
60964
|
"description": "Whether to allow forking this repo",
|
|
60795
60965
|
"type": "boolean"
|
|
60796
60966
|
},
|
|
60967
|
+
"web_commit_signoff_required": {
|
|
60968
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
60969
|
+
"default": false,
|
|
60970
|
+
"type": "boolean"
|
|
60971
|
+
},
|
|
60797
60972
|
"subscribers_count": {
|
|
60798
60973
|
"type": "integer"
|
|
60799
60974
|
},
|
|
@@ -64105,6 +64280,11 @@
|
|
|
64105
64280
|
"description": "Whether to allow forking this repo",
|
|
64106
64281
|
"type": "boolean"
|
|
64107
64282
|
},
|
|
64283
|
+
"web_commit_signoff_required": {
|
|
64284
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
64285
|
+
"default": false,
|
|
64286
|
+
"type": "boolean"
|
|
64287
|
+
},
|
|
64108
64288
|
"subscribers_count": {
|
|
64109
64289
|
"type": "integer"
|
|
64110
64290
|
},
|
|
@@ -64284,6 +64464,10 @@
|
|
|
64284
64464
|
},
|
|
64285
64465
|
"allow_forking": {
|
|
64286
64466
|
"type": "boolean"
|
|
64467
|
+
},
|
|
64468
|
+
"web_commit_signoff_required": {
|
|
64469
|
+
"type": "boolean",
|
|
64470
|
+
"example": false
|
|
64287
64471
|
}
|
|
64288
64472
|
},
|
|
64289
64473
|
"required": [
|
|
@@ -68439,6 +68623,11 @@
|
|
|
68439
68623
|
"description": "Whether to allow forking this repo",
|
|
68440
68624
|
"type": "boolean"
|
|
68441
68625
|
},
|
|
68626
|
+
"web_commit_signoff_required": {
|
|
68627
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
68628
|
+
"default": false,
|
|
68629
|
+
"type": "boolean"
|
|
68630
|
+
},
|
|
68442
68631
|
"subscribers_count": {
|
|
68443
68632
|
"type": "integer"
|
|
68444
68633
|
},
|
|
@@ -68618,6 +68807,10 @@
|
|
|
68618
68807
|
},
|
|
68619
68808
|
"allow_forking": {
|
|
68620
68809
|
"type": "boolean"
|
|
68810
|
+
},
|
|
68811
|
+
"web_commit_signoff_required": {
|
|
68812
|
+
"type": "boolean",
|
|
68813
|
+
"example": false
|
|
68621
68814
|
}
|
|
68622
68815
|
},
|
|
68623
68816
|
"required": [
|
|
@@ -68902,6 +69095,12 @@
|
|
|
68902
69095
|
"format": "date-time",
|
|
68903
69096
|
"example": "2011-01-26T20:01:12Z",
|
|
68904
69097
|
"nullable": true
|
|
69098
|
+
},
|
|
69099
|
+
"last_known_stop_notice": {
|
|
69100
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
69101
|
+
"type": "string",
|
|
69102
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
69103
|
+
"nullable": true
|
|
68905
69104
|
}
|
|
68906
69105
|
},
|
|
68907
69106
|
"required": [
|
|
@@ -71835,6 +72034,11 @@
|
|
|
71835
72034
|
"description": "Whether to allow forking this repo",
|
|
71836
72035
|
"type": "boolean"
|
|
71837
72036
|
},
|
|
72037
|
+
"web_commit_signoff_required": {
|
|
72038
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
72039
|
+
"default": false,
|
|
72040
|
+
"type": "boolean"
|
|
72041
|
+
},
|
|
71838
72042
|
"subscribers_count": {
|
|
71839
72043
|
"type": "integer"
|
|
71840
72044
|
},
|
|
@@ -72014,6 +72218,10 @@
|
|
|
72014
72218
|
},
|
|
72015
72219
|
"allow_forking": {
|
|
72016
72220
|
"type": "boolean"
|
|
72221
|
+
},
|
|
72222
|
+
"web_commit_signoff_required": {
|
|
72223
|
+
"type": "boolean",
|
|
72224
|
+
"example": false
|
|
72017
72225
|
}
|
|
72018
72226
|
},
|
|
72019
72227
|
"required": [
|
|
@@ -74477,6 +74685,11 @@
|
|
|
74477
74685
|
"description": "Whether to allow forking this repo",
|
|
74478
74686
|
"type": "boolean"
|
|
74479
74687
|
},
|
|
74688
|
+
"web_commit_signoff_required": {
|
|
74689
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
74690
|
+
"default": false,
|
|
74691
|
+
"type": "boolean"
|
|
74692
|
+
},
|
|
74480
74693
|
"subscribers_count": {
|
|
74481
74694
|
"type": "integer"
|
|
74482
74695
|
},
|
|
@@ -78800,14 +79013,6 @@
|
|
|
78800
79013
|
"write"
|
|
78801
79014
|
]
|
|
78802
79015
|
},
|
|
78803
|
-
"organization_custom_roles": {
|
|
78804
|
-
"type": "string",
|
|
78805
|
-
"description": "The level of permission to grant the access token for custom roles management.",
|
|
78806
|
-
"enum": [
|
|
78807
|
-
"read",
|
|
78808
|
-
"write"
|
|
78809
|
-
]
|
|
78810
|
-
},
|
|
78811
79016
|
"deployments": {
|
|
78812
79017
|
"type": "string",
|
|
78813
79018
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -78952,6 +79157,14 @@
|
|
|
78952
79157
|
"write"
|
|
78953
79158
|
]
|
|
78954
79159
|
},
|
|
79160
|
+
"organization_custom_roles": {
|
|
79161
|
+
"type": "string",
|
|
79162
|
+
"description": "The level of permission to grant the access token for custom roles management. This property is in beta and is subject to change.",
|
|
79163
|
+
"enum": [
|
|
79164
|
+
"read",
|
|
79165
|
+
"write"
|
|
79166
|
+
]
|
|
79167
|
+
},
|
|
78955
79168
|
"organization_hooks": {
|
|
78956
79169
|
"type": "string",
|
|
78957
79170
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
@@ -79611,14 +79824,6 @@
|
|
|
79611
79824
|
"write"
|
|
79612
79825
|
]
|
|
79613
79826
|
},
|
|
79614
|
-
"organization_custom_roles": {
|
|
79615
|
-
"type": "string",
|
|
79616
|
-
"description": "The level of permission to grant the access token for custom roles management.",
|
|
79617
|
-
"enum": [
|
|
79618
|
-
"read",
|
|
79619
|
-
"write"
|
|
79620
|
-
]
|
|
79621
|
-
},
|
|
79622
79827
|
"deployments": {
|
|
79623
79828
|
"type": "string",
|
|
79624
79829
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -79763,6 +79968,14 @@
|
|
|
79763
79968
|
"write"
|
|
79764
79969
|
]
|
|
79765
79970
|
},
|
|
79971
|
+
"organization_custom_roles": {
|
|
79972
|
+
"type": "string",
|
|
79973
|
+
"description": "The level of permission to grant the access token for custom roles management. This property is in beta and is subject to change.",
|
|
79974
|
+
"enum": [
|
|
79975
|
+
"read",
|
|
79976
|
+
"write"
|
|
79977
|
+
]
|
|
79978
|
+
},
|
|
79766
79979
|
"organization_hooks": {
|
|
79767
79980
|
"type": "string",
|
|
79768
79981
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
@@ -83652,6 +83865,11 @@
|
|
|
83652
83865
|
"description": "Whether to allow forking this repo",
|
|
83653
83866
|
"type": "boolean"
|
|
83654
83867
|
},
|
|
83868
|
+
"web_commit_signoff_required": {
|
|
83869
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
83870
|
+
"default": false,
|
|
83871
|
+
"type": "boolean"
|
|
83872
|
+
},
|
|
83655
83873
|
"subscribers_count": {
|
|
83656
83874
|
"type": "integer"
|
|
83657
83875
|
},
|
|
@@ -86854,6 +87072,11 @@
|
|
|
86854
87072
|
"description": "Whether to allow forking this repo",
|
|
86855
87073
|
"type": "boolean"
|
|
86856
87074
|
},
|
|
87075
|
+
"web_commit_signoff_required": {
|
|
87076
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
87077
|
+
"default": false,
|
|
87078
|
+
"type": "boolean"
|
|
87079
|
+
},
|
|
86857
87080
|
"subscribers_count": {
|
|
86858
87081
|
"type": "integer"
|
|
86859
87082
|
},
|
|
@@ -87033,6 +87256,10 @@
|
|
|
87033
87256
|
},
|
|
87034
87257
|
"allow_forking": {
|
|
87035
87258
|
"type": "boolean"
|
|
87259
|
+
},
|
|
87260
|
+
"web_commit_signoff_required": {
|
|
87261
|
+
"type": "boolean",
|
|
87262
|
+
"example": false
|
|
87036
87263
|
}
|
|
87037
87264
|
},
|
|
87038
87265
|
"required": [
|
|
@@ -87317,6 +87544,12 @@
|
|
|
87317
87544
|
"format": "date-time",
|
|
87318
87545
|
"example": "2011-01-26T20:01:12Z",
|
|
87319
87546
|
"nullable": true
|
|
87547
|
+
},
|
|
87548
|
+
"last_known_stop_notice": {
|
|
87549
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
87550
|
+
"type": "string",
|
|
87551
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
87552
|
+
"nullable": true
|
|
87320
87553
|
}
|
|
87321
87554
|
},
|
|
87322
87555
|
"required": [
|
|
@@ -89883,6 +90116,11 @@
|
|
|
89883
90116
|
"description": "Whether to allow forking this repo",
|
|
89884
90117
|
"type": "boolean"
|
|
89885
90118
|
},
|
|
90119
|
+
"web_commit_signoff_required": {
|
|
90120
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
90121
|
+
"default": false,
|
|
90122
|
+
"type": "boolean"
|
|
90123
|
+
},
|
|
89886
90124
|
"subscribers_count": {
|
|
89887
90125
|
"type": "integer"
|
|
89888
90126
|
},
|
|
@@ -91569,6 +91807,11 @@
|
|
|
91569
91807
|
"description": "Whether to allow forking this repo",
|
|
91570
91808
|
"type": "boolean"
|
|
91571
91809
|
},
|
|
91810
|
+
"web_commit_signoff_required": {
|
|
91811
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
91812
|
+
"default": false,
|
|
91813
|
+
"type": "boolean"
|
|
91814
|
+
},
|
|
91572
91815
|
"subscribers_count": {
|
|
91573
91816
|
"type": "integer"
|
|
91574
91817
|
},
|
|
@@ -93284,6 +93527,11 @@
|
|
|
93284
93527
|
"description": "Whether to allow forking this repo",
|
|
93285
93528
|
"type": "boolean"
|
|
93286
93529
|
},
|
|
93530
|
+
"web_commit_signoff_required": {
|
|
93531
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
93532
|
+
"default": false,
|
|
93533
|
+
"type": "boolean"
|
|
93534
|
+
},
|
|
93287
93535
|
"subscribers_count": {
|
|
93288
93536
|
"type": "integer"
|
|
93289
93537
|
},
|
|
@@ -95431,6 +95679,11 @@
|
|
|
95431
95679
|
"description": "Whether to allow forking this repo",
|
|
95432
95680
|
"type": "boolean"
|
|
95433
95681
|
},
|
|
95682
|
+
"web_commit_signoff_required": {
|
|
95683
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
95684
|
+
"default": false,
|
|
95685
|
+
"type": "boolean"
|
|
95686
|
+
},
|
|
95434
95687
|
"subscribers_count": {
|
|
95435
95688
|
"type": "integer"
|
|
95436
95689
|
},
|
|
@@ -95610,6 +95863,10 @@
|
|
|
95610
95863
|
},
|
|
95611
95864
|
"allow_forking": {
|
|
95612
95865
|
"type": "boolean"
|
|
95866
|
+
},
|
|
95867
|
+
"web_commit_signoff_required": {
|
|
95868
|
+
"type": "boolean",
|
|
95869
|
+
"example": false
|
|
95613
95870
|
}
|
|
95614
95871
|
},
|
|
95615
95872
|
"required": [
|
|
@@ -97991,6 +98248,11 @@
|
|
|
97991
98248
|
"description": "Whether to allow forking this repo",
|
|
97992
98249
|
"type": "boolean"
|
|
97993
98250
|
},
|
|
98251
|
+
"web_commit_signoff_required": {
|
|
98252
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
98253
|
+
"default": false,
|
|
98254
|
+
"type": "boolean"
|
|
98255
|
+
},
|
|
97994
98256
|
"subscribers_count": {
|
|
97995
98257
|
"type": "integer"
|
|
97996
98258
|
},
|
|
@@ -98170,6 +98432,10 @@
|
|
|
98170
98432
|
},
|
|
98171
98433
|
"allow_forking": {
|
|
98172
98434
|
"type": "boolean"
|
|
98435
|
+
},
|
|
98436
|
+
"web_commit_signoff_required": {
|
|
98437
|
+
"type": "boolean",
|
|
98438
|
+
"example": false
|
|
98173
98439
|
}
|
|
98174
98440
|
},
|
|
98175
98441
|
"required": [
|
|
@@ -100122,6 +100388,11 @@
|
|
|
100122
100388
|
"description": "Whether to allow forking this repo",
|
|
100123
100389
|
"type": "boolean"
|
|
100124
100390
|
},
|
|
100391
|
+
"web_commit_signoff_required": {
|
|
100392
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
100393
|
+
"default": false,
|
|
100394
|
+
"type": "boolean"
|
|
100395
|
+
},
|
|
100125
100396
|
"subscribers_count": {
|
|
100126
100397
|
"type": "integer"
|
|
100127
100398
|
},
|
|
@@ -100301,6 +100572,10 @@
|
|
|
100301
100572
|
},
|
|
100302
100573
|
"allow_forking": {
|
|
100303
100574
|
"type": "boolean"
|
|
100575
|
+
},
|
|
100576
|
+
"web_commit_signoff_required": {
|
|
100577
|
+
"type": "boolean",
|
|
100578
|
+
"example": false
|
|
100304
100579
|
}
|
|
100305
100580
|
},
|
|
100306
100581
|
"required": [
|
|
@@ -104367,6 +104642,11 @@
|
|
|
104367
104642
|
"description": "Whether to allow forking this repo",
|
|
104368
104643
|
"type": "boolean"
|
|
104369
104644
|
},
|
|
104645
|
+
"web_commit_signoff_required": {
|
|
104646
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
104647
|
+
"default": false,
|
|
104648
|
+
"type": "boolean"
|
|
104649
|
+
},
|
|
104370
104650
|
"subscribers_count": {
|
|
104371
104651
|
"type": "integer"
|
|
104372
104652
|
},
|
|
@@ -104546,6 +104826,10 @@
|
|
|
104546
104826
|
},
|
|
104547
104827
|
"allow_forking": {
|
|
104548
104828
|
"type": "boolean"
|
|
104829
|
+
},
|
|
104830
|
+
"web_commit_signoff_required": {
|
|
104831
|
+
"type": "boolean",
|
|
104832
|
+
"example": false
|
|
104549
104833
|
}
|
|
104550
104834
|
},
|
|
104551
104835
|
"required": [
|
|
@@ -105998,6 +106282,11 @@
|
|
|
105998
106282
|
"description": "Whether to allow forking this repo",
|
|
105999
106283
|
"type": "boolean"
|
|
106000
106284
|
},
|
|
106285
|
+
"web_commit_signoff_required": {
|
|
106286
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
106287
|
+
"default": false,
|
|
106288
|
+
"type": "boolean"
|
|
106289
|
+
},
|
|
106001
106290
|
"subscribers_count": {
|
|
106002
106291
|
"type": "integer"
|
|
106003
106292
|
},
|
|
@@ -108859,8 +109148,8 @@
|
|
|
108859
109148
|
"example": "2017-08-17T12:37:15Z"
|
|
108860
109149
|
},
|
|
108861
109150
|
"organization": {
|
|
108862
|
-
"title": "Organization
|
|
108863
|
-
"description": "Organization
|
|
109151
|
+
"title": "Team Organization",
|
|
109152
|
+
"description": "Team Organization",
|
|
108864
109153
|
"type": "object",
|
|
108865
109154
|
"properties": {
|
|
108866
109155
|
"login": {
|
|
@@ -109085,6 +109374,10 @@
|
|
|
109085
109374
|
"example": false,
|
|
109086
109375
|
"nullable": true
|
|
109087
109376
|
},
|
|
109377
|
+
"web_commit_signoff_required": {
|
|
109378
|
+
"type": "boolean",
|
|
109379
|
+
"example": false
|
|
109380
|
+
},
|
|
109088
109381
|
"updated_at": {
|
|
109089
109382
|
"type": "string",
|
|
109090
109383
|
"format": "date-time"
|
|
@@ -109496,8 +109789,8 @@
|
|
|
109496
109789
|
"example": "2017-08-17T12:37:15Z"
|
|
109497
109790
|
},
|
|
109498
109791
|
"organization": {
|
|
109499
|
-
"title": "Organization
|
|
109500
|
-
"description": "Organization
|
|
109792
|
+
"title": "Team Organization",
|
|
109793
|
+
"description": "Team Organization",
|
|
109501
109794
|
"type": "object",
|
|
109502
109795
|
"properties": {
|
|
109503
109796
|
"login": {
|
|
@@ -109722,6 +110015,10 @@
|
|
|
109722
110015
|
"example": false,
|
|
109723
110016
|
"nullable": true
|
|
109724
110017
|
},
|
|
110018
|
+
"web_commit_signoff_required": {
|
|
110019
|
+
"type": "boolean",
|
|
110020
|
+
"example": false
|
|
110021
|
+
},
|
|
109725
110022
|
"updated_at": {
|
|
109726
110023
|
"type": "string",
|
|
109727
110024
|
"format": "date-time"
|
|
@@ -110114,8 +110411,8 @@
|
|
|
110114
110411
|
"example": "2017-08-17T12:37:15Z"
|
|
110115
110412
|
},
|
|
110116
110413
|
"organization": {
|
|
110117
|
-
"title": "Organization
|
|
110118
|
-
"description": "Organization
|
|
110414
|
+
"title": "Team Organization",
|
|
110415
|
+
"description": "Team Organization",
|
|
110119
110416
|
"type": "object",
|
|
110120
110417
|
"properties": {
|
|
110121
110418
|
"login": {
|
|
@@ -110340,6 +110637,10 @@
|
|
|
110340
110637
|
"example": false,
|
|
110341
110638
|
"nullable": true
|
|
110342
110639
|
},
|
|
110640
|
+
"web_commit_signoff_required": {
|
|
110641
|
+
"type": "boolean",
|
|
110642
|
+
"example": false
|
|
110643
|
+
},
|
|
110343
110644
|
"updated_at": {
|
|
110344
110645
|
"type": "string",
|
|
110345
110646
|
"format": "date-time"
|
|
@@ -119088,6 +119389,11 @@
|
|
|
119088
119389
|
"description": "Whether to allow forking this repo",
|
|
119089
119390
|
"type": "boolean"
|
|
119090
119391
|
},
|
|
119392
|
+
"web_commit_signoff_required": {
|
|
119393
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
119394
|
+
"default": false,
|
|
119395
|
+
"type": "boolean"
|
|
119396
|
+
},
|
|
119091
119397
|
"subscribers_count": {
|
|
119092
119398
|
"type": "integer"
|
|
119093
119399
|
},
|
|
@@ -119267,6 +119573,10 @@
|
|
|
119267
119573
|
},
|
|
119268
119574
|
"allow_forking": {
|
|
119269
119575
|
"type": "boolean"
|
|
119576
|
+
},
|
|
119577
|
+
"web_commit_signoff_required": {
|
|
119578
|
+
"type": "boolean",
|
|
119579
|
+
"example": false
|
|
119270
119580
|
}
|
|
119271
119581
|
},
|
|
119272
119582
|
"required": [
|
|
@@ -121125,6 +121435,11 @@
|
|
|
121125
121435
|
"description": "Whether to allow forking this repo",
|
|
121126
121436
|
"type": "boolean"
|
|
121127
121437
|
},
|
|
121438
|
+
"web_commit_signoff_required": {
|
|
121439
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
121440
|
+
"default": false,
|
|
121441
|
+
"type": "boolean"
|
|
121442
|
+
},
|
|
121128
121443
|
"subscribers_count": {
|
|
121129
121444
|
"type": "integer"
|
|
121130
121445
|
},
|
|
@@ -121255,6 +121570,12 @@
|
|
|
121255
121570
|
"type": "boolean",
|
|
121256
121571
|
"example": false
|
|
121257
121572
|
},
|
|
121573
|
+
"web_commit_signoff_required": {
|
|
121574
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
121575
|
+
"default": false,
|
|
121576
|
+
"type": "boolean",
|
|
121577
|
+
"example": false
|
|
121578
|
+
},
|
|
121258
121579
|
"subscribers_count": {
|
|
121259
121580
|
"type": "integer"
|
|
121260
121581
|
},
|
|
@@ -122347,6 +122668,77 @@
|
|
|
122347
122668
|
"x-octokit": {}
|
|
122348
122669
|
}
|
|
122349
122670
|
},
|
|
122671
|
+
"/orgs/{org}/{security_product}/{enablement}": {
|
|
122672
|
+
"post": {
|
|
122673
|
+
"summary": "Enable or disable a security feature for an organization",
|
|
122674
|
+
"description": "Enables or disables the specified security feature for all repositories in an organization.\n\nTo use this endpoint, you must be an organization owner or be member of a team with the security manager role.\nA token with the 'write:org' scope is also required.\n\nGitHub Apps must have the `organization_administration:write` permission to use this endpoint.\n\nFor more information, see \"[Managing security managers in your organization](https://docs.github.com/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization).\"",
|
|
122675
|
+
"tags": [
|
|
122676
|
+
"orgs"
|
|
122677
|
+
],
|
|
122678
|
+
"operationId": "orgs/enable-or-disable-security-product-on-all-org-repos",
|
|
122679
|
+
"externalDocs": {
|
|
122680
|
+
"description": "API method documentation",
|
|
122681
|
+
"url": "https://docs.github.com/rest/reference/orgs#enable-or-disable-security-product-on-all-org-repos"
|
|
122682
|
+
},
|
|
122683
|
+
"parameters": [
|
|
122684
|
+
{
|
|
122685
|
+
"name": "org",
|
|
122686
|
+
"description": "The organization name. The name is not case sensitive.",
|
|
122687
|
+
"in": "path",
|
|
122688
|
+
"required": true,
|
|
122689
|
+
"schema": {
|
|
122690
|
+
"type": "string"
|
|
122691
|
+
}
|
|
122692
|
+
},
|
|
122693
|
+
{
|
|
122694
|
+
"name": "security_product",
|
|
122695
|
+
"in": "path",
|
|
122696
|
+
"description": "The security feature to enable or disable.",
|
|
122697
|
+
"required": true,
|
|
122698
|
+
"schema": {
|
|
122699
|
+
"type": "string",
|
|
122700
|
+
"enum": [
|
|
122701
|
+
"dependency_graph",
|
|
122702
|
+
"dependabot_alerts",
|
|
122703
|
+
"dependabot_security_updates",
|
|
122704
|
+
"advanced_security",
|
|
122705
|
+
"secret_scanning",
|
|
122706
|
+
"secret_scanning_push_protection"
|
|
122707
|
+
]
|
|
122708
|
+
}
|
|
122709
|
+
},
|
|
122710
|
+
{
|
|
122711
|
+
"name": "enablement",
|
|
122712
|
+
"in": "path",
|
|
122713
|
+
"description": "The action to take.\n\n`enable_all` means to enable the specified security feature for all repositories in the organization.\n`disable_all` means to disable the specified security feature for all repositories in the organization.",
|
|
122714
|
+
"required": true,
|
|
122715
|
+
"schema": {
|
|
122716
|
+
"type": "string",
|
|
122717
|
+
"enum": [
|
|
122718
|
+
"enable_all",
|
|
122719
|
+
"disable_all"
|
|
122720
|
+
]
|
|
122721
|
+
}
|
|
122722
|
+
}
|
|
122723
|
+
],
|
|
122724
|
+
"responses": {
|
|
122725
|
+
"204": {
|
|
122726
|
+
"description": "Action started"
|
|
122727
|
+
},
|
|
122728
|
+
"422": {
|
|
122729
|
+
"description": "The action could not be taken due to an in progress enablement, or a policy is preventing enablement"
|
|
122730
|
+
}
|
|
122731
|
+
},
|
|
122732
|
+
"x-github": {
|
|
122733
|
+
"githubCloudOnly": false,
|
|
122734
|
+
"enabledForGitHubApps": true,
|
|
122735
|
+
"previews": [],
|
|
122736
|
+
"category": "orgs",
|
|
122737
|
+
"subcategory": "orgs"
|
|
122738
|
+
},
|
|
122739
|
+
"x-octokit": {}
|
|
122740
|
+
}
|
|
122741
|
+
},
|
|
122350
122742
|
"/projects/columns/cards/{card_id}": {
|
|
122351
122743
|
"get": {
|
|
122352
122744
|
"summary": "Get a project card",
|
|
@@ -129495,6 +129887,11 @@
|
|
|
129495
129887
|
"description": "Whether to allow forking this repo",
|
|
129496
129888
|
"type": "boolean"
|
|
129497
129889
|
},
|
|
129890
|
+
"web_commit_signoff_required": {
|
|
129891
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
129892
|
+
"default": false,
|
|
129893
|
+
"type": "boolean"
|
|
129894
|
+
},
|
|
129498
129895
|
"subscribers_count": {
|
|
129499
129896
|
"type": "integer"
|
|
129500
129897
|
},
|
|
@@ -129662,6 +130059,10 @@
|
|
|
129662
130059
|
"type": "boolean",
|
|
129663
130060
|
"example": true
|
|
129664
130061
|
},
|
|
130062
|
+
"web_commit_signoff_required": {
|
|
130063
|
+
"type": "boolean",
|
|
130064
|
+
"example": false
|
|
130065
|
+
},
|
|
129665
130066
|
"subscribers_count": {
|
|
129666
130067
|
"type": "integer",
|
|
129667
130068
|
"example": 42
|
|
@@ -130920,6 +131321,11 @@
|
|
|
130920
131321
|
"description": "Whether to allow forking this repo",
|
|
130921
131322
|
"type": "boolean"
|
|
130922
131323
|
},
|
|
131324
|
+
"web_commit_signoff_required": {
|
|
131325
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
131326
|
+
"default": false,
|
|
131327
|
+
"type": "boolean"
|
|
131328
|
+
},
|
|
130923
131329
|
"subscribers_count": {
|
|
130924
131330
|
"type": "integer"
|
|
130925
131331
|
},
|
|
@@ -132104,6 +132510,11 @@
|
|
|
132104
132510
|
"description": "Whether to allow forking this repo",
|
|
132105
132511
|
"type": "boolean"
|
|
132106
132512
|
},
|
|
132513
|
+
"web_commit_signoff_required": {
|
|
132514
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
132515
|
+
"default": false,
|
|
132516
|
+
"type": "boolean"
|
|
132517
|
+
},
|
|
132107
132518
|
"subscribers_count": {
|
|
132108
132519
|
"type": "integer"
|
|
132109
132520
|
},
|
|
@@ -133175,6 +133586,11 @@
|
|
|
133175
133586
|
"type": "boolean",
|
|
133176
133587
|
"description": "Either `true` to allow private forks, or `false` to prevent private forks.",
|
|
133177
133588
|
"default": false
|
|
133589
|
+
},
|
|
133590
|
+
"web_commit_signoff_required": {
|
|
133591
|
+
"type": "boolean",
|
|
133592
|
+
"description": "Either `true` to require contributors to sign off on web-based commits, or `false` to not require contributors to sign off on web-based commits.",
|
|
133593
|
+
"default": false
|
|
133178
133594
|
}
|
|
133179
133595
|
}
|
|
133180
133596
|
},
|
|
@@ -134753,6 +135169,11 @@
|
|
|
134753
135169
|
"description": "Whether to allow forking this repo",
|
|
134754
135170
|
"type": "boolean"
|
|
134755
135171
|
},
|
|
135172
|
+
"web_commit_signoff_required": {
|
|
135173
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
135174
|
+
"default": false,
|
|
135175
|
+
"type": "boolean"
|
|
135176
|
+
},
|
|
134756
135177
|
"subscribers_count": {
|
|
134757
135178
|
"type": "integer"
|
|
134758
135179
|
},
|
|
@@ -134920,6 +135341,10 @@
|
|
|
134920
135341
|
"type": "boolean",
|
|
134921
135342
|
"example": true
|
|
134922
135343
|
},
|
|
135344
|
+
"web_commit_signoff_required": {
|
|
135345
|
+
"type": "boolean",
|
|
135346
|
+
"example": false
|
|
135347
|
+
},
|
|
134923
135348
|
"subscribers_count": {
|
|
134924
135349
|
"type": "integer",
|
|
134925
135350
|
"example": 42
|
|
@@ -136178,6 +136603,11 @@
|
|
|
136178
136603
|
"description": "Whether to allow forking this repo",
|
|
136179
136604
|
"type": "boolean"
|
|
136180
136605
|
},
|
|
136606
|
+
"web_commit_signoff_required": {
|
|
136607
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
136608
|
+
"default": false,
|
|
136609
|
+
"type": "boolean"
|
|
136610
|
+
},
|
|
136181
136611
|
"subscribers_count": {
|
|
136182
136612
|
"type": "integer"
|
|
136183
136613
|
},
|
|
@@ -137362,6 +137792,11 @@
|
|
|
137362
137792
|
"description": "Whether to allow forking this repo",
|
|
137363
137793
|
"type": "boolean"
|
|
137364
137794
|
},
|
|
137795
|
+
"web_commit_signoff_required": {
|
|
137796
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
137797
|
+
"default": false,
|
|
137798
|
+
"type": "boolean"
|
|
137799
|
+
},
|
|
137365
137800
|
"subscribers_count": {
|
|
137366
137801
|
"type": "integer"
|
|
137367
137802
|
},
|
|
@@ -137872,6 +138307,7 @@
|
|
|
137872
138307
|
"delete_branch_on_merge": true,
|
|
137873
138308
|
"allow_merge_commit": true,
|
|
137874
138309
|
"allow_forking": true,
|
|
138310
|
+
"web_commit_signoff_required": false,
|
|
137875
138311
|
"subscribers_count": 42,
|
|
137876
138312
|
"network_count": 0,
|
|
137877
138313
|
"organization": {
|
|
@@ -142494,6 +142930,11 @@
|
|
|
142494
142930
|
"description": "Whether to allow forking this repo",
|
|
142495
142931
|
"type": "boolean"
|
|
142496
142932
|
},
|
|
142933
|
+
"web_commit_signoff_required": {
|
|
142934
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
142935
|
+
"default": false,
|
|
142936
|
+
"type": "boolean"
|
|
142937
|
+
},
|
|
142497
142938
|
"subscribers_count": {
|
|
142498
142939
|
"type": "integer"
|
|
142499
142940
|
},
|
|
@@ -143782,6 +144223,11 @@
|
|
|
143782
144223
|
"description": "Whether to allow forking this repo",
|
|
143783
144224
|
"type": "boolean"
|
|
143784
144225
|
},
|
|
144226
|
+
"web_commit_signoff_required": {
|
|
144227
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
144228
|
+
"default": false,
|
|
144229
|
+
"type": "boolean"
|
|
144230
|
+
},
|
|
143785
144231
|
"subscribers_count": {
|
|
143786
144232
|
"type": "integer"
|
|
143787
144233
|
},
|
|
@@ -147287,6 +147733,11 @@
|
|
|
147287
147733
|
"description": "Whether to allow forking this repo",
|
|
147288
147734
|
"type": "boolean"
|
|
147289
147735
|
},
|
|
147736
|
+
"web_commit_signoff_required": {
|
|
147737
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
147738
|
+
"default": false,
|
|
147739
|
+
"type": "boolean"
|
|
147740
|
+
},
|
|
147290
147741
|
"subscribers_count": {
|
|
147291
147742
|
"type": "integer"
|
|
147292
147743
|
},
|
|
@@ -147466,6 +147917,10 @@
|
|
|
147466
147917
|
},
|
|
147467
147918
|
"allow_forking": {
|
|
147468
147919
|
"type": "boolean"
|
|
147920
|
+
},
|
|
147921
|
+
"web_commit_signoff_required": {
|
|
147922
|
+
"type": "boolean",
|
|
147923
|
+
"example": false
|
|
147469
147924
|
}
|
|
147470
147925
|
},
|
|
147471
147926
|
"required": [
|
|
@@ -149040,6 +149495,11 @@
|
|
|
149040
149495
|
"description": "Whether to allow forking this repo",
|
|
149041
149496
|
"type": "boolean"
|
|
149042
149497
|
},
|
|
149498
|
+
"web_commit_signoff_required": {
|
|
149499
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
149500
|
+
"default": false,
|
|
149501
|
+
"type": "boolean"
|
|
149502
|
+
},
|
|
149043
149503
|
"subscribers_count": {
|
|
149044
149504
|
"type": "integer"
|
|
149045
149505
|
},
|
|
@@ -149219,6 +149679,10 @@
|
|
|
149219
149679
|
},
|
|
149220
149680
|
"allow_forking": {
|
|
149221
149681
|
"type": "boolean"
|
|
149682
|
+
},
|
|
149683
|
+
"web_commit_signoff_required": {
|
|
149684
|
+
"type": "boolean",
|
|
149685
|
+
"example": false
|
|
149222
149686
|
}
|
|
149223
149687
|
},
|
|
149224
149688
|
"required": [
|
|
@@ -151689,6 +152153,11 @@
|
|
|
151689
152153
|
"description": "Whether to allow forking this repo",
|
|
151690
152154
|
"type": "boolean"
|
|
151691
152155
|
},
|
|
152156
|
+
"web_commit_signoff_required": {
|
|
152157
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
152158
|
+
"default": false,
|
|
152159
|
+
"type": "boolean"
|
|
152160
|
+
},
|
|
151692
152161
|
"subscribers_count": {
|
|
151693
152162
|
"type": "integer"
|
|
151694
152163
|
},
|
|
@@ -151868,6 +152337,10 @@
|
|
|
151868
152337
|
},
|
|
151869
152338
|
"allow_forking": {
|
|
151870
152339
|
"type": "boolean"
|
|
152340
|
+
},
|
|
152341
|
+
"web_commit_signoff_required": {
|
|
152342
|
+
"type": "boolean",
|
|
152343
|
+
"example": false
|
|
151871
152344
|
}
|
|
151872
152345
|
},
|
|
151873
152346
|
"required": [
|
|
@@ -153442,6 +153915,11 @@
|
|
|
153442
153915
|
"description": "Whether to allow forking this repo",
|
|
153443
153916
|
"type": "boolean"
|
|
153444
153917
|
},
|
|
153918
|
+
"web_commit_signoff_required": {
|
|
153919
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
153920
|
+
"default": false,
|
|
153921
|
+
"type": "boolean"
|
|
153922
|
+
},
|
|
153445
153923
|
"subscribers_count": {
|
|
153446
153924
|
"type": "integer"
|
|
153447
153925
|
},
|
|
@@ -153621,6 +154099,10 @@
|
|
|
153621
154099
|
},
|
|
153622
154100
|
"allow_forking": {
|
|
153623
154101
|
"type": "boolean"
|
|
154102
|
+
},
|
|
154103
|
+
"web_commit_signoff_required": {
|
|
154104
|
+
"type": "boolean",
|
|
154105
|
+
"example": false
|
|
153624
154106
|
}
|
|
153625
154107
|
},
|
|
153626
154108
|
"required": [
|
|
@@ -156807,6 +157289,11 @@
|
|
|
156807
157289
|
"description": "Whether to allow forking this repo",
|
|
156808
157290
|
"type": "boolean"
|
|
156809
157291
|
},
|
|
157292
|
+
"web_commit_signoff_required": {
|
|
157293
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
157294
|
+
"default": false,
|
|
157295
|
+
"type": "boolean"
|
|
157296
|
+
},
|
|
156810
157297
|
"subscribers_count": {
|
|
156811
157298
|
"type": "integer"
|
|
156812
157299
|
},
|
|
@@ -156986,6 +157473,10 @@
|
|
|
156986
157473
|
},
|
|
156987
157474
|
"allow_forking": {
|
|
156988
157475
|
"type": "boolean"
|
|
157476
|
+
},
|
|
157477
|
+
"web_commit_signoff_required": {
|
|
157478
|
+
"type": "boolean",
|
|
157479
|
+
"example": false
|
|
156989
157480
|
}
|
|
156990
157481
|
},
|
|
156991
157482
|
"required": [
|
|
@@ -158560,6 +159051,11 @@
|
|
|
158560
159051
|
"description": "Whether to allow forking this repo",
|
|
158561
159052
|
"type": "boolean"
|
|
158562
159053
|
},
|
|
159054
|
+
"web_commit_signoff_required": {
|
|
159055
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
159056
|
+
"default": false,
|
|
159057
|
+
"type": "boolean"
|
|
159058
|
+
},
|
|
158563
159059
|
"subscribers_count": {
|
|
158564
159060
|
"type": "integer"
|
|
158565
159061
|
},
|
|
@@ -158739,6 +159235,10 @@
|
|
|
158739
159235
|
},
|
|
158740
159236
|
"allow_forking": {
|
|
158741
159237
|
"type": "boolean"
|
|
159238
|
+
},
|
|
159239
|
+
"web_commit_signoff_required": {
|
|
159240
|
+
"type": "boolean",
|
|
159241
|
+
"example": false
|
|
158742
159242
|
}
|
|
158743
159243
|
},
|
|
158744
159244
|
"required": [
|
|
@@ -165104,6 +165604,11 @@
|
|
|
165104
165604
|
"description": "Whether to allow forking this repo",
|
|
165105
165605
|
"type": "boolean"
|
|
165106
165606
|
},
|
|
165607
|
+
"web_commit_signoff_required": {
|
|
165608
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
165609
|
+
"default": false,
|
|
165610
|
+
"type": "boolean"
|
|
165611
|
+
},
|
|
165107
165612
|
"subscribers_count": {
|
|
165108
165613
|
"type": "integer"
|
|
165109
165614
|
},
|
|
@@ -165283,6 +165788,10 @@
|
|
|
165283
165788
|
},
|
|
165284
165789
|
"allow_forking": {
|
|
165285
165790
|
"type": "boolean"
|
|
165791
|
+
},
|
|
165792
|
+
"web_commit_signoff_required": {
|
|
165793
|
+
"type": "boolean",
|
|
165794
|
+
"example": false
|
|
165286
165795
|
}
|
|
165287
165796
|
},
|
|
165288
165797
|
"required": [
|
|
@@ -166857,6 +167366,11 @@
|
|
|
166857
167366
|
"description": "Whether to allow forking this repo",
|
|
166858
167367
|
"type": "boolean"
|
|
166859
167368
|
},
|
|
167369
|
+
"web_commit_signoff_required": {
|
|
167370
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
167371
|
+
"default": false,
|
|
167372
|
+
"type": "boolean"
|
|
167373
|
+
},
|
|
166860
167374
|
"subscribers_count": {
|
|
166861
167375
|
"type": "integer"
|
|
166862
167376
|
},
|
|
@@ -167036,6 +167550,10 @@
|
|
|
167036
167550
|
},
|
|
167037
167551
|
"allow_forking": {
|
|
167038
167552
|
"type": "boolean"
|
|
167553
|
+
},
|
|
167554
|
+
"web_commit_signoff_required": {
|
|
167555
|
+
"type": "boolean",
|
|
167556
|
+
"example": false
|
|
167039
167557
|
}
|
|
167040
167558
|
},
|
|
167041
167559
|
"required": [
|
|
@@ -172323,6 +172841,111 @@
|
|
|
172323
172841
|
"protected",
|
|
172324
172842
|
"protection_url"
|
|
172325
172843
|
]
|
|
172844
|
+
},
|
|
172845
|
+
"examples": {
|
|
172846
|
+
"default": {
|
|
172847
|
+
"value": {
|
|
172848
|
+
"name": "main",
|
|
172849
|
+
"commit": {
|
|
172850
|
+
"sha": "7fd1a60b01f91b314f59955a4e4d4e80d8edf11d",
|
|
172851
|
+
"node_id": "MDY6Q29tbWl0MTI5NjI2OTo3ZmQxYTYwYjAxZjkxYjMxNGY1OTk1NWE0ZTRkNGU4MGQ4ZWRmMTFk",
|
|
172852
|
+
"commit": {
|
|
172853
|
+
"author": {
|
|
172854
|
+
"name": "The Octocat",
|
|
172855
|
+
"email": "octocat@nowhere.com",
|
|
172856
|
+
"date": "2012-03-06T23:06:50Z"
|
|
172857
|
+
},
|
|
172858
|
+
"committer": {
|
|
172859
|
+
"name": "The Octocat",
|
|
172860
|
+
"email": "octocat@nowhere.com",
|
|
172861
|
+
"date": "2012-03-06T23:06:50Z"
|
|
172862
|
+
},
|
|
172863
|
+
"message": "Merge pull request #6 from Spaceghost/patch-1\n\nNew line at end of file.",
|
|
172864
|
+
"tree": {
|
|
172865
|
+
"sha": "b4eecafa9be2f2006ce1b709d6857b07069b4608",
|
|
172866
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/git/trees/b4eecafa9be2f2006ce1b709d6857b07069b4608"
|
|
172867
|
+
},
|
|
172868
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/git/commits/7fd1a60b01f91b314f59955a4e4d4e80d8edf11d",
|
|
172869
|
+
"comment_count": 77,
|
|
172870
|
+
"verification": {
|
|
172871
|
+
"verified": false,
|
|
172872
|
+
"reason": "unsigned",
|
|
172873
|
+
"signature": null,
|
|
172874
|
+
"payload": null
|
|
172875
|
+
}
|
|
172876
|
+
},
|
|
172877
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/commits/7fd1a60b01f91b314f59955a4e4d4e80d8edf11d",
|
|
172878
|
+
"html_url": "https://github.com/octocat/Hello-World/commit/7fd1a60b01f91b314f59955a4e4d4e80d8edf11d",
|
|
172879
|
+
"comments_url": "https://api.github.com/repos/octocat/Hello-World/commits/7fd1a60b01f91b314f59955a4e4d4e80d8edf11d/comments",
|
|
172880
|
+
"author": {
|
|
172881
|
+
"login": "octocat",
|
|
172882
|
+
"id": 583231,
|
|
172883
|
+
"node_id": "MDQ6VXNlcjU4MzIzMQ==",
|
|
172884
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4",
|
|
172885
|
+
"gravatar_id": "",
|
|
172886
|
+
"url": "https://api.github.com/users/octocat",
|
|
172887
|
+
"html_url": "https://github.com/octocat",
|
|
172888
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
172889
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
172890
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
172891
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
172892
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
172893
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
172894
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
172895
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
172896
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
172897
|
+
"type": "User",
|
|
172898
|
+
"site_admin": false
|
|
172899
|
+
},
|
|
172900
|
+
"committer": {
|
|
172901
|
+
"login": "octocat",
|
|
172902
|
+
"id": 583231,
|
|
172903
|
+
"node_id": "MDQ6VXNlcjU4MzIzMQ==",
|
|
172904
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4",
|
|
172905
|
+
"gravatar_id": "",
|
|
172906
|
+
"url": "https://api.github.com/users/octocat",
|
|
172907
|
+
"html_url": "https://github.com/octocat",
|
|
172908
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
172909
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
172910
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
172911
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
172912
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
172913
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
172914
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
172915
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
172916
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
172917
|
+
"type": "User",
|
|
172918
|
+
"site_admin": false
|
|
172919
|
+
},
|
|
172920
|
+
"parents": [
|
|
172921
|
+
{
|
|
172922
|
+
"sha": "553c2077f0edc3d5dc5d17262f6aa498e69d6f8e",
|
|
172923
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/commits/553c2077f0edc3d5dc5d17262f6aa498e69d6f8e",
|
|
172924
|
+
"html_url": "https://github.com/octocat/Hello-World/commit/553c2077f0edc3d5dc5d17262f6aa498e69d6f8e"
|
|
172925
|
+
},
|
|
172926
|
+
{
|
|
172927
|
+
"sha": "762941318ee16e59dabbacb1b4049eec22f0d303",
|
|
172928
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/commits/762941318ee16e59dabbacb1b4049eec22f0d303",
|
|
172929
|
+
"html_url": "https://github.com/octocat/Hello-World/commit/762941318ee16e59dabbacb1b4049eec22f0d303"
|
|
172930
|
+
}
|
|
172931
|
+
]
|
|
172932
|
+
},
|
|
172933
|
+
"_links": {
|
|
172934
|
+
"self": "https://api.github.com/repos/octocat/Hello-World/branches/main",
|
|
172935
|
+
"html": "https://github.com/octocat/Hello-World/tree/main"
|
|
172936
|
+
},
|
|
172937
|
+
"protected": false,
|
|
172938
|
+
"protection": {
|
|
172939
|
+
"enabled": false,
|
|
172940
|
+
"required_status_checks": {
|
|
172941
|
+
"enforcement_level": "off",
|
|
172942
|
+
"contexts": [],
|
|
172943
|
+
"checks": []
|
|
172944
|
+
}
|
|
172945
|
+
},
|
|
172946
|
+
"protection_url": "https://api.github.com/repos/octocat/Hello-World/branches/main/protection"
|
|
172947
|
+
}
|
|
172948
|
+
}
|
|
172326
172949
|
}
|
|
172327
172950
|
}
|
|
172328
172951
|
}
|
|
@@ -176096,6 +176719,73 @@
|
|
|
176096
176719
|
"required": [
|
|
176097
176720
|
"url"
|
|
176098
176721
|
]
|
|
176722
|
+
},
|
|
176723
|
+
"examples": {
|
|
176724
|
+
"default": {
|
|
176725
|
+
"value": {
|
|
176726
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection",
|
|
176727
|
+
"required_status_checks": {
|
|
176728
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/required_status_checks",
|
|
176729
|
+
"strict": true,
|
|
176730
|
+
"contexts": [
|
|
176731
|
+
"continuous-integration/travis-ci"
|
|
176732
|
+
],
|
|
176733
|
+
"contexts_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/required_status_checks/contexts",
|
|
176734
|
+
"checks": [
|
|
176735
|
+
{
|
|
176736
|
+
"context": "continuous-integration/travis-ci",
|
|
176737
|
+
"app_id": null
|
|
176738
|
+
}
|
|
176739
|
+
]
|
|
176740
|
+
},
|
|
176741
|
+
"restrictions": {
|
|
176742
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/restrictions",
|
|
176743
|
+
"users_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/restrictions/users",
|
|
176744
|
+
"teams_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/restrictions/teams",
|
|
176745
|
+
"apps_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/restrictions/apps",
|
|
176746
|
+
"users": [],
|
|
176747
|
+
"teams": [],
|
|
176748
|
+
"apps": []
|
|
176749
|
+
},
|
|
176750
|
+
"required_pull_request_reviews": {
|
|
176751
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/required_pull_request_reviews",
|
|
176752
|
+
"dismiss_stale_reviews": true,
|
|
176753
|
+
"require_code_owner_reviews": true,
|
|
176754
|
+
"required_approving_review_count": 2,
|
|
176755
|
+
"dismissal_restrictions": {
|
|
176756
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/dismissal_restrictions",
|
|
176757
|
+
"users_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/dismissal_restrictions/users",
|
|
176758
|
+
"teams_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/dismissal_restrictions/teams",
|
|
176759
|
+
"users": [],
|
|
176760
|
+
"teams": [],
|
|
176761
|
+
"apps": []
|
|
176762
|
+
}
|
|
176763
|
+
},
|
|
176764
|
+
"required_signatures": {
|
|
176765
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/required_signatures",
|
|
176766
|
+
"enabled": false
|
|
176767
|
+
},
|
|
176768
|
+
"enforce_admins": {
|
|
176769
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/enforce_admins",
|
|
176770
|
+
"enabled": true
|
|
176771
|
+
},
|
|
176772
|
+
"required_linear_history": {
|
|
176773
|
+
"enabled": true
|
|
176774
|
+
},
|
|
176775
|
+
"allow_force_pushes": {
|
|
176776
|
+
"enabled": true
|
|
176777
|
+
},
|
|
176778
|
+
"allow_deletions": {
|
|
176779
|
+
"enabled": true
|
|
176780
|
+
},
|
|
176781
|
+
"block_creations": {
|
|
176782
|
+
"enabled": true
|
|
176783
|
+
},
|
|
176784
|
+
"required_conversation_resolution": {
|
|
176785
|
+
"enabled": true
|
|
176786
|
+
}
|
|
176787
|
+
}
|
|
176788
|
+
}
|
|
176099
176789
|
}
|
|
176100
176790
|
}
|
|
176101
176791
|
}
|
|
@@ -180299,7 +180989,7 @@
|
|
|
180299
180989
|
"properties": {
|
|
180300
180990
|
"contexts": {
|
|
180301
180991
|
"type": "array",
|
|
180302
|
-
"description": "
|
|
180992
|
+
"description": "The name of the status checks",
|
|
180303
180993
|
"items": {
|
|
180304
180994
|
"type": "string"
|
|
180305
180995
|
}
|
|
@@ -180315,6 +181005,17 @@
|
|
|
180315
181005
|
}
|
|
180316
181006
|
}
|
|
180317
181007
|
]
|
|
181008
|
+
},
|
|
181009
|
+
"examples": {
|
|
181010
|
+
"default": {
|
|
181011
|
+
"summary": "Example adding status checks to a branch protection rule",
|
|
181012
|
+
"value": {
|
|
181013
|
+
"contexts": [
|
|
181014
|
+
"continuous-integration/travis-ci",
|
|
181015
|
+
"continuous-integration/jenkins"
|
|
181016
|
+
]
|
|
181017
|
+
}
|
|
181018
|
+
}
|
|
180318
181019
|
}
|
|
180319
181020
|
}
|
|
180320
181021
|
}
|
|
@@ -180524,7 +181225,7 @@
|
|
|
180524
181225
|
"properties": {
|
|
180525
181226
|
"contexts": {
|
|
180526
181227
|
"type": "array",
|
|
180527
|
-
"description": "
|
|
181228
|
+
"description": "The name of the status checks",
|
|
180528
181229
|
"items": {
|
|
180529
181230
|
"type": "string"
|
|
180530
181231
|
}
|
|
@@ -180540,6 +181241,16 @@
|
|
|
180540
181241
|
}
|
|
180541
181242
|
}
|
|
180542
181243
|
]
|
|
181244
|
+
},
|
|
181245
|
+
"examples": {
|
|
181246
|
+
"default": {
|
|
181247
|
+
"summary": "Example updating status checks for a branch protection rule",
|
|
181248
|
+
"value": {
|
|
181249
|
+
"contexts": [
|
|
181250
|
+
"continuous-integration/travis-ci"
|
|
181251
|
+
]
|
|
181252
|
+
}
|
|
181253
|
+
}
|
|
180543
181254
|
}
|
|
180544
181255
|
}
|
|
180545
181256
|
}
|
|
@@ -180721,7 +181432,7 @@
|
|
|
180721
181432
|
"properties": {
|
|
180722
181433
|
"contexts": {
|
|
180723
181434
|
"type": "array",
|
|
180724
|
-
"description": "
|
|
181435
|
+
"description": "The name of the status checks",
|
|
180725
181436
|
"items": {
|
|
180726
181437
|
"type": "string"
|
|
180727
181438
|
}
|
|
@@ -180737,6 +181448,16 @@
|
|
|
180737
181448
|
}
|
|
180738
181449
|
}
|
|
180739
181450
|
]
|
|
181451
|
+
},
|
|
181452
|
+
"examples": {
|
|
181453
|
+
"default": {
|
|
181454
|
+
"summary": "Example removing status checks from a branch protection rule",
|
|
181455
|
+
"value": {
|
|
181456
|
+
"contexts": [
|
|
181457
|
+
"continuous-integration/travis-ci"
|
|
181458
|
+
]
|
|
181459
|
+
}
|
|
181460
|
+
}
|
|
180740
181461
|
}
|
|
180741
181462
|
}
|
|
180742
181463
|
}
|
|
@@ -183442,7 +184163,7 @@
|
|
|
183442
184163
|
"properties": {
|
|
183443
184164
|
"teams": {
|
|
183444
184165
|
"type": "array",
|
|
183445
|
-
"description": "teams
|
|
184166
|
+
"description": "The slug values for teams",
|
|
183446
184167
|
"items": {
|
|
183447
184168
|
"type": "string"
|
|
183448
184169
|
}
|
|
@@ -183458,6 +184179,16 @@
|
|
|
183458
184179
|
}
|
|
183459
184180
|
}
|
|
183460
184181
|
]
|
|
184182
|
+
},
|
|
184183
|
+
"examples": {
|
|
184184
|
+
"default": {
|
|
184185
|
+
"summary": "Example adding a team in a branch protection rule",
|
|
184186
|
+
"value": {
|
|
184187
|
+
"teams": [
|
|
184188
|
+
"justice-league"
|
|
184189
|
+
]
|
|
184190
|
+
}
|
|
184191
|
+
}
|
|
183461
184192
|
}
|
|
183462
184193
|
}
|
|
183463
184194
|
}
|
|
@@ -183788,7 +184519,7 @@
|
|
|
183788
184519
|
"properties": {
|
|
183789
184520
|
"teams": {
|
|
183790
184521
|
"type": "array",
|
|
183791
|
-
"description": "teams
|
|
184522
|
+
"description": "The slug values for teams",
|
|
183792
184523
|
"items": {
|
|
183793
184524
|
"type": "string"
|
|
183794
184525
|
}
|
|
@@ -183799,11 +184530,21 @@
|
|
|
183799
184530
|
],
|
|
183800
184531
|
"example": {
|
|
183801
184532
|
"teams": [
|
|
183802
|
-
"
|
|
184533
|
+
"justice-league"
|
|
183803
184534
|
]
|
|
183804
184535
|
}
|
|
183805
184536
|
}
|
|
183806
184537
|
]
|
|
184538
|
+
},
|
|
184539
|
+
"examples": {
|
|
184540
|
+
"default": {
|
|
184541
|
+
"summary": "Example replacing a team in a branch protection rule",
|
|
184542
|
+
"value": {
|
|
184543
|
+
"teams": [
|
|
184544
|
+
"justice-league"
|
|
184545
|
+
]
|
|
184546
|
+
}
|
|
184547
|
+
}
|
|
183807
184548
|
}
|
|
183808
184549
|
}
|
|
183809
184550
|
}
|
|
@@ -184133,7 +184874,7 @@
|
|
|
184133
184874
|
"properties": {
|
|
184134
184875
|
"teams": {
|
|
184135
184876
|
"type": "array",
|
|
184136
|
-
"description": "teams
|
|
184877
|
+
"description": "The slug values for teams",
|
|
184137
184878
|
"items": {
|
|
184138
184879
|
"type": "string"
|
|
184139
184880
|
}
|
|
@@ -184149,6 +184890,16 @@
|
|
|
184149
184890
|
}
|
|
184150
184891
|
}
|
|
184151
184892
|
]
|
|
184893
|
+
},
|
|
184894
|
+
"examples": {
|
|
184895
|
+
"default": {
|
|
184896
|
+
"summary": "Example removing a team in a branch protection rule",
|
|
184897
|
+
"value": {
|
|
184898
|
+
"teams": [
|
|
184899
|
+
"justice-league"
|
|
184900
|
+
]
|
|
184901
|
+
}
|
|
184902
|
+
}
|
|
184152
184903
|
}
|
|
184153
184904
|
}
|
|
184154
184905
|
}
|
|
@@ -184713,7 +185464,7 @@
|
|
|
184713
185464
|
"properties": {
|
|
184714
185465
|
"users": {
|
|
184715
185466
|
"type": "array",
|
|
184716
|
-
"description": "users
|
|
185467
|
+
"description": "The username for users",
|
|
184717
185468
|
"items": {
|
|
184718
185469
|
"type": "string"
|
|
184719
185470
|
}
|
|
@@ -184729,6 +185480,16 @@
|
|
|
184729
185480
|
}
|
|
184730
185481
|
}
|
|
184731
185482
|
]
|
|
185483
|
+
},
|
|
185484
|
+
"examples": {
|
|
185485
|
+
"default": {
|
|
185486
|
+
"summary": "Example adding a user in a branch protection rule",
|
|
185487
|
+
"value": {
|
|
185488
|
+
"users": [
|
|
185489
|
+
"octocat"
|
|
185490
|
+
]
|
|
185491
|
+
}
|
|
185492
|
+
}
|
|
184732
185493
|
}
|
|
184733
185494
|
}
|
|
184734
185495
|
}
|
|
@@ -185020,7 +185781,7 @@
|
|
|
185020
185781
|
"properties": {
|
|
185021
185782
|
"users": {
|
|
185022
185783
|
"type": "array",
|
|
185023
|
-
"description": "users
|
|
185784
|
+
"description": "The username for users",
|
|
185024
185785
|
"items": {
|
|
185025
185786
|
"type": "string"
|
|
185026
185787
|
}
|
|
@@ -185036,6 +185797,16 @@
|
|
|
185036
185797
|
}
|
|
185037
185798
|
}
|
|
185038
185799
|
]
|
|
185800
|
+
},
|
|
185801
|
+
"examples": {
|
|
185802
|
+
"default": {
|
|
185803
|
+
"summary": "Example replacing a user in a branch protection rule",
|
|
185804
|
+
"value": {
|
|
185805
|
+
"users": [
|
|
185806
|
+
"octocat"
|
|
185807
|
+
]
|
|
185808
|
+
}
|
|
185809
|
+
}
|
|
185039
185810
|
}
|
|
185040
185811
|
}
|
|
185041
185812
|
}
|
|
@@ -185326,7 +186097,7 @@
|
|
|
185326
186097
|
"properties": {
|
|
185327
186098
|
"users": {
|
|
185328
186099
|
"type": "array",
|
|
185329
|
-
"description": "users
|
|
186100
|
+
"description": "The username for users",
|
|
185330
186101
|
"items": {
|
|
185331
186102
|
"type": "string"
|
|
185332
186103
|
}
|
|
@@ -185342,6 +186113,16 @@
|
|
|
185342
186113
|
}
|
|
185343
186114
|
}
|
|
185344
186115
|
]
|
|
186116
|
+
},
|
|
186117
|
+
"examples": {
|
|
186118
|
+
"default": {
|
|
186119
|
+
"summary": "Example removing a user in a branch protection rule",
|
|
186120
|
+
"value": {
|
|
186121
|
+
"users": [
|
|
186122
|
+
"octocat"
|
|
186123
|
+
]
|
|
186124
|
+
}
|
|
186125
|
+
}
|
|
185345
186126
|
}
|
|
185346
186127
|
}
|
|
185347
186128
|
}
|
|
@@ -193847,6 +194628,11 @@
|
|
|
193847
194628
|
"description": "Whether to allow forking this repo",
|
|
193848
194629
|
"type": "boolean"
|
|
193849
194630
|
},
|
|
194631
|
+
"web_commit_signoff_required": {
|
|
194632
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
194633
|
+
"default": false,
|
|
194634
|
+
"type": "boolean"
|
|
194635
|
+
},
|
|
193850
194636
|
"subscribers_count": {
|
|
193851
194637
|
"type": "integer"
|
|
193852
194638
|
},
|
|
@@ -194026,6 +194812,10 @@
|
|
|
194026
194812
|
},
|
|
194027
194813
|
"allow_forking": {
|
|
194028
194814
|
"type": "boolean"
|
|
194815
|
+
},
|
|
194816
|
+
"web_commit_signoff_required": {
|
|
194817
|
+
"type": "boolean",
|
|
194818
|
+
"example": false
|
|
194029
194819
|
}
|
|
194030
194820
|
},
|
|
194031
194821
|
"required": [
|
|
@@ -196418,6 +197208,11 @@
|
|
|
196418
197208
|
"description": "Whether to allow forking this repo",
|
|
196419
197209
|
"type": "boolean"
|
|
196420
197210
|
},
|
|
197211
|
+
"web_commit_signoff_required": {
|
|
197212
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
197213
|
+
"default": false,
|
|
197214
|
+
"type": "boolean"
|
|
197215
|
+
},
|
|
196421
197216
|
"subscribers_count": {
|
|
196422
197217
|
"type": "integer"
|
|
196423
197218
|
},
|
|
@@ -196597,6 +197392,10 @@
|
|
|
196597
197392
|
},
|
|
196598
197393
|
"allow_forking": {
|
|
196599
197394
|
"type": "boolean"
|
|
197395
|
+
},
|
|
197396
|
+
"web_commit_signoff_required": {
|
|
197397
|
+
"type": "boolean",
|
|
197398
|
+
"example": false
|
|
196600
197399
|
}
|
|
196601
197400
|
},
|
|
196602
197401
|
"required": [
|
|
@@ -198706,6 +199505,11 @@
|
|
|
198706
199505
|
"description": "Whether to allow forking this repo",
|
|
198707
199506
|
"type": "boolean"
|
|
198708
199507
|
},
|
|
199508
|
+
"web_commit_signoff_required": {
|
|
199509
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
199510
|
+
"default": false,
|
|
199511
|
+
"type": "boolean"
|
|
199512
|
+
},
|
|
198709
199513
|
"subscribers_count": {
|
|
198710
199514
|
"type": "integer"
|
|
198711
199515
|
},
|
|
@@ -198885,6 +199689,10 @@
|
|
|
198885
199689
|
},
|
|
198886
199690
|
"allow_forking": {
|
|
198887
199691
|
"type": "boolean"
|
|
199692
|
+
},
|
|
199693
|
+
"web_commit_signoff_required": {
|
|
199694
|
+
"type": "boolean",
|
|
199695
|
+
"example": false
|
|
198888
199696
|
}
|
|
198889
199697
|
},
|
|
198890
199698
|
"required": [
|
|
@@ -201167,6 +201975,11 @@
|
|
|
201167
201975
|
"description": "Whether to allow forking this repo",
|
|
201168
201976
|
"type": "boolean"
|
|
201169
201977
|
},
|
|
201978
|
+
"web_commit_signoff_required": {
|
|
201979
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
201980
|
+
"default": false,
|
|
201981
|
+
"type": "boolean"
|
|
201982
|
+
},
|
|
201170
201983
|
"subscribers_count": {
|
|
201171
201984
|
"type": "integer"
|
|
201172
201985
|
},
|
|
@@ -201346,6 +202159,10 @@
|
|
|
201346
202159
|
},
|
|
201347
202160
|
"allow_forking": {
|
|
201348
202161
|
"type": "boolean"
|
|
202162
|
+
},
|
|
202163
|
+
"web_commit_signoff_required": {
|
|
202164
|
+
"type": "boolean",
|
|
202165
|
+
"example": false
|
|
201349
202166
|
}
|
|
201350
202167
|
},
|
|
201351
202168
|
"required": [
|
|
@@ -205009,6 +205826,7 @@
|
|
|
205009
205826
|
"ref": "refs/heads/main",
|
|
205010
205827
|
"analysis_key": ".github/workflows/codeql-analysis.yml:CodeQL-Build",
|
|
205011
205828
|
"environment": "",
|
|
205829
|
+
"category": ".github/workflows/codeql-analysis.yml:CodeQL-Build",
|
|
205012
205830
|
"state": "open",
|
|
205013
205831
|
"fixed_at": null,
|
|
205014
205832
|
"commit_sha": "39406e42cb832f683daa691dd652a8dc36ee8930",
|
|
@@ -205237,6 +206055,33 @@
|
|
|
205237
206055
|
"description": "An identifier for the upload.",
|
|
205238
206056
|
"example": "6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53"
|
|
205239
206057
|
}
|
|
206058
|
+
},
|
|
206059
|
+
{
|
|
206060
|
+
"name": "direction",
|
|
206061
|
+
"description": "The direction to sort the results by.",
|
|
206062
|
+
"in": "query",
|
|
206063
|
+
"required": false,
|
|
206064
|
+
"schema": {
|
|
206065
|
+
"type": "string",
|
|
206066
|
+
"enum": [
|
|
206067
|
+
"asc",
|
|
206068
|
+
"desc"
|
|
206069
|
+
],
|
|
206070
|
+
"default": "desc"
|
|
206071
|
+
}
|
|
206072
|
+
},
|
|
206073
|
+
{
|
|
206074
|
+
"name": "sort",
|
|
206075
|
+
"description": "The property by which to sort the results.",
|
|
206076
|
+
"in": "query",
|
|
206077
|
+
"required": false,
|
|
206078
|
+
"schema": {
|
|
206079
|
+
"type": "string",
|
|
206080
|
+
"enum": [
|
|
206081
|
+
"created"
|
|
206082
|
+
],
|
|
206083
|
+
"default": "created"
|
|
206084
|
+
}
|
|
205240
206085
|
}
|
|
205241
206086
|
],
|
|
205242
206087
|
"responses": {
|
|
@@ -205805,7 +206650,7 @@
|
|
|
205805
206650
|
},
|
|
205806
206651
|
"delete": {
|
|
205807
206652
|
"summary": "Delete a code scanning analysis from a repository",
|
|
205808
|
-
"description": "Deletes a specified code scanning analysis from a repository. For\nprivate repositories, you must use an access token with the `repo` scope. For public repositories,\nyou must use an access token with `public_repo` scope.\nGitHub Apps must have the `security_events` write permission to use this endpoint.\n\nYou can delete one analysis at a time.\nTo delete a series of analyses, start with the most recent analysis and work backwards.\nConceptually, the process is similar to the undo function in a text editor.\n\nWhen you list the analyses for a repository,\none or more will be identified as deletable in the response:\n\n```\n\"deletable\": true\n```\n\nAn analysis is deletable when it's the most recent in a set of analyses.\nTypically, a repository will have multiple sets of analyses\nfor each enabled code scanning tool,\nwhere a set is determined by a unique combination of analysis values:\n\n* `ref`\n* `tool`\n* `
|
|
206653
|
+
"description": "Deletes a specified code scanning analysis from a repository. For\nprivate repositories, you must use an access token with the `repo` scope. For public repositories,\nyou must use an access token with `public_repo` scope.\nGitHub Apps must have the `security_events` write permission to use this endpoint.\n\nYou can delete one analysis at a time.\nTo delete a series of analyses, start with the most recent analysis and work backwards.\nConceptually, the process is similar to the undo function in a text editor.\n\nWhen you list the analyses for a repository,\none or more will be identified as deletable in the response:\n\n```\n\"deletable\": true\n```\n\nAn analysis is deletable when it's the most recent in a set of analyses.\nTypically, a repository will have multiple sets of analyses\nfor each enabled code scanning tool,\nwhere a set is determined by a unique combination of analysis values:\n\n* `ref`\n* `tool`\n* `category`\n\nIf you attempt to delete an analysis that is not the most recent in a set,\nyou'll get a 400 response with the message:\n\n```\nAnalysis specified is not deletable.\n```\n\nThe response from a successful `DELETE` operation provides you with\ntwo alternative URLs for deleting the next analysis in the set:\n`next_analysis_url` and `confirm_delete_url`.\nUse the `next_analysis_url` URL if you want to avoid accidentally deleting the final analysis\nin a set. This is a useful option if you want to preserve at least one analysis\nfor the specified tool in your repository.\nUse the `confirm_delete_url` URL if you are content to remove all analyses for a tool.\nWhen you delete the last analysis in a set, the value of `next_analysis_url` and `confirm_delete_url`\nin the 200 response is `null`.\n\nAs an example of the deletion process,\nlet's imagine that you added a workflow that configured a particular code scanning tool\nto analyze the code in a repository. This tool has added 15 analyses:\n10 on the default branch, and another 5 on a topic branch.\nYou therefore have two separate sets of analyses for this tool.\nYou've now decided that you want to remove all of the analyses for the tool.\nTo do this you must make 15 separate deletion requests.\nTo start, you must find an analysis that's identified as deletable.\nEach set of analyses always has one that's identified as deletable.\nHaving found the deletable analysis for one of the two sets,\ndelete this analysis and then continue deleting the next analysis in the set until they're all deleted.\nThen repeat the process for the second set.\nThe procedure therefore consists of a nested loop:\n\n**Outer loop**:\n* List the analyses for the repository, filtered by tool.\n* Parse this list to find a deletable analysis. If found:\n\n **Inner loop**:\n * Delete the identified analysis.\n * Parse the response for the value of `confirm_delete_url` and, if found, use this in the next iteration.\n\nThe above process assumes that you want to remove all trace of the tool's analyses from the GitHub user interface, for the specified repository, and it therefore uses the `confirm_delete_url` value. Alternatively, you could use the `next_analysis_url` value, which would leave the last analysis in each set undeleted to avoid removing a tool's analysis entirely.",
|
|
205809
206654
|
"operationId": "code-scanning/delete-analysis",
|
|
205810
206655
|
"tags": [
|
|
205811
206656
|
"code-scanning"
|
|
@@ -208397,6 +209242,11 @@
|
|
|
208397
209242
|
"description": "Whether to allow forking this repo",
|
|
208398
209243
|
"type": "boolean"
|
|
208399
209244
|
},
|
|
209245
|
+
"web_commit_signoff_required": {
|
|
209246
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
209247
|
+
"default": false,
|
|
209248
|
+
"type": "boolean"
|
|
209249
|
+
},
|
|
208400
209250
|
"subscribers_count": {
|
|
208401
209251
|
"type": "integer"
|
|
208402
209252
|
},
|
|
@@ -208576,6 +209426,10 @@
|
|
|
208576
209426
|
},
|
|
208577
209427
|
"allow_forking": {
|
|
208578
209428
|
"type": "boolean"
|
|
209429
|
+
},
|
|
209430
|
+
"web_commit_signoff_required": {
|
|
209431
|
+
"type": "boolean",
|
|
209432
|
+
"example": false
|
|
208579
209433
|
}
|
|
208580
209434
|
},
|
|
208581
209435
|
"required": [
|
|
@@ -208860,6 +209714,12 @@
|
|
|
208860
209714
|
"format": "date-time",
|
|
208861
209715
|
"example": "2011-01-26T20:01:12Z",
|
|
208862
209716
|
"nullable": true
|
|
209717
|
+
},
|
|
209718
|
+
"last_known_stop_notice": {
|
|
209719
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
209720
|
+
"type": "string",
|
|
209721
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
209722
|
+
"nullable": true
|
|
208863
209723
|
}
|
|
208864
209724
|
},
|
|
208865
209725
|
"required": [
|
|
@@ -211185,6 +212045,11 @@
|
|
|
211185
212045
|
"description": "Whether to allow forking this repo",
|
|
211186
212046
|
"type": "boolean"
|
|
211187
212047
|
},
|
|
212048
|
+
"web_commit_signoff_required": {
|
|
212049
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
212050
|
+
"default": false,
|
|
212051
|
+
"type": "boolean"
|
|
212052
|
+
},
|
|
211188
212053
|
"subscribers_count": {
|
|
211189
212054
|
"type": "integer"
|
|
211190
212055
|
},
|
|
@@ -211364,6 +212229,10 @@
|
|
|
211364
212229
|
},
|
|
211365
212230
|
"allow_forking": {
|
|
211366
212231
|
"type": "boolean"
|
|
212232
|
+
},
|
|
212233
|
+
"web_commit_signoff_required": {
|
|
212234
|
+
"type": "boolean",
|
|
212235
|
+
"example": false
|
|
211367
212236
|
}
|
|
211368
212237
|
},
|
|
211369
212238
|
"required": [
|
|
@@ -211648,6 +212517,12 @@
|
|
|
211648
212517
|
"format": "date-time",
|
|
211649
212518
|
"example": "2011-01-26T20:01:12Z",
|
|
211650
212519
|
"nullable": true
|
|
212520
|
+
},
|
|
212521
|
+
"last_known_stop_notice": {
|
|
212522
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
212523
|
+
"type": "string",
|
|
212524
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
212525
|
+
"nullable": true
|
|
211651
212526
|
}
|
|
211652
212527
|
},
|
|
211653
212528
|
"required": [
|
|
@@ -213619,6 +214494,11 @@
|
|
|
213619
214494
|
"description": "Whether to allow forking this repo",
|
|
213620
214495
|
"type": "boolean"
|
|
213621
214496
|
},
|
|
214497
|
+
"web_commit_signoff_required": {
|
|
214498
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
214499
|
+
"default": false,
|
|
214500
|
+
"type": "boolean"
|
|
214501
|
+
},
|
|
213622
214502
|
"subscribers_count": {
|
|
213623
214503
|
"type": "integer"
|
|
213624
214504
|
},
|
|
@@ -213798,6 +214678,10 @@
|
|
|
213798
214678
|
},
|
|
213799
214679
|
"allow_forking": {
|
|
213800
214680
|
"type": "boolean"
|
|
214681
|
+
},
|
|
214682
|
+
"web_commit_signoff_required": {
|
|
214683
|
+
"type": "boolean",
|
|
214684
|
+
"example": false
|
|
213801
214685
|
}
|
|
213802
214686
|
},
|
|
213803
214687
|
"required": [
|
|
@@ -214082,6 +214966,12 @@
|
|
|
214082
214966
|
"format": "date-time",
|
|
214083
214967
|
"example": "2011-01-26T20:01:12Z",
|
|
214084
214968
|
"nullable": true
|
|
214969
|
+
},
|
|
214970
|
+
"last_known_stop_notice": {
|
|
214971
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
214972
|
+
"type": "string",
|
|
214973
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
214974
|
+
"nullable": true
|
|
214085
214975
|
}
|
|
214086
214976
|
},
|
|
214087
214977
|
"required": [
|
|
@@ -217698,6 +218588,11 @@
|
|
|
217698
218588
|
"description": "Whether to allow forking this repo",
|
|
217699
218589
|
"type": "boolean"
|
|
217700
218590
|
},
|
|
218591
|
+
"web_commit_signoff_required": {
|
|
218592
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
218593
|
+
"default": false,
|
|
218594
|
+
"type": "boolean"
|
|
218595
|
+
},
|
|
217701
218596
|
"subscribers_count": {
|
|
217702
218597
|
"type": "integer"
|
|
217703
218598
|
},
|
|
@@ -217877,6 +218772,10 @@
|
|
|
217877
218772
|
},
|
|
217878
218773
|
"allow_forking": {
|
|
217879
218774
|
"type": "boolean"
|
|
218775
|
+
},
|
|
218776
|
+
"web_commit_signoff_required": {
|
|
218777
|
+
"type": "boolean",
|
|
218778
|
+
"example": false
|
|
217880
218779
|
}
|
|
217881
218780
|
},
|
|
217882
218781
|
"required": [
|
|
@@ -225021,6 +225920,11 @@
|
|
|
225021
225920
|
"description": "Whether to allow forking this repo",
|
|
225022
225921
|
"type": "boolean"
|
|
225023
225922
|
},
|
|
225923
|
+
"web_commit_signoff_required": {
|
|
225924
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
225925
|
+
"default": false,
|
|
225926
|
+
"type": "boolean"
|
|
225927
|
+
},
|
|
225024
225928
|
"subscribers_count": {
|
|
225025
225929
|
"type": "integer"
|
|
225026
225930
|
},
|
|
@@ -226346,6 +227250,11 @@
|
|
|
226346
227250
|
"description": "Whether to allow forking this repo",
|
|
226347
227251
|
"type": "boolean"
|
|
226348
227252
|
},
|
|
227253
|
+
"web_commit_signoff_required": {
|
|
227254
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
227255
|
+
"default": false,
|
|
227256
|
+
"type": "boolean"
|
|
227257
|
+
},
|
|
226349
227258
|
"subscribers_count": {
|
|
226350
227259
|
"type": "integer"
|
|
226351
227260
|
},
|
|
@@ -231328,6 +232237,11 @@
|
|
|
231328
232237
|
"description": "Whether to allow forking this repo",
|
|
231329
232238
|
"type": "boolean"
|
|
231330
232239
|
},
|
|
232240
|
+
"web_commit_signoff_required": {
|
|
232241
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
232242
|
+
"default": false,
|
|
232243
|
+
"type": "boolean"
|
|
232244
|
+
},
|
|
231331
232245
|
"subscribers_count": {
|
|
231332
232246
|
"type": "integer"
|
|
231333
232247
|
},
|
|
@@ -231507,6 +232421,10 @@
|
|
|
231507
232421
|
},
|
|
231508
232422
|
"allow_forking": {
|
|
231509
232423
|
"type": "boolean"
|
|
232424
|
+
},
|
|
232425
|
+
"web_commit_signoff_required": {
|
|
232426
|
+
"type": "boolean",
|
|
232427
|
+
"example": false
|
|
231510
232428
|
}
|
|
231511
232429
|
},
|
|
231512
232430
|
"required": [
|
|
@@ -233537,6 +234455,11 @@
|
|
|
233537
234455
|
"description": "Whether to allow forking this repo",
|
|
233538
234456
|
"type": "boolean"
|
|
233539
234457
|
},
|
|
234458
|
+
"web_commit_signoff_required": {
|
|
234459
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
234460
|
+
"default": false,
|
|
234461
|
+
"type": "boolean"
|
|
234462
|
+
},
|
|
233540
234463
|
"subscribers_count": {
|
|
233541
234464
|
"type": "integer"
|
|
233542
234465
|
},
|
|
@@ -233716,6 +234639,10 @@
|
|
|
233716
234639
|
},
|
|
233717
234640
|
"allow_forking": {
|
|
233718
234641
|
"type": "boolean"
|
|
234642
|
+
},
|
|
234643
|
+
"web_commit_signoff_required": {
|
|
234644
|
+
"type": "boolean",
|
|
234645
|
+
"example": false
|
|
233719
234646
|
}
|
|
233720
234647
|
},
|
|
233721
234648
|
"required": [
|
|
@@ -236644,7 +237571,7 @@
|
|
|
236644
237571
|
"/repos/{owner}/{repo}/contents/{path}": {
|
|
236645
237572
|
"get": {
|
|
236646
237573
|
"summary": "Get repository content",
|
|
236647
|
-
"description": "Gets the contents of a file or directory in a repository. Specify the file path or directory in `:path`. If you omit\n`:path`, you will receive the contents of the repository's root directory. See the description below regarding what the API response includes for directories. \n\nFiles and symlinks support [a custom media type](https://docs.github.com/rest/reference/repos#custom-media-types) for\nretrieving the raw content or rendered HTML (when supported). All content types support [a custom media\ntype](https://docs.github.com/rest/reference/repos#custom-media-types) to ensure the content is returned in a consistent\nobject format.\n\n**
|
|
237574
|
+
"description": "Gets the contents of a file or directory in a repository. Specify the file path or directory in `:path`. If you omit\n`:path`, you will receive the contents of the repository's root directory. See the description below regarding what the API response includes for directories. \n\nFiles and symlinks support [a custom media type](https://docs.github.com/rest/reference/repos#custom-media-types) for\nretrieving the raw content or rendered HTML (when supported). All content types support [a custom media\ntype](https://docs.github.com/rest/reference/repos#custom-media-types) to ensure the content is returned in a consistent\nobject format.\n\n**Notes**:\n* To get a repository's contents recursively, you can [recursively get the tree](https://docs.github.com/rest/reference/git#trees).\n* This API has an upper limit of 1,000 files for a directory. If you need to retrieve more files, use the [Git Trees\nAPI](https://docs.github.com/rest/reference/git#get-a-tree).\n * Download URLs expire and are meant to be used just once. To ensure the download URL does not expire, please use the contents API to obtain a fresh download URL for each download.\n#### Size limits\nIf the requested file's size is:\n* 1 MB or smaller: All features of this endpoint are supported.\n* Between 1-100 MB: Only the `raw` or `object` [custom media types](https://docs.github.com/rest/repos/contents#custom-media-types-for-repository-contents) are supported. Both will work as normal, except that when using the `object` media type, the `content` field will be an empty string and the `encoding` field will be `\"none\"`. To get the contents of these larger files, use the `raw` media type.\n * Greater than 100 MB: This endpoint is not supported.\n\n#### If the content is a directory\nThe response will be an array of objects, one object for each item in the directory.\nWhen listing the contents of a directory, submodules have their \"type\" specified as \"file\". Logically, the value\n_should_ be \"submodule\". This behavior exists in API v3 [for backwards compatibility purposes](https://git.io/v1YCW).\nIn the next major version of the API, the type will be returned as \"submodule\".\n\n#### If the content is a symlink \nIf the requested `:path` points to a symlink, and the symlink's target is a normal file in the repository, then the\nAPI responds with the content of the file (in the format shown in the example. Otherwise, the API responds with an object \ndescribing the symlink itself.\n\n#### If the content is a submodule\nThe `submodule_git_url` identifies the location of the submodule repository, and the `sha` identifies a specific\ncommit within the submodule repository. Git uses the given URL when cloning the submodule repository, and checks out\nthe submodule at that specific commit.\n\nIf the submodule repository is not hosted on github.com, the Git URLs (`git_url` and `_links[\"git\"]`) and the\ngithub.com URLs (`html_url` and `_links[\"html\"]`) will have null values.",
|
|
236648
237575
|
"tags": [
|
|
236649
237576
|
"repos"
|
|
236650
237577
|
],
|
|
@@ -248709,6 +249636,11 @@
|
|
|
248709
249636
|
"description": "Whether to allow forking this repo",
|
|
248710
249637
|
"type": "boolean"
|
|
248711
249638
|
},
|
|
249639
|
+
"web_commit_signoff_required": {
|
|
249640
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
249641
|
+
"default": false,
|
|
249642
|
+
"type": "boolean"
|
|
249643
|
+
},
|
|
248712
249644
|
"subscribers_count": {
|
|
248713
249645
|
"type": "integer"
|
|
248714
249646
|
},
|
|
@@ -251358,6 +252290,11 @@
|
|
|
251358
252290
|
"description": "Whether to allow forking this repo",
|
|
251359
252291
|
"type": "boolean"
|
|
251360
252292
|
},
|
|
252293
|
+
"web_commit_signoff_required": {
|
|
252294
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
252295
|
+
"default": false,
|
|
252296
|
+
"type": "boolean"
|
|
252297
|
+
},
|
|
251361
252298
|
"subscribers_count": {
|
|
251362
252299
|
"type": "integer"
|
|
251363
252300
|
},
|
|
@@ -251537,6 +252474,10 @@
|
|
|
251537
252474
|
},
|
|
251538
252475
|
"allow_forking": {
|
|
251539
252476
|
"type": "boolean"
|
|
252477
|
+
},
|
|
252478
|
+
"web_commit_signoff_required": {
|
|
252479
|
+
"type": "boolean",
|
|
252480
|
+
"example": false
|
|
251540
252481
|
}
|
|
251541
252482
|
},
|
|
251542
252483
|
"required": [
|
|
@@ -251835,6 +252776,10 @@
|
|
|
251835
252776
|
"name": {
|
|
251836
252777
|
"type": "string",
|
|
251837
252778
|
"description": "When forking from an existing repository, a new name for the fork."
|
|
252779
|
+
},
|
|
252780
|
+
"default_branch_only": {
|
|
252781
|
+
"type": "boolean",
|
|
252782
|
+
"description": "When forking from an existing repository, fork with only the default branch."
|
|
251838
252783
|
}
|
|
251839
252784
|
}
|
|
251840
252785
|
}
|
|
@@ -253400,6 +254345,11 @@
|
|
|
253400
254345
|
"description": "Whether to allow forking this repo",
|
|
253401
254346
|
"type": "boolean"
|
|
253402
254347
|
},
|
|
254348
|
+
"web_commit_signoff_required": {
|
|
254349
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
254350
|
+
"default": false,
|
|
254351
|
+
"type": "boolean"
|
|
254352
|
+
},
|
|
253403
254353
|
"subscribers_count": {
|
|
253404
254354
|
"type": "integer"
|
|
253405
254355
|
},
|
|
@@ -253567,6 +254517,10 @@
|
|
|
253567
254517
|
"type": "boolean",
|
|
253568
254518
|
"example": true
|
|
253569
254519
|
},
|
|
254520
|
+
"web_commit_signoff_required": {
|
|
254521
|
+
"type": "boolean",
|
|
254522
|
+
"example": false
|
|
254523
|
+
},
|
|
253570
254524
|
"subscribers_count": {
|
|
253571
254525
|
"type": "integer",
|
|
253572
254526
|
"example": 42
|
|
@@ -254825,6 +255779,11 @@
|
|
|
254825
255779
|
"description": "Whether to allow forking this repo",
|
|
254826
255780
|
"type": "boolean"
|
|
254827
255781
|
},
|
|
255782
|
+
"web_commit_signoff_required": {
|
|
255783
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
255784
|
+
"default": false,
|
|
255785
|
+
"type": "boolean"
|
|
255786
|
+
},
|
|
254828
255787
|
"subscribers_count": {
|
|
254829
255788
|
"type": "integer"
|
|
254830
255789
|
},
|
|
@@ -256009,6 +256968,11 @@
|
|
|
256009
256968
|
"description": "Whether to allow forking this repo",
|
|
256010
256969
|
"type": "boolean"
|
|
256011
256970
|
},
|
|
256971
|
+
"web_commit_signoff_required": {
|
|
256972
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
256973
|
+
"default": false,
|
|
256974
|
+
"type": "boolean"
|
|
256975
|
+
},
|
|
256012
256976
|
"subscribers_count": {
|
|
256013
256977
|
"type": "integer"
|
|
256014
256978
|
},
|
|
@@ -256519,6 +257483,7 @@
|
|
|
256519
257483
|
"delete_branch_on_merge": true,
|
|
256520
257484
|
"allow_merge_commit": true,
|
|
256521
257485
|
"allow_forking": true,
|
|
257486
|
+
"web_commit_signoff_required": false,
|
|
256522
257487
|
"subscribers_count": 42,
|
|
256523
257488
|
"network_count": 0,
|
|
256524
257489
|
"organization": {
|
|
@@ -265167,14 +266132,6 @@
|
|
|
265167
266132
|
"write"
|
|
265168
266133
|
]
|
|
265169
266134
|
},
|
|
265170
|
-
"organization_custom_roles": {
|
|
265171
|
-
"type": "string",
|
|
265172
|
-
"description": "The level of permission to grant the access token for custom roles management.",
|
|
265173
|
-
"enum": [
|
|
265174
|
-
"read",
|
|
265175
|
-
"write"
|
|
265176
|
-
]
|
|
265177
|
-
},
|
|
265178
266135
|
"deployments": {
|
|
265179
266136
|
"type": "string",
|
|
265180
266137
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -265319,6 +266276,14 @@
|
|
|
265319
266276
|
"write"
|
|
265320
266277
|
]
|
|
265321
266278
|
},
|
|
266279
|
+
"organization_custom_roles": {
|
|
266280
|
+
"type": "string",
|
|
266281
|
+
"description": "The level of permission to grant the access token for custom roles management. This property is in beta and is subject to change.",
|
|
266282
|
+
"enum": [
|
|
266283
|
+
"read",
|
|
266284
|
+
"write"
|
|
266285
|
+
]
|
|
266286
|
+
},
|
|
265322
266287
|
"organization_hooks": {
|
|
265323
266288
|
"type": "string",
|
|
265324
266289
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
@@ -265862,6 +266827,15 @@
|
|
|
265862
266827
|
"required": [
|
|
265863
266828
|
"limit"
|
|
265864
266829
|
]
|
|
266830
|
+
},
|
|
266831
|
+
"examples": {
|
|
266832
|
+
"default": {
|
|
266833
|
+
"summary": "Example request body",
|
|
266834
|
+
"value": {
|
|
266835
|
+
"limit": "collaborators_only",
|
|
266836
|
+
"expiry": "one_day"
|
|
266837
|
+
}
|
|
266838
|
+
}
|
|
265865
266839
|
}
|
|
265866
266840
|
}
|
|
265867
266841
|
}
|
|
@@ -267564,6 +268538,11 @@
|
|
|
267564
268538
|
"description": "Whether to allow forking this repo",
|
|
267565
268539
|
"type": "boolean"
|
|
267566
268540
|
},
|
|
268541
|
+
"web_commit_signoff_required": {
|
|
268542
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
268543
|
+
"default": false,
|
|
268544
|
+
"type": "boolean"
|
|
268545
|
+
},
|
|
267567
268546
|
"subscribers_count": {
|
|
267568
268547
|
"type": "integer"
|
|
267569
268548
|
},
|
|
@@ -267743,6 +268722,10 @@
|
|
|
267743
268722
|
},
|
|
267744
268723
|
"allow_forking": {
|
|
267745
268724
|
"type": "boolean"
|
|
268725
|
+
},
|
|
268726
|
+
"web_commit_signoff_required": {
|
|
268727
|
+
"type": "boolean",
|
|
268728
|
+
"example": false
|
|
267746
268729
|
}
|
|
267747
268730
|
},
|
|
267748
268731
|
"required": [
|
|
@@ -268285,6 +269268,14 @@
|
|
|
268285
269268
|
]
|
|
268286
269269
|
}
|
|
268287
269270
|
}
|
|
269271
|
+
},
|
|
269272
|
+
"examples": {
|
|
269273
|
+
"default": {
|
|
269274
|
+
"summary": "Example request body",
|
|
269275
|
+
"value": {
|
|
269276
|
+
"permissions": "write"
|
|
269277
|
+
}
|
|
269278
|
+
}
|
|
268288
269279
|
}
|
|
268289
269280
|
}
|
|
268290
269281
|
}
|
|
@@ -269827,6 +270818,11 @@
|
|
|
269827
270818
|
"description": "Whether to allow forking this repo",
|
|
269828
270819
|
"type": "boolean"
|
|
269829
270820
|
},
|
|
270821
|
+
"web_commit_signoff_required": {
|
|
270822
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
270823
|
+
"default": false,
|
|
270824
|
+
"type": "boolean"
|
|
270825
|
+
},
|
|
269830
270826
|
"subscribers_count": {
|
|
269831
270827
|
"type": "integer"
|
|
269832
270828
|
},
|
|
@@ -270006,6 +271002,10 @@
|
|
|
270006
271002
|
},
|
|
270007
271003
|
"allow_forking": {
|
|
270008
271004
|
"type": "boolean"
|
|
271005
|
+
},
|
|
271006
|
+
"web_commit_signoff_required": {
|
|
271007
|
+
"type": "boolean",
|
|
271008
|
+
"example": false
|
|
270009
271009
|
}
|
|
270010
271010
|
},
|
|
270011
271011
|
"required": [
|
|
@@ -272662,6 +273662,11 @@
|
|
|
272662
273662
|
"description": "Whether to allow forking this repo",
|
|
272663
273663
|
"type": "boolean"
|
|
272664
273664
|
},
|
|
273665
|
+
"web_commit_signoff_required": {
|
|
273666
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
273667
|
+
"default": false,
|
|
273668
|
+
"type": "boolean"
|
|
273669
|
+
},
|
|
272665
273670
|
"subscribers_count": {
|
|
272666
273671
|
"type": "integer"
|
|
272667
273672
|
},
|
|
@@ -273253,7 +274258,8 @@
|
|
|
273253
274258
|
"type": "User",
|
|
273254
274259
|
"site_admin": false
|
|
273255
274260
|
},
|
|
273256
|
-
"author_association": "COLLABORATOR"
|
|
274261
|
+
"author_association": "COLLABORATOR",
|
|
274262
|
+
"state_reason": "completed"
|
|
273257
274263
|
}
|
|
273258
274264
|
]
|
|
273259
274265
|
}
|
|
@@ -275509,6 +276515,11 @@
|
|
|
275509
276515
|
"description": "Whether to allow forking this repo",
|
|
275510
276516
|
"type": "boolean"
|
|
275511
276517
|
},
|
|
276518
|
+
"web_commit_signoff_required": {
|
|
276519
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
276520
|
+
"default": false,
|
|
276521
|
+
"type": "boolean"
|
|
276522
|
+
},
|
|
275512
276523
|
"subscribers_count": {
|
|
275513
276524
|
"type": "integer"
|
|
275514
276525
|
},
|
|
@@ -276098,7 +277109,8 @@
|
|
|
276098
277109
|
"type": "User",
|
|
276099
277110
|
"site_admin": false
|
|
276100
277111
|
},
|
|
276101
|
-
"author_association": "COLLABORATOR"
|
|
277112
|
+
"author_association": "COLLABORATOR",
|
|
277113
|
+
"state_reason": "completed"
|
|
276102
277114
|
}
|
|
276103
277115
|
}
|
|
276104
277116
|
}
|
|
@@ -281509,6 +282521,11 @@
|
|
|
281509
282521
|
"description": "Whether to allow forking this repo",
|
|
281510
282522
|
"type": "boolean"
|
|
281511
282523
|
},
|
|
282524
|
+
"web_commit_signoff_required": {
|
|
282525
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
282526
|
+
"default": false,
|
|
282527
|
+
"type": "boolean"
|
|
282528
|
+
},
|
|
281512
282529
|
"subscribers_count": {
|
|
281513
282530
|
"type": "integer"
|
|
281514
282531
|
},
|
|
@@ -283139,7 +284156,8 @@
|
|
|
283139
284156
|
"closed_at": null,
|
|
283140
284157
|
"created_at": "2011-04-22T13:33:48Z",
|
|
283141
284158
|
"updated_at": "2011-04-22T13:33:48Z",
|
|
283142
|
-
"author_association": "COLLABORATOR"
|
|
284159
|
+
"author_association": "COLLABORATOR",
|
|
284160
|
+
"state_reason": "completed"
|
|
283143
284161
|
}
|
|
283144
284162
|
}
|
|
283145
284163
|
]
|
|
@@ -285412,6 +286430,11 @@
|
|
|
285412
286430
|
"description": "Whether to allow forking this repo",
|
|
285413
286431
|
"type": "boolean"
|
|
285414
286432
|
},
|
|
286433
|
+
"web_commit_signoff_required": {
|
|
286434
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
286435
|
+
"default": false,
|
|
286436
|
+
"type": "boolean"
|
|
286437
|
+
},
|
|
285415
286438
|
"subscribers_count": {
|
|
285416
286439
|
"type": "integer"
|
|
285417
286440
|
},
|
|
@@ -287080,7 +288103,8 @@
|
|
|
287080
288103
|
"closed_at": null,
|
|
287081
288104
|
"created_at": "2011-04-22T13:33:48Z",
|
|
287082
288105
|
"updated_at": "2011-04-22T13:33:48Z",
|
|
287083
|
-
"author_association": "COLLABORATOR"
|
|
288106
|
+
"author_association": "COLLABORATOR",
|
|
288107
|
+
"state_reason": "completed"
|
|
287084
288108
|
}
|
|
287085
288109
|
}
|
|
287086
288110
|
}
|
|
@@ -289197,6 +290221,11 @@
|
|
|
289197
290221
|
"description": "Whether to allow forking this repo",
|
|
289198
290222
|
"type": "boolean"
|
|
289199
290223
|
},
|
|
290224
|
+
"web_commit_signoff_required": {
|
|
290225
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
290226
|
+
"default": false,
|
|
290227
|
+
"type": "boolean"
|
|
290228
|
+
},
|
|
289200
290229
|
"subscribers_count": {
|
|
289201
290230
|
"type": "integer"
|
|
289202
290231
|
},
|
|
@@ -289786,7 +290815,8 @@
|
|
|
289786
290815
|
"type": "User",
|
|
289787
290816
|
"site_admin": false
|
|
289788
290817
|
},
|
|
289789
|
-
"author_association": "COLLABORATOR"
|
|
290818
|
+
"author_association": "COLLABORATOR",
|
|
290819
|
+
"state_reason": "completed"
|
|
289790
290820
|
}
|
|
289791
290821
|
}
|
|
289792
290822
|
}
|
|
@@ -289960,6 +290990,12 @@
|
|
|
289960
290990
|
"closed"
|
|
289961
290991
|
]
|
|
289962
290992
|
},
|
|
290993
|
+
"state_reason": {
|
|
290994
|
+
"type": "string",
|
|
290995
|
+
"nullable": true,
|
|
290996
|
+
"description": "The reason for the current state",
|
|
290997
|
+
"example": "not_planned"
|
|
290998
|
+
},
|
|
289963
290999
|
"milestone": {
|
|
289964
291000
|
"oneOf": [
|
|
289965
291001
|
{
|
|
@@ -292010,6 +293046,11 @@
|
|
|
292010
293046
|
"description": "Whether to allow forking this repo",
|
|
292011
293047
|
"type": "boolean"
|
|
292012
293048
|
},
|
|
293049
|
+
"web_commit_signoff_required": {
|
|
293050
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
293051
|
+
"default": false,
|
|
293052
|
+
"type": "boolean"
|
|
293053
|
+
},
|
|
292013
293054
|
"subscribers_count": {
|
|
292014
293055
|
"type": "integer"
|
|
292015
293056
|
},
|
|
@@ -292599,7 +293640,8 @@
|
|
|
292599
293640
|
"type": "User",
|
|
292600
293641
|
"site_admin": false
|
|
292601
293642
|
},
|
|
292602
|
-
"author_association": "COLLABORATOR"
|
|
293643
|
+
"author_association": "COLLABORATOR",
|
|
293644
|
+
"state_reason": "completed"
|
|
292603
293645
|
}
|
|
292604
293646
|
}
|
|
292605
293647
|
}
|
|
@@ -294860,6 +295902,11 @@
|
|
|
294860
295902
|
"description": "Whether to allow forking this repo",
|
|
294861
295903
|
"type": "boolean"
|
|
294862
295904
|
},
|
|
295905
|
+
"web_commit_signoff_required": {
|
|
295906
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
295907
|
+
"default": false,
|
|
295908
|
+
"type": "boolean"
|
|
295909
|
+
},
|
|
294863
295910
|
"subscribers_count": {
|
|
294864
295911
|
"type": "integer"
|
|
294865
295912
|
},
|
|
@@ -295449,7 +296496,8 @@
|
|
|
295449
296496
|
"type": "User",
|
|
295450
296497
|
"site_admin": false
|
|
295451
296498
|
},
|
|
295452
|
-
"author_association": "COLLABORATOR"
|
|
296499
|
+
"author_association": "COLLABORATOR",
|
|
296500
|
+
"state_reason": "completed"
|
|
295453
296501
|
}
|
|
295454
296502
|
}
|
|
295455
296503
|
}
|
|
@@ -318707,6 +319755,11 @@
|
|
|
318707
319755
|
"description": "Whether to allow forking this repo",
|
|
318708
319756
|
"type": "boolean"
|
|
318709
319757
|
},
|
|
319758
|
+
"web_commit_signoff_required": {
|
|
319759
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
319760
|
+
"default": false,
|
|
319761
|
+
"type": "boolean"
|
|
319762
|
+
},
|
|
318710
319763
|
"subscribers_count": {
|
|
318711
319764
|
"type": "integer"
|
|
318712
319765
|
},
|
|
@@ -328012,6 +329065,11 @@
|
|
|
328012
329065
|
"description": "Whether to allow forking this repo",
|
|
328013
329066
|
"type": "boolean"
|
|
328014
329067
|
},
|
|
329068
|
+
"web_commit_signoff_required": {
|
|
329069
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
329070
|
+
"default": false,
|
|
329071
|
+
"type": "boolean"
|
|
329072
|
+
},
|
|
328015
329073
|
"subscribers_count": {
|
|
328016
329074
|
"type": "integer"
|
|
328017
329075
|
},
|
|
@@ -328191,6 +329249,10 @@
|
|
|
328191
329249
|
},
|
|
328192
329250
|
"allow_forking": {
|
|
328193
329251
|
"type": "boolean"
|
|
329252
|
+
},
|
|
329253
|
+
"web_commit_signoff_required": {
|
|
329254
|
+
"type": "boolean",
|
|
329255
|
+
"example": false
|
|
328194
329256
|
}
|
|
328195
329257
|
},
|
|
328196
329258
|
"required": [
|
|
@@ -334285,6 +335347,11 @@
|
|
|
334285
335347
|
"description": "Whether to allow forking this repo",
|
|
334286
335348
|
"type": "boolean"
|
|
334287
335349
|
},
|
|
335350
|
+
"web_commit_signoff_required": {
|
|
335351
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
335352
|
+
"default": false,
|
|
335353
|
+
"type": "boolean"
|
|
335354
|
+
},
|
|
334288
335355
|
"subscribers_count": {
|
|
334289
335356
|
"type": "integer"
|
|
334290
335357
|
},
|
|
@@ -335610,6 +336677,11 @@
|
|
|
335610
336677
|
"description": "Whether to allow forking this repo",
|
|
335611
336678
|
"type": "boolean"
|
|
335612
336679
|
},
|
|
336680
|
+
"web_commit_signoff_required": {
|
|
336681
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
336682
|
+
"default": false,
|
|
336683
|
+
"type": "boolean"
|
|
336684
|
+
},
|
|
335613
336685
|
"subscribers_count": {
|
|
335614
336686
|
"type": "integer"
|
|
335615
336687
|
},
|
|
@@ -338250,6 +339322,9 @@
|
|
|
338250
339322
|
},
|
|
338251
339323
|
"is_template": {
|
|
338252
339324
|
"type": "boolean"
|
|
339325
|
+
},
|
|
339326
|
+
"web_commit_signoff_required": {
|
|
339327
|
+
"type": "boolean"
|
|
338253
339328
|
}
|
|
338254
339329
|
},
|
|
338255
339330
|
"required": [
|
|
@@ -338863,6 +339938,9 @@
|
|
|
338863
339938
|
},
|
|
338864
339939
|
"allow_forking": {
|
|
338865
339940
|
"type": "boolean"
|
|
339941
|
+
},
|
|
339942
|
+
"web_commit_signoff_required": {
|
|
339943
|
+
"type": "boolean"
|
|
338866
339944
|
}
|
|
338867
339945
|
},
|
|
338868
339946
|
"required": [
|
|
@@ -344286,6 +345364,9 @@
|
|
|
344286
345364
|
},
|
|
344287
345365
|
"is_template": {
|
|
344288
345366
|
"type": "boolean"
|
|
345367
|
+
},
|
|
345368
|
+
"web_commit_signoff_required": {
|
|
345369
|
+
"type": "boolean"
|
|
344289
345370
|
}
|
|
344290
345371
|
},
|
|
344291
345372
|
"required": [
|
|
@@ -344899,6 +345980,9 @@
|
|
|
344899
345980
|
},
|
|
344900
345981
|
"allow_forking": {
|
|
344901
345982
|
"type": "boolean"
|
|
345983
|
+
},
|
|
345984
|
+
"web_commit_signoff_required": {
|
|
345985
|
+
"type": "boolean"
|
|
344902
345986
|
}
|
|
344903
345987
|
},
|
|
344904
345988
|
"required": [
|
|
@@ -347653,6 +348737,9 @@
|
|
|
347653
348737
|
},
|
|
347654
348738
|
"is_template": {
|
|
347655
348739
|
"type": "boolean"
|
|
348740
|
+
},
|
|
348741
|
+
"web_commit_signoff_required": {
|
|
348742
|
+
"type": "boolean"
|
|
347656
348743
|
}
|
|
347657
348744
|
},
|
|
347658
348745
|
"required": [
|
|
@@ -348266,6 +349353,9 @@
|
|
|
348266
349353
|
},
|
|
348267
349354
|
"allow_forking": {
|
|
348268
349355
|
"type": "boolean"
|
|
349356
|
+
},
|
|
349357
|
+
"web_commit_signoff_required": {
|
|
349358
|
+
"type": "boolean"
|
|
348269
349359
|
}
|
|
348270
349360
|
},
|
|
348271
349361
|
"required": [
|
|
@@ -351481,6 +352571,11 @@
|
|
|
351481
352571
|
"description": "Whether to allow forking this repo",
|
|
351482
352572
|
"type": "boolean"
|
|
351483
352573
|
},
|
|
352574
|
+
"web_commit_signoff_required": {
|
|
352575
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
352576
|
+
"default": false,
|
|
352577
|
+
"type": "boolean"
|
|
352578
|
+
},
|
|
351484
352579
|
"subscribers_count": {
|
|
351485
352580
|
"type": "integer"
|
|
351486
352581
|
},
|
|
@@ -351660,6 +352755,10 @@
|
|
|
351660
352755
|
},
|
|
351661
352756
|
"allow_forking": {
|
|
351662
352757
|
"type": "boolean"
|
|
352758
|
+
},
|
|
352759
|
+
"web_commit_signoff_required": {
|
|
352760
|
+
"type": "boolean",
|
|
352761
|
+
"example": false
|
|
351663
352762
|
}
|
|
351664
352763
|
},
|
|
351665
352764
|
"required": [
|
|
@@ -351944,6 +353043,12 @@
|
|
|
351944
353043
|
"format": "date-time",
|
|
351945
353044
|
"example": "2011-01-26T20:01:12Z",
|
|
351946
353045
|
"nullable": true
|
|
353046
|
+
},
|
|
353047
|
+
"last_known_stop_notice": {
|
|
353048
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
353049
|
+
"type": "string",
|
|
353050
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
353051
|
+
"nullable": true
|
|
351947
353052
|
}
|
|
351948
353053
|
},
|
|
351949
353054
|
"required": [
|
|
@@ -353915,6 +355020,11 @@
|
|
|
353915
355020
|
"description": "Whether to allow forking this repo",
|
|
353916
355021
|
"type": "boolean"
|
|
353917
355022
|
},
|
|
355023
|
+
"web_commit_signoff_required": {
|
|
355024
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
355025
|
+
"default": false,
|
|
355026
|
+
"type": "boolean"
|
|
355027
|
+
},
|
|
353918
355028
|
"subscribers_count": {
|
|
353919
355029
|
"type": "integer"
|
|
353920
355030
|
},
|
|
@@ -354094,6 +355204,10 @@
|
|
|
354094
355204
|
},
|
|
354095
355205
|
"allow_forking": {
|
|
354096
355206
|
"type": "boolean"
|
|
355207
|
+
},
|
|
355208
|
+
"web_commit_signoff_required": {
|
|
355209
|
+
"type": "boolean",
|
|
355210
|
+
"example": false
|
|
354097
355211
|
}
|
|
354098
355212
|
},
|
|
354099
355213
|
"required": [
|
|
@@ -354378,6 +355492,12 @@
|
|
|
354378
355492
|
"format": "date-time",
|
|
354379
355493
|
"example": "2011-01-26T20:01:12Z",
|
|
354380
355494
|
"nullable": true
|
|
355495
|
+
},
|
|
355496
|
+
"last_known_stop_notice": {
|
|
355497
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
355498
|
+
"type": "string",
|
|
355499
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
355500
|
+
"nullable": true
|
|
354381
355501
|
}
|
|
354382
355502
|
},
|
|
354383
355503
|
"required": [
|
|
@@ -360443,6 +361563,11 @@
|
|
|
360443
361563
|
"description": "Whether to allow forking this repo",
|
|
360444
361564
|
"type": "boolean"
|
|
360445
361565
|
},
|
|
361566
|
+
"web_commit_signoff_required": {
|
|
361567
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
361568
|
+
"default": false,
|
|
361569
|
+
"type": "boolean"
|
|
361570
|
+
},
|
|
360446
361571
|
"subscribers_count": {
|
|
360447
361572
|
"type": "integer"
|
|
360448
361573
|
},
|
|
@@ -361768,6 +362893,11 @@
|
|
|
361768
362893
|
"description": "Whether to allow forking this repo",
|
|
361769
362894
|
"type": "boolean"
|
|
361770
362895
|
},
|
|
362896
|
+
"web_commit_signoff_required": {
|
|
362897
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
362898
|
+
"default": false,
|
|
362899
|
+
"type": "boolean"
|
|
362900
|
+
},
|
|
361771
362901
|
"subscribers_count": {
|
|
361772
362902
|
"type": "integer"
|
|
361773
362903
|
},
|
|
@@ -365142,6 +366272,11 @@
|
|
|
365142
366272
|
"description": "Whether to allow forking this repo",
|
|
365143
366273
|
"type": "boolean"
|
|
365144
366274
|
},
|
|
366275
|
+
"web_commit_signoff_required": {
|
|
366276
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
366277
|
+
"default": false,
|
|
366278
|
+
"type": "boolean"
|
|
366279
|
+
},
|
|
365145
366280
|
"subscribers_count": {
|
|
365146
366281
|
"type": "integer"
|
|
365147
366282
|
},
|
|
@@ -366467,6 +367602,11 @@
|
|
|
366467
367602
|
"description": "Whether to allow forking this repo",
|
|
366468
367603
|
"type": "boolean"
|
|
366469
367604
|
},
|
|
367605
|
+
"web_commit_signoff_required": {
|
|
367606
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
367607
|
+
"default": false,
|
|
367608
|
+
"type": "boolean"
|
|
367609
|
+
},
|
|
366470
367610
|
"subscribers_count": {
|
|
366471
367611
|
"type": "integer"
|
|
366472
367612
|
},
|
|
@@ -385591,6 +386731,11 @@
|
|
|
385591
386731
|
"description": "Whether to allow forking this repo",
|
|
385592
386732
|
"type": "boolean"
|
|
385593
386733
|
},
|
|
386734
|
+
"web_commit_signoff_required": {
|
|
386735
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
386736
|
+
"default": false,
|
|
386737
|
+
"type": "boolean"
|
|
386738
|
+
},
|
|
385594
386739
|
"subscribers_count": {
|
|
385595
386740
|
"type": "integer"
|
|
385596
386741
|
},
|
|
@@ -385770,6 +386915,10 @@
|
|
|
385770
386915
|
},
|
|
385771
386916
|
"allow_forking": {
|
|
385772
386917
|
"type": "boolean"
|
|
386918
|
+
},
|
|
386919
|
+
"web_commit_signoff_required": {
|
|
386920
|
+
"type": "boolean",
|
|
386921
|
+
"example": false
|
|
385773
386922
|
}
|
|
385774
386923
|
},
|
|
385775
386924
|
"required": [
|
|
@@ -387444,6 +388593,11 @@
|
|
|
387444
388593
|
"description": "Whether to allow forking this repo",
|
|
387445
388594
|
"type": "boolean"
|
|
387446
388595
|
},
|
|
388596
|
+
"web_commit_signoff_required": {
|
|
388597
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
388598
|
+
"default": false,
|
|
388599
|
+
"type": "boolean"
|
|
388600
|
+
},
|
|
387447
388601
|
"subscribers_count": {
|
|
387448
388602
|
"type": "integer"
|
|
387449
388603
|
},
|
|
@@ -389234,6 +390388,11 @@
|
|
|
389234
390388
|
"description": "Whether to allow forking this repo",
|
|
389235
390389
|
"type": "boolean"
|
|
389236
390390
|
},
|
|
390391
|
+
"web_commit_signoff_required": {
|
|
390392
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
390393
|
+
"default": false,
|
|
390394
|
+
"type": "boolean"
|
|
390395
|
+
},
|
|
389237
390396
|
"subscribers_count": {
|
|
389238
390397
|
"type": "integer"
|
|
389239
390398
|
},
|
|
@@ -389413,6 +390572,10 @@
|
|
|
389413
390572
|
},
|
|
389414
390573
|
"allow_forking": {
|
|
389415
390574
|
"type": "boolean"
|
|
390575
|
+
},
|
|
390576
|
+
"web_commit_signoff_required": {
|
|
390577
|
+
"type": "boolean",
|
|
390578
|
+
"example": false
|
|
389416
390579
|
}
|
|
389417
390580
|
},
|
|
389418
390581
|
"required": [
|
|
@@ -397209,6 +398372,11 @@
|
|
|
397209
398372
|
"description": "Whether to allow forking this repo",
|
|
397210
398373
|
"type": "boolean"
|
|
397211
398374
|
},
|
|
398375
|
+
"web_commit_signoff_required": {
|
|
398376
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
398377
|
+
"default": false,
|
|
398378
|
+
"type": "boolean"
|
|
398379
|
+
},
|
|
397212
398380
|
"subscribers_count": {
|
|
397213
398381
|
"type": "integer"
|
|
397214
398382
|
},
|
|
@@ -397388,6 +398556,10 @@
|
|
|
397388
398556
|
},
|
|
397389
398557
|
"allow_forking": {
|
|
397390
398558
|
"type": "boolean"
|
|
398559
|
+
},
|
|
398560
|
+
"web_commit_signoff_required": {
|
|
398561
|
+
"type": "boolean",
|
|
398562
|
+
"example": false
|
|
397391
398563
|
}
|
|
397392
398564
|
},
|
|
397393
398565
|
"required": [
|
|
@@ -399629,6 +400801,11 @@
|
|
|
399629
400801
|
"description": "Whether to allow forking this repo",
|
|
399630
400802
|
"type": "boolean"
|
|
399631
400803
|
},
|
|
400804
|
+
"web_commit_signoff_required": {
|
|
400805
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
400806
|
+
"default": false,
|
|
400807
|
+
"type": "boolean"
|
|
400808
|
+
},
|
|
399632
400809
|
"subscribers_count": {
|
|
399633
400810
|
"type": "integer"
|
|
399634
400811
|
},
|
|
@@ -399808,6 +400985,10 @@
|
|
|
399808
400985
|
},
|
|
399809
400986
|
"allow_forking": {
|
|
399810
400987
|
"type": "boolean"
|
|
400988
|
+
},
|
|
400989
|
+
"web_commit_signoff_required": {
|
|
400990
|
+
"type": "boolean",
|
|
400991
|
+
"example": false
|
|
399811
400992
|
}
|
|
399812
400993
|
},
|
|
399813
400994
|
"required": [
|
|
@@ -402044,6 +403225,11 @@
|
|
|
402044
403225
|
"description": "Whether to allow forking this repo",
|
|
402045
403226
|
"type": "boolean"
|
|
402046
403227
|
},
|
|
403228
|
+
"web_commit_signoff_required": {
|
|
403229
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
403230
|
+
"default": false,
|
|
403231
|
+
"type": "boolean"
|
|
403232
|
+
},
|
|
402047
403233
|
"subscribers_count": {
|
|
402048
403234
|
"type": "integer"
|
|
402049
403235
|
},
|
|
@@ -402572,7 +403758,8 @@
|
|
|
402572
403758
|
"body": "...",
|
|
402573
403759
|
"score": 1,
|
|
402574
403760
|
"locked": true,
|
|
402575
|
-
"author_association": "COLLABORATOR"
|
|
403761
|
+
"author_association": "COLLABORATOR",
|
|
403762
|
+
"state_reason": "completed"
|
|
402576
403763
|
}
|
|
402577
403764
|
]
|
|
402578
403765
|
}
|
|
@@ -403660,6 +404847,10 @@
|
|
|
403660
404847
|
},
|
|
403661
404848
|
"is_template": {
|
|
403662
404849
|
"type": "boolean"
|
|
404850
|
+
},
|
|
404851
|
+
"web_commit_signoff_required": {
|
|
404852
|
+
"type": "boolean",
|
|
404853
|
+
"example": false
|
|
403663
404854
|
}
|
|
403664
404855
|
},
|
|
403665
404856
|
"required": [
|
|
@@ -404896,8 +406087,8 @@
|
|
|
404896
406087
|
"example": "2017-08-17T12:37:15Z"
|
|
404897
406088
|
},
|
|
404898
406089
|
"organization": {
|
|
404899
|
-
"title": "Organization
|
|
404900
|
-
"description": "Organization
|
|
406090
|
+
"title": "Team Organization",
|
|
406091
|
+
"description": "Team Organization",
|
|
404901
406092
|
"type": "object",
|
|
404902
406093
|
"properties": {
|
|
404903
406094
|
"login": {
|
|
@@ -405122,6 +406313,10 @@
|
|
|
405122
406313
|
"example": false,
|
|
405123
406314
|
"nullable": true
|
|
405124
406315
|
},
|
|
406316
|
+
"web_commit_signoff_required": {
|
|
406317
|
+
"type": "boolean",
|
|
406318
|
+
"example": false
|
|
406319
|
+
},
|
|
405125
406320
|
"updated_at": {
|
|
405126
406321
|
"type": "string",
|
|
405127
406322
|
"format": "date-time"
|
|
@@ -405511,8 +406706,8 @@
|
|
|
405511
406706
|
"example": "2017-08-17T12:37:15Z"
|
|
405512
406707
|
},
|
|
405513
406708
|
"organization": {
|
|
405514
|
-
"title": "Organization
|
|
405515
|
-
"description": "Organization
|
|
406709
|
+
"title": "Team Organization",
|
|
406710
|
+
"description": "Team Organization",
|
|
405516
406711
|
"type": "object",
|
|
405517
406712
|
"properties": {
|
|
405518
406713
|
"login": {
|
|
@@ -405737,6 +406932,10 @@
|
|
|
405737
406932
|
"example": false,
|
|
405738
406933
|
"nullable": true
|
|
405739
406934
|
},
|
|
406935
|
+
"web_commit_signoff_required": {
|
|
406936
|
+
"type": "boolean",
|
|
406937
|
+
"example": false
|
|
406938
|
+
},
|
|
405740
406939
|
"updated_at": {
|
|
405741
406940
|
"type": "string",
|
|
405742
406941
|
"format": "date-time"
|
|
@@ -406010,8 +407209,8 @@
|
|
|
406010
407209
|
"example": "2017-08-17T12:37:15Z"
|
|
406011
407210
|
},
|
|
406012
407211
|
"organization": {
|
|
406013
|
-
"title": "Organization
|
|
406014
|
-
"description": "Organization
|
|
407212
|
+
"title": "Team Organization",
|
|
407213
|
+
"description": "Team Organization",
|
|
406015
407214
|
"type": "object",
|
|
406016
407215
|
"properties": {
|
|
406017
407216
|
"login": {
|
|
@@ -406236,6 +407435,10 @@
|
|
|
406236
407435
|
"example": false,
|
|
406237
407436
|
"nullable": true
|
|
406238
407437
|
},
|
|
407438
|
+
"web_commit_signoff_required": {
|
|
407439
|
+
"type": "boolean",
|
|
407440
|
+
"example": false
|
|
407441
|
+
},
|
|
406239
407442
|
"updated_at": {
|
|
406240
407443
|
"type": "string",
|
|
406241
407444
|
"format": "date-time"
|
|
@@ -414591,6 +415794,11 @@
|
|
|
414591
415794
|
"description": "Whether to allow forking this repo",
|
|
414592
415795
|
"type": "boolean"
|
|
414593
415796
|
},
|
|
415797
|
+
"web_commit_signoff_required": {
|
|
415798
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
415799
|
+
"default": false,
|
|
415800
|
+
"type": "boolean"
|
|
415801
|
+
},
|
|
414594
415802
|
"subscribers_count": {
|
|
414595
415803
|
"type": "integer"
|
|
414596
415804
|
},
|
|
@@ -414770,6 +415978,10 @@
|
|
|
414770
415978
|
},
|
|
414771
415979
|
"allow_forking": {
|
|
414772
415980
|
"type": "boolean"
|
|
415981
|
+
},
|
|
415982
|
+
"web_commit_signoff_required": {
|
|
415983
|
+
"type": "boolean",
|
|
415984
|
+
"example": false
|
|
414773
415985
|
}
|
|
414774
415986
|
},
|
|
414775
415987
|
"required": [
|
|
@@ -416648,6 +417860,11 @@
|
|
|
416648
417860
|
"description": "Whether to allow forking this repo",
|
|
416649
417861
|
"type": "boolean"
|
|
416650
417862
|
},
|
|
417863
|
+
"web_commit_signoff_required": {
|
|
417864
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
417865
|
+
"default": false,
|
|
417866
|
+
"type": "boolean"
|
|
417867
|
+
},
|
|
416651
417868
|
"subscribers_count": {
|
|
416652
417869
|
"type": "integer"
|
|
416653
417870
|
},
|
|
@@ -416778,6 +417995,12 @@
|
|
|
416778
417995
|
"type": "boolean",
|
|
416779
417996
|
"example": false
|
|
416780
417997
|
},
|
|
417998
|
+
"web_commit_signoff_required": {
|
|
417999
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
418000
|
+
"default": false,
|
|
418001
|
+
"type": "boolean",
|
|
418002
|
+
"example": false
|
|
418003
|
+
},
|
|
416781
418004
|
"subscribers_count": {
|
|
416782
418005
|
"type": "integer"
|
|
416783
418006
|
},
|
|
@@ -421912,6 +423135,11 @@
|
|
|
421912
423135
|
"description": "Whether to allow forking this repo",
|
|
421913
423136
|
"type": "boolean"
|
|
421914
423137
|
},
|
|
423138
|
+
"web_commit_signoff_required": {
|
|
423139
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
423140
|
+
"default": false,
|
|
423141
|
+
"type": "boolean"
|
|
423142
|
+
},
|
|
421915
423143
|
"subscribers_count": {
|
|
421916
423144
|
"type": "integer"
|
|
421917
423145
|
},
|
|
@@ -422091,6 +423319,10 @@
|
|
|
422091
423319
|
},
|
|
422092
423320
|
"allow_forking": {
|
|
422093
423321
|
"type": "boolean"
|
|
423322
|
+
},
|
|
423323
|
+
"web_commit_signoff_required": {
|
|
423324
|
+
"type": "boolean",
|
|
423325
|
+
"example": false
|
|
422094
423326
|
}
|
|
422095
423327
|
},
|
|
422096
423328
|
"required": [
|
|
@@ -422375,6 +423607,12 @@
|
|
|
422375
423607
|
"format": "date-time",
|
|
422376
423608
|
"example": "2011-01-26T20:01:12Z",
|
|
422377
423609
|
"nullable": true
|
|
423610
|
+
},
|
|
423611
|
+
"last_known_stop_notice": {
|
|
423612
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
423613
|
+
"type": "string",
|
|
423614
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
423615
|
+
"nullable": true
|
|
422378
423616
|
}
|
|
422379
423617
|
},
|
|
422380
423618
|
"required": [
|
|
@@ -424883,6 +426121,11 @@
|
|
|
424883
426121
|
"description": "Whether to allow forking this repo",
|
|
424884
426122
|
"type": "boolean"
|
|
424885
426123
|
},
|
|
426124
|
+
"web_commit_signoff_required": {
|
|
426125
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
426126
|
+
"default": false,
|
|
426127
|
+
"type": "boolean"
|
|
426128
|
+
},
|
|
424886
426129
|
"subscribers_count": {
|
|
424887
426130
|
"type": "integer"
|
|
424888
426131
|
},
|
|
@@ -425062,6 +426305,10 @@
|
|
|
425062
426305
|
},
|
|
425063
426306
|
"allow_forking": {
|
|
425064
426307
|
"type": "boolean"
|
|
426308
|
+
},
|
|
426309
|
+
"web_commit_signoff_required": {
|
|
426310
|
+
"type": "boolean",
|
|
426311
|
+
"example": false
|
|
425065
426312
|
}
|
|
425066
426313
|
},
|
|
425067
426314
|
"required": [
|
|
@@ -425346,6 +426593,12 @@
|
|
|
425346
426593
|
"format": "date-time",
|
|
425347
426594
|
"example": "2011-01-26T20:01:12Z",
|
|
425348
426595
|
"nullable": true
|
|
426596
|
+
},
|
|
426597
|
+
"last_known_stop_notice": {
|
|
426598
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
426599
|
+
"type": "string",
|
|
426600
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
426601
|
+
"nullable": true
|
|
425349
426602
|
}
|
|
425350
426603
|
},
|
|
425351
426604
|
"required": [
|
|
@@ -427317,6 +428570,11 @@
|
|
|
427317
428570
|
"description": "Whether to allow forking this repo",
|
|
427318
428571
|
"type": "boolean"
|
|
427319
428572
|
},
|
|
428573
|
+
"web_commit_signoff_required": {
|
|
428574
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
428575
|
+
"default": false,
|
|
428576
|
+
"type": "boolean"
|
|
428577
|
+
},
|
|
427320
428578
|
"subscribers_count": {
|
|
427321
428579
|
"type": "integer"
|
|
427322
428580
|
},
|
|
@@ -427496,6 +428754,10 @@
|
|
|
427496
428754
|
},
|
|
427497
428755
|
"allow_forking": {
|
|
427498
428756
|
"type": "boolean"
|
|
428757
|
+
},
|
|
428758
|
+
"web_commit_signoff_required": {
|
|
428759
|
+
"type": "boolean",
|
|
428760
|
+
"example": false
|
|
427499
428761
|
}
|
|
427500
428762
|
},
|
|
427501
428763
|
"required": [
|
|
@@ -427780,6 +429042,12 @@
|
|
|
427780
429042
|
"format": "date-time",
|
|
427781
429043
|
"example": "2011-01-26T20:01:12Z",
|
|
427782
429044
|
"nullable": true
|
|
429045
|
+
},
|
|
429046
|
+
"last_known_stop_notice": {
|
|
429047
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
429048
|
+
"type": "string",
|
|
429049
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
429050
|
+
"nullable": true
|
|
427783
429051
|
}
|
|
427784
429052
|
},
|
|
427785
429053
|
"required": [
|
|
@@ -430124,6 +431392,11 @@
|
|
|
430124
431392
|
"description": "Whether to allow forking this repo",
|
|
430125
431393
|
"type": "boolean"
|
|
430126
431394
|
},
|
|
431395
|
+
"web_commit_signoff_required": {
|
|
431396
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
431397
|
+
"default": false,
|
|
431398
|
+
"type": "boolean"
|
|
431399
|
+
},
|
|
430127
431400
|
"subscribers_count": {
|
|
430128
431401
|
"type": "integer"
|
|
430129
431402
|
},
|
|
@@ -430303,6 +431576,10 @@
|
|
|
430303
431576
|
},
|
|
430304
431577
|
"allow_forking": {
|
|
430305
431578
|
"type": "boolean"
|
|
431579
|
+
},
|
|
431580
|
+
"web_commit_signoff_required": {
|
|
431581
|
+
"type": "boolean",
|
|
431582
|
+
"example": false
|
|
430306
431583
|
}
|
|
430307
431584
|
},
|
|
430308
431585
|
"required": [
|
|
@@ -433006,6 +434283,11 @@
|
|
|
433006
434283
|
"description": "Whether to allow forking this repo",
|
|
433007
434284
|
"type": "boolean"
|
|
433008
434285
|
},
|
|
434286
|
+
"web_commit_signoff_required": {
|
|
434287
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
434288
|
+
"default": false,
|
|
434289
|
+
"type": "boolean"
|
|
434290
|
+
},
|
|
433009
434291
|
"subscribers_count": {
|
|
433010
434292
|
"type": "integer"
|
|
433011
434293
|
},
|
|
@@ -433185,6 +434467,10 @@
|
|
|
433185
434467
|
},
|
|
433186
434468
|
"allow_forking": {
|
|
433187
434469
|
"type": "boolean"
|
|
434470
|
+
},
|
|
434471
|
+
"web_commit_signoff_required": {
|
|
434472
|
+
"type": "boolean",
|
|
434473
|
+
"example": false
|
|
433188
434474
|
}
|
|
433189
434475
|
},
|
|
433190
434476
|
"required": [
|
|
@@ -433469,6 +434755,12 @@
|
|
|
433469
434755
|
"format": "date-time",
|
|
433470
434756
|
"example": "2011-01-26T20:01:12Z",
|
|
433471
434757
|
"nullable": true
|
|
434758
|
+
},
|
|
434759
|
+
"last_known_stop_notice": {
|
|
434760
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
434761
|
+
"type": "string",
|
|
434762
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
434763
|
+
"nullable": true
|
|
433472
434764
|
}
|
|
433473
434765
|
},
|
|
433474
434766
|
"required": [
|
|
@@ -435613,6 +436905,11 @@
|
|
|
435613
436905
|
"description": "Whether to allow forking this repo",
|
|
435614
436906
|
"type": "boolean"
|
|
435615
436907
|
},
|
|
436908
|
+
"web_commit_signoff_required": {
|
|
436909
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
436910
|
+
"default": false,
|
|
436911
|
+
"type": "boolean"
|
|
436912
|
+
},
|
|
435616
436913
|
"subscribers_count": {
|
|
435617
436914
|
"type": "integer"
|
|
435618
436915
|
},
|
|
@@ -435792,6 +437089,10 @@
|
|
|
435792
437089
|
},
|
|
435793
437090
|
"allow_forking": {
|
|
435794
437091
|
"type": "boolean"
|
|
437092
|
+
},
|
|
437093
|
+
"web_commit_signoff_required": {
|
|
437094
|
+
"type": "boolean",
|
|
437095
|
+
"example": false
|
|
435795
437096
|
}
|
|
435796
437097
|
},
|
|
435797
437098
|
"required": [
|
|
@@ -436076,6 +437377,12 @@
|
|
|
436076
437377
|
"format": "date-time",
|
|
436077
437378
|
"example": "2011-01-26T20:01:12Z",
|
|
436078
437379
|
"nullable": true
|
|
437380
|
+
},
|
|
437381
|
+
"last_known_stop_notice": {
|
|
437382
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
437383
|
+
"type": "string",
|
|
437384
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
437385
|
+
"nullable": true
|
|
436079
437386
|
}
|
|
436080
437387
|
},
|
|
436081
437388
|
"required": [
|
|
@@ -438955,6 +440262,11 @@
|
|
|
438955
440262
|
"description": "Whether to allow forking this repo",
|
|
438956
440263
|
"type": "boolean"
|
|
438957
440264
|
},
|
|
440265
|
+
"web_commit_signoff_required": {
|
|
440266
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
440267
|
+
"default": false,
|
|
440268
|
+
"type": "boolean"
|
|
440269
|
+
},
|
|
438958
440270
|
"subscribers_count": {
|
|
438959
440271
|
"type": "integer"
|
|
438960
440272
|
},
|
|
@@ -439134,6 +440446,10 @@
|
|
|
439134
440446
|
},
|
|
439135
440447
|
"allow_forking": {
|
|
439136
440448
|
"type": "boolean"
|
|
440449
|
+
},
|
|
440450
|
+
"web_commit_signoff_required": {
|
|
440451
|
+
"type": "boolean",
|
|
440452
|
+
"example": false
|
|
439137
440453
|
}
|
|
439138
440454
|
},
|
|
439139
440455
|
"required": [
|
|
@@ -439418,6 +440734,12 @@
|
|
|
439418
440734
|
"format": "date-time",
|
|
439419
440735
|
"example": "2011-01-26T20:01:12Z",
|
|
439420
440736
|
"nullable": true
|
|
440737
|
+
},
|
|
440738
|
+
"last_known_stop_notice": {
|
|
440739
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
440740
|
+
"type": "string",
|
|
440741
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
440742
|
+
"nullable": true
|
|
439421
440743
|
}
|
|
439422
440744
|
},
|
|
439423
440745
|
"required": [
|
|
@@ -441642,6 +442964,11 @@
|
|
|
441642
442964
|
"description": "Whether to allow forking this repo",
|
|
441643
442965
|
"type": "boolean"
|
|
441644
442966
|
},
|
|
442967
|
+
"web_commit_signoff_required": {
|
|
442968
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
442969
|
+
"default": false,
|
|
442970
|
+
"type": "boolean"
|
|
442971
|
+
},
|
|
441645
442972
|
"subscribers_count": {
|
|
441646
442973
|
"type": "integer"
|
|
441647
442974
|
},
|
|
@@ -441821,6 +443148,10 @@
|
|
|
441821
443148
|
},
|
|
441822
443149
|
"allow_forking": {
|
|
441823
443150
|
"type": "boolean"
|
|
443151
|
+
},
|
|
443152
|
+
"web_commit_signoff_required": {
|
|
443153
|
+
"type": "boolean",
|
|
443154
|
+
"example": false
|
|
441824
443155
|
}
|
|
441825
443156
|
},
|
|
441826
443157
|
"required": [
|
|
@@ -442105,6 +443436,12 @@
|
|
|
442105
443436
|
"format": "date-time",
|
|
442106
443437
|
"example": "2011-01-26T20:01:12Z",
|
|
442107
443438
|
"nullable": true
|
|
443439
|
+
},
|
|
443440
|
+
"last_known_stop_notice": {
|
|
443441
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
443442
|
+
"type": "string",
|
|
443443
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
443444
|
+
"nullable": true
|
|
442108
443445
|
}
|
|
442109
443446
|
},
|
|
442110
443447
|
"required": [
|
|
@@ -445911,14 +447248,6 @@
|
|
|
445911
447248
|
"write"
|
|
445912
447249
|
]
|
|
445913
447250
|
},
|
|
445914
|
-
"organization_custom_roles": {
|
|
445915
|
-
"type": "string",
|
|
445916
|
-
"description": "The level of permission to grant the access token for custom roles management.",
|
|
445917
|
-
"enum": [
|
|
445918
|
-
"read",
|
|
445919
|
-
"write"
|
|
445920
|
-
]
|
|
445921
|
-
},
|
|
445922
447251
|
"deployments": {
|
|
445923
447252
|
"type": "string",
|
|
445924
447253
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -446063,6 +447392,14 @@
|
|
|
446063
447392
|
"write"
|
|
446064
447393
|
]
|
|
446065
447394
|
},
|
|
447395
|
+
"organization_custom_roles": {
|
|
447396
|
+
"type": "string",
|
|
447397
|
+
"description": "The level of permission to grant the access token for custom roles management. This property is in beta and is subject to change.",
|
|
447398
|
+
"enum": [
|
|
447399
|
+
"read",
|
|
447400
|
+
"write"
|
|
447401
|
+
]
|
|
447402
|
+
},
|
|
446066
447403
|
"organization_hooks": {
|
|
446067
447404
|
"type": "string",
|
|
446068
447405
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
@@ -447665,6 +449002,11 @@
|
|
|
447665
449002
|
"description": "Whether to allow forking this repo",
|
|
447666
449003
|
"type": "boolean"
|
|
447667
449004
|
},
|
|
449005
|
+
"web_commit_signoff_required": {
|
|
449006
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
449007
|
+
"default": false,
|
|
449008
|
+
"type": "boolean"
|
|
449009
|
+
},
|
|
447668
449010
|
"subscribers_count": {
|
|
447669
449011
|
"type": "integer"
|
|
447670
449012
|
},
|
|
@@ -450609,6 +451951,11 @@
|
|
|
450609
451951
|
"description": "Whether to allow forking this repo",
|
|
450610
451952
|
"type": "boolean"
|
|
450611
451953
|
},
|
|
451954
|
+
"web_commit_signoff_required": {
|
|
451955
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
451956
|
+
"default": false,
|
|
451957
|
+
"type": "boolean"
|
|
451958
|
+
},
|
|
450612
451959
|
"subscribers_count": {
|
|
450613
451960
|
"type": "integer"
|
|
450614
451961
|
},
|
|
@@ -455454,6 +456801,11 @@
|
|
|
455454
456801
|
"description": "Whether to allow forking this repo",
|
|
455455
456802
|
"type": "boolean"
|
|
455456
456803
|
},
|
|
456804
|
+
"web_commit_signoff_required": {
|
|
456805
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
456806
|
+
"default": false,
|
|
456807
|
+
"type": "boolean"
|
|
456808
|
+
},
|
|
455457
456809
|
"subscribers_count": {
|
|
455458
456810
|
"type": "integer"
|
|
455459
456811
|
},
|
|
@@ -457194,6 +458546,11 @@
|
|
|
457194
458546
|
"description": "Whether to allow forking this repo",
|
|
457195
458547
|
"type": "boolean"
|
|
457196
458548
|
},
|
|
458549
|
+
"web_commit_signoff_required": {
|
|
458550
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
458551
|
+
"default": false,
|
|
458552
|
+
"type": "boolean"
|
|
458553
|
+
},
|
|
457197
458554
|
"subscribers_count": {
|
|
457198
458555
|
"type": "integer"
|
|
457199
458556
|
},
|
|
@@ -458924,6 +460281,11 @@
|
|
|
458924
460281
|
"description": "Whether to allow forking this repo",
|
|
458925
460282
|
"type": "boolean"
|
|
458926
460283
|
},
|
|
460284
|
+
"web_commit_signoff_required": {
|
|
460285
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
460286
|
+
"default": false,
|
|
460287
|
+
"type": "boolean"
|
|
460288
|
+
},
|
|
458927
460289
|
"subscribers_count": {
|
|
458928
460290
|
"type": "integer"
|
|
458929
460291
|
},
|
|
@@ -461230,6 +462592,11 @@
|
|
|
461230
462592
|
"description": "Whether to allow forking this repo",
|
|
461231
462593
|
"type": "boolean"
|
|
461232
462594
|
},
|
|
462595
|
+
"web_commit_signoff_required": {
|
|
462596
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
462597
|
+
"default": false,
|
|
462598
|
+
"type": "boolean"
|
|
462599
|
+
},
|
|
461233
462600
|
"subscribers_count": {
|
|
461234
462601
|
"type": "integer"
|
|
461235
462602
|
},
|
|
@@ -461409,6 +462776,10 @@
|
|
|
461409
462776
|
},
|
|
461410
462777
|
"allow_forking": {
|
|
461411
462778
|
"type": "boolean"
|
|
462779
|
+
},
|
|
462780
|
+
"web_commit_signoff_required": {
|
|
462781
|
+
"type": "boolean",
|
|
462782
|
+
"example": false
|
|
461412
462783
|
}
|
|
461413
462784
|
},
|
|
461414
462785
|
"required": [
|
|
@@ -463580,6 +464951,11 @@
|
|
|
463580
464951
|
"description": "Whether to allow forking this repo",
|
|
463581
464952
|
"type": "boolean"
|
|
463582
464953
|
},
|
|
464954
|
+
"web_commit_signoff_required": {
|
|
464955
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
464956
|
+
"default": false,
|
|
464957
|
+
"type": "boolean"
|
|
464958
|
+
},
|
|
463583
464959
|
"subscribers_count": {
|
|
463584
464960
|
"type": "integer"
|
|
463585
464961
|
},
|
|
@@ -463759,6 +465135,10 @@
|
|
|
463759
465135
|
},
|
|
463760
465136
|
"allow_forking": {
|
|
463761
465137
|
"type": "boolean"
|
|
465138
|
+
},
|
|
465139
|
+
"web_commit_signoff_required": {
|
|
465140
|
+
"type": "boolean",
|
|
465141
|
+
"example": false
|
|
463762
465142
|
}
|
|
463763
465143
|
},
|
|
463764
465144
|
"required": [
|
|
@@ -465650,6 +467030,11 @@
|
|
|
465650
467030
|
"description": "Whether to allow forking this repo",
|
|
465651
467031
|
"type": "boolean"
|
|
465652
467032
|
},
|
|
467033
|
+
"web_commit_signoff_required": {
|
|
467034
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
467035
|
+
"default": false,
|
|
467036
|
+
"type": "boolean"
|
|
467037
|
+
},
|
|
465653
467038
|
"subscribers_count": {
|
|
465654
467039
|
"type": "integer"
|
|
465655
467040
|
},
|
|
@@ -465829,6 +467214,10 @@
|
|
|
465829
467214
|
},
|
|
465830
467215
|
"allow_forking": {
|
|
465831
467216
|
"type": "boolean"
|
|
467217
|
+
},
|
|
467218
|
+
"web_commit_signoff_required": {
|
|
467219
|
+
"type": "boolean",
|
|
467220
|
+
"example": false
|
|
465832
467221
|
}
|
|
465833
467222
|
},
|
|
465834
467223
|
"required": [
|
|
@@ -468911,6 +470300,11 @@
|
|
|
468911
470300
|
"description": "Whether to allow forking this repo",
|
|
468912
470301
|
"type": "boolean"
|
|
468913
470302
|
},
|
|
470303
|
+
"web_commit_signoff_required": {
|
|
470304
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
470305
|
+
"default": false,
|
|
470306
|
+
"type": "boolean"
|
|
470307
|
+
},
|
|
468914
470308
|
"subscribers_count": {
|
|
468915
470309
|
"type": "integer"
|
|
468916
470310
|
},
|
|
@@ -470525,6 +471919,11 @@
|
|
|
470525
471919
|
"description": "Whether to allow forking this repo",
|
|
470526
471920
|
"type": "boolean"
|
|
470527
471921
|
},
|
|
471922
|
+
"web_commit_signoff_required": {
|
|
471923
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
471924
|
+
"default": false,
|
|
471925
|
+
"type": "boolean"
|
|
471926
|
+
},
|
|
470528
471927
|
"subscribers_count": {
|
|
470529
471928
|
"type": "integer"
|
|
470530
471929
|
},
|
|
@@ -472552,6 +473951,11 @@
|
|
|
472552
473951
|
"description": "Whether to allow forking this repo",
|
|
472553
473952
|
"type": "boolean"
|
|
472554
473953
|
},
|
|
473954
|
+
"web_commit_signoff_required": {
|
|
473955
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
473956
|
+
"default": false,
|
|
473957
|
+
"type": "boolean"
|
|
473958
|
+
},
|
|
472555
473959
|
"subscribers_count": {
|
|
472556
473960
|
"type": "integer"
|
|
472557
473961
|
},
|
|
@@ -472731,6 +474135,10 @@
|
|
|
472731
474135
|
},
|
|
472732
474136
|
"allow_forking": {
|
|
472733
474137
|
"type": "boolean"
|
|
474138
|
+
},
|
|
474139
|
+
"web_commit_signoff_required": {
|
|
474140
|
+
"type": "boolean",
|
|
474141
|
+
"example": false
|
|
472734
474142
|
}
|
|
472735
474143
|
},
|
|
472736
474144
|
"required": [
|
|
@@ -473401,54 +474809,795 @@
|
|
|
473401
474809
|
}
|
|
473402
474810
|
}
|
|
473403
474811
|
}
|
|
473404
|
-
}
|
|
473405
|
-
},
|
|
473406
|
-
"x-github": {
|
|
473407
|
-
"githubCloudOnly": false,
|
|
473408
|
-
"enabledForGitHubApps": false,
|
|
473409
|
-
"category": "collaborators",
|
|
473410
|
-
"subcategory": "invitations"
|
|
473411
|
-
},
|
|
473412
|
-
"x-octokit": {
|
|
473413
|
-
"changes": [
|
|
473414
|
-
{
|
|
473415
|
-
"type": "OPERATION",
|
|
473416
|
-
"date": "2021-10-05",
|
|
473417
|
-
"before": {
|
|
473418
|
-
"operationId": "repos/accept-invitation"
|
|
473419
|
-
}
|
|
473420
|
-
}
|
|
473421
|
-
]
|
|
473422
|
-
}
|
|
473423
|
-
},
|
|
473424
|
-
"delete": {
|
|
473425
|
-
"summary": "Decline a repository invitation",
|
|
473426
|
-
"description": "",
|
|
473427
|
-
"tags": [
|
|
473428
|
-
"repos"
|
|
473429
|
-
],
|
|
473430
|
-
"operationId": "repos/decline-invitation-for-authenticated-user",
|
|
473431
|
-
"externalDocs": {
|
|
473432
|
-
"description": "API method documentation",
|
|
473433
|
-
"url": "https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation"
|
|
473434
|
-
},
|
|
473435
|
-
"parameters": [
|
|
473436
|
-
{
|
|
473437
|
-
"name": "invitation_id",
|
|
473438
|
-
"description": "The unique identifier of the invitation.",
|
|
473439
|
-
"in": "path",
|
|
473440
|
-
"required": true,
|
|
473441
|
-
"schema": {
|
|
473442
|
-
"type": "integer"
|
|
473443
|
-
}
|
|
473444
|
-
}
|
|
473445
|
-
],
|
|
473446
|
-
"responses": {
|
|
473447
|
-
"204": {
|
|
473448
|
-
"description": "Response"
|
|
473449
|
-
},
|
|
473450
|
-
"304": {
|
|
473451
|
-
"description": "Not modified"
|
|
474812
|
+
}
|
|
474813
|
+
},
|
|
474814
|
+
"x-github": {
|
|
474815
|
+
"githubCloudOnly": false,
|
|
474816
|
+
"enabledForGitHubApps": false,
|
|
474817
|
+
"category": "collaborators",
|
|
474818
|
+
"subcategory": "invitations"
|
|
474819
|
+
},
|
|
474820
|
+
"x-octokit": {
|
|
474821
|
+
"changes": [
|
|
474822
|
+
{
|
|
474823
|
+
"type": "OPERATION",
|
|
474824
|
+
"date": "2021-10-05",
|
|
474825
|
+
"before": {
|
|
474826
|
+
"operationId": "repos/accept-invitation"
|
|
474827
|
+
}
|
|
474828
|
+
}
|
|
474829
|
+
]
|
|
474830
|
+
}
|
|
474831
|
+
},
|
|
474832
|
+
"delete": {
|
|
474833
|
+
"summary": "Decline a repository invitation",
|
|
474834
|
+
"description": "",
|
|
474835
|
+
"tags": [
|
|
474836
|
+
"repos"
|
|
474837
|
+
],
|
|
474838
|
+
"operationId": "repos/decline-invitation-for-authenticated-user",
|
|
474839
|
+
"externalDocs": {
|
|
474840
|
+
"description": "API method documentation",
|
|
474841
|
+
"url": "https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation"
|
|
474842
|
+
},
|
|
474843
|
+
"parameters": [
|
|
474844
|
+
{
|
|
474845
|
+
"name": "invitation_id",
|
|
474846
|
+
"description": "The unique identifier of the invitation.",
|
|
474847
|
+
"in": "path",
|
|
474848
|
+
"required": true,
|
|
474849
|
+
"schema": {
|
|
474850
|
+
"type": "integer"
|
|
474851
|
+
}
|
|
474852
|
+
}
|
|
474853
|
+
],
|
|
474854
|
+
"responses": {
|
|
474855
|
+
"204": {
|
|
474856
|
+
"description": "Response"
|
|
474857
|
+
},
|
|
474858
|
+
"304": {
|
|
474859
|
+
"description": "Not modified"
|
|
474860
|
+
},
|
|
474861
|
+
"403": {
|
|
474862
|
+
"description": "Forbidden",
|
|
474863
|
+
"content": {
|
|
474864
|
+
"application/json": {
|
|
474865
|
+
"schema": {
|
|
474866
|
+
"title": "Basic Error",
|
|
474867
|
+
"description": "Basic Error",
|
|
474868
|
+
"type": "object",
|
|
474869
|
+
"properties": {
|
|
474870
|
+
"message": {
|
|
474871
|
+
"type": "string"
|
|
474872
|
+
},
|
|
474873
|
+
"documentation_url": {
|
|
474874
|
+
"type": "string"
|
|
474875
|
+
},
|
|
474876
|
+
"url": {
|
|
474877
|
+
"type": "string"
|
|
474878
|
+
},
|
|
474879
|
+
"status": {
|
|
474880
|
+
"type": "string"
|
|
474881
|
+
}
|
|
474882
|
+
}
|
|
474883
|
+
}
|
|
474884
|
+
}
|
|
474885
|
+
}
|
|
474886
|
+
},
|
|
474887
|
+
"404": {
|
|
474888
|
+
"description": "Resource not found",
|
|
474889
|
+
"content": {
|
|
474890
|
+
"application/json": {
|
|
474891
|
+
"schema": {
|
|
474892
|
+
"title": "Basic Error",
|
|
474893
|
+
"description": "Basic Error",
|
|
474894
|
+
"type": "object",
|
|
474895
|
+
"properties": {
|
|
474896
|
+
"message": {
|
|
474897
|
+
"type": "string"
|
|
474898
|
+
},
|
|
474899
|
+
"documentation_url": {
|
|
474900
|
+
"type": "string"
|
|
474901
|
+
},
|
|
474902
|
+
"url": {
|
|
474903
|
+
"type": "string"
|
|
474904
|
+
},
|
|
474905
|
+
"status": {
|
|
474906
|
+
"type": "string"
|
|
474907
|
+
}
|
|
474908
|
+
}
|
|
474909
|
+
}
|
|
474910
|
+
}
|
|
474911
|
+
}
|
|
474912
|
+
},
|
|
474913
|
+
"409": {
|
|
474914
|
+
"description": "Conflict",
|
|
474915
|
+
"content": {
|
|
474916
|
+
"application/json": {
|
|
474917
|
+
"schema": {
|
|
474918
|
+
"title": "Basic Error",
|
|
474919
|
+
"description": "Basic Error",
|
|
474920
|
+
"type": "object",
|
|
474921
|
+
"properties": {
|
|
474922
|
+
"message": {
|
|
474923
|
+
"type": "string"
|
|
474924
|
+
},
|
|
474925
|
+
"documentation_url": {
|
|
474926
|
+
"type": "string"
|
|
474927
|
+
},
|
|
474928
|
+
"url": {
|
|
474929
|
+
"type": "string"
|
|
474930
|
+
},
|
|
474931
|
+
"status": {
|
|
474932
|
+
"type": "string"
|
|
474933
|
+
}
|
|
474934
|
+
}
|
|
474935
|
+
}
|
|
474936
|
+
}
|
|
474937
|
+
}
|
|
474938
|
+
}
|
|
474939
|
+
},
|
|
474940
|
+
"x-github": {
|
|
474941
|
+
"githubCloudOnly": false,
|
|
474942
|
+
"enabledForGitHubApps": false,
|
|
474943
|
+
"category": "collaborators",
|
|
474944
|
+
"subcategory": "invitations"
|
|
474945
|
+
},
|
|
474946
|
+
"x-octokit": {
|
|
474947
|
+
"changes": [
|
|
474948
|
+
{
|
|
474949
|
+
"type": "OPERATION",
|
|
474950
|
+
"date": "2021-10-05",
|
|
474951
|
+
"before": {
|
|
474952
|
+
"operationId": "repos/decline-invitation"
|
|
474953
|
+
}
|
|
474954
|
+
}
|
|
474955
|
+
]
|
|
474956
|
+
}
|
|
474957
|
+
}
|
|
474958
|
+
},
|
|
474959
|
+
"/user/ssh_signing_keys": {
|
|
474960
|
+
"get": {
|
|
474961
|
+
"summary": "List SSH signing keys for the authenticated user",
|
|
474962
|
+
"description": "Lists the SSH signing keys for the authenticated user's GitHub account. You must authenticate with Basic Authentication, or you must authenticate with OAuth with at least `read:ssh_signing_key` scope. For more information, see \"[Understanding scopes for OAuth apps](https://docs.github.com/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/).\"",
|
|
474963
|
+
"tags": [
|
|
474964
|
+
"users"
|
|
474965
|
+
],
|
|
474966
|
+
"operationId": "users/list-ssh-signing-keys-for-authenticated-user",
|
|
474967
|
+
"externalDocs": {
|
|
474968
|
+
"description": "API method documentation",
|
|
474969
|
+
"url": "https://docs.github.com/rest/reference/users#list-public-ssh-signing-keys-for-the-authenticated-user"
|
|
474970
|
+
},
|
|
474971
|
+
"parameters": [
|
|
474972
|
+
{
|
|
474973
|
+
"name": "per_page",
|
|
474974
|
+
"description": "The number of results per page (max 100).",
|
|
474975
|
+
"in": "query",
|
|
474976
|
+
"schema": {
|
|
474977
|
+
"type": "integer",
|
|
474978
|
+
"default": 30
|
|
474979
|
+
}
|
|
474980
|
+
},
|
|
474981
|
+
{
|
|
474982
|
+
"name": "page",
|
|
474983
|
+
"description": "Page number of the results to fetch.",
|
|
474984
|
+
"in": "query",
|
|
474985
|
+
"schema": {
|
|
474986
|
+
"type": "integer",
|
|
474987
|
+
"default": 1
|
|
474988
|
+
}
|
|
474989
|
+
}
|
|
474990
|
+
],
|
|
474991
|
+
"responses": {
|
|
474992
|
+
"200": {
|
|
474993
|
+
"description": "Response",
|
|
474994
|
+
"content": {
|
|
474995
|
+
"application/json": {
|
|
474996
|
+
"schema": {
|
|
474997
|
+
"type": "array",
|
|
474998
|
+
"items": {
|
|
474999
|
+
"title": "SSH Signing Key",
|
|
475000
|
+
"description": "A public SSH key used to sign Git commits",
|
|
475001
|
+
"type": "object",
|
|
475002
|
+
"properties": {
|
|
475003
|
+
"key": {
|
|
475004
|
+
"type": "string"
|
|
475005
|
+
},
|
|
475006
|
+
"id": {
|
|
475007
|
+
"type": "integer"
|
|
475008
|
+
},
|
|
475009
|
+
"title": {
|
|
475010
|
+
"type": "string"
|
|
475011
|
+
},
|
|
475012
|
+
"created_at": {
|
|
475013
|
+
"type": "string",
|
|
475014
|
+
"format": "date-time"
|
|
475015
|
+
}
|
|
475016
|
+
},
|
|
475017
|
+
"required": [
|
|
475018
|
+
"key",
|
|
475019
|
+
"id",
|
|
475020
|
+
"title",
|
|
475021
|
+
"created_at"
|
|
475022
|
+
]
|
|
475023
|
+
}
|
|
475024
|
+
},
|
|
475025
|
+
"examples": {
|
|
475026
|
+
"default": {
|
|
475027
|
+
"value": [
|
|
475028
|
+
{
|
|
475029
|
+
"key": "2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234",
|
|
475030
|
+
"id": 2,
|
|
475031
|
+
"url": "https://api.github.com/user/keys/2",
|
|
475032
|
+
"title": "ssh-rsa AAAAB3NzaC1yc2EAAA",
|
|
475033
|
+
"created_at": "2020-06-11T21:31:57Z"
|
|
475034
|
+
},
|
|
475035
|
+
{
|
|
475036
|
+
"key": "2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJy931234",
|
|
475037
|
+
"id": 3,
|
|
475038
|
+
"url": "https://api.github.com/user/keys/3",
|
|
475039
|
+
"title": "ssh-rsa AAAAB3NzaC1yc2EAAB",
|
|
475040
|
+
"created_at": "2020-07-11T21:31:57Z"
|
|
475041
|
+
}
|
|
475042
|
+
]
|
|
475043
|
+
}
|
|
475044
|
+
}
|
|
475045
|
+
}
|
|
475046
|
+
},
|
|
475047
|
+
"headers": {
|
|
475048
|
+
"Link": {
|
|
475049
|
+
"example": "<https://api.github.com/resource?page=2>; rel=\"next\", <https://api.github.com/resource?page=5>; rel=\"last\"",
|
|
475050
|
+
"schema": {
|
|
475051
|
+
"type": "string"
|
|
475052
|
+
}
|
|
475053
|
+
}
|
|
475054
|
+
}
|
|
475055
|
+
},
|
|
475056
|
+
"304": {
|
|
475057
|
+
"description": "Not modified"
|
|
475058
|
+
},
|
|
475059
|
+
"401": {
|
|
475060
|
+
"description": "Requires authentication",
|
|
475061
|
+
"content": {
|
|
475062
|
+
"application/json": {
|
|
475063
|
+
"schema": {
|
|
475064
|
+
"title": "Basic Error",
|
|
475065
|
+
"description": "Basic Error",
|
|
475066
|
+
"type": "object",
|
|
475067
|
+
"properties": {
|
|
475068
|
+
"message": {
|
|
475069
|
+
"type": "string"
|
|
475070
|
+
},
|
|
475071
|
+
"documentation_url": {
|
|
475072
|
+
"type": "string"
|
|
475073
|
+
},
|
|
475074
|
+
"url": {
|
|
475075
|
+
"type": "string"
|
|
475076
|
+
},
|
|
475077
|
+
"status": {
|
|
475078
|
+
"type": "string"
|
|
475079
|
+
}
|
|
475080
|
+
}
|
|
475081
|
+
}
|
|
475082
|
+
}
|
|
475083
|
+
}
|
|
475084
|
+
},
|
|
475085
|
+
"403": {
|
|
475086
|
+
"description": "Forbidden",
|
|
475087
|
+
"content": {
|
|
475088
|
+
"application/json": {
|
|
475089
|
+
"schema": {
|
|
475090
|
+
"title": "Basic Error",
|
|
475091
|
+
"description": "Basic Error",
|
|
475092
|
+
"type": "object",
|
|
475093
|
+
"properties": {
|
|
475094
|
+
"message": {
|
|
475095
|
+
"type": "string"
|
|
475096
|
+
},
|
|
475097
|
+
"documentation_url": {
|
|
475098
|
+
"type": "string"
|
|
475099
|
+
},
|
|
475100
|
+
"url": {
|
|
475101
|
+
"type": "string"
|
|
475102
|
+
},
|
|
475103
|
+
"status": {
|
|
475104
|
+
"type": "string"
|
|
475105
|
+
}
|
|
475106
|
+
}
|
|
475107
|
+
}
|
|
475108
|
+
}
|
|
475109
|
+
}
|
|
475110
|
+
},
|
|
475111
|
+
"404": {
|
|
475112
|
+
"description": "Resource not found",
|
|
475113
|
+
"content": {
|
|
475114
|
+
"application/json": {
|
|
475115
|
+
"schema": {
|
|
475116
|
+
"title": "Basic Error",
|
|
475117
|
+
"description": "Basic Error",
|
|
475118
|
+
"type": "object",
|
|
475119
|
+
"properties": {
|
|
475120
|
+
"message": {
|
|
475121
|
+
"type": "string"
|
|
475122
|
+
},
|
|
475123
|
+
"documentation_url": {
|
|
475124
|
+
"type": "string"
|
|
475125
|
+
},
|
|
475126
|
+
"url": {
|
|
475127
|
+
"type": "string"
|
|
475128
|
+
},
|
|
475129
|
+
"status": {
|
|
475130
|
+
"type": "string"
|
|
475131
|
+
}
|
|
475132
|
+
}
|
|
475133
|
+
}
|
|
475134
|
+
}
|
|
475135
|
+
}
|
|
475136
|
+
}
|
|
475137
|
+
},
|
|
475138
|
+
"x-github": {
|
|
475139
|
+
"githubCloudOnly": false,
|
|
475140
|
+
"enabledForGitHubApps": false,
|
|
475141
|
+
"previews": [],
|
|
475142
|
+
"category": "users",
|
|
475143
|
+
"subcategory": "ssh-signing-keys"
|
|
475144
|
+
},
|
|
475145
|
+
"x-octokit": {}
|
|
475146
|
+
},
|
|
475147
|
+
"post": {
|
|
475148
|
+
"summary": "Create a SSH signing key for the authenticated user",
|
|
475149
|
+
"description": "Creates an SSH signing key for the authenticated user's GitHub account. You must authenticate with Basic Authentication, or you must authenticate with OAuth with at least `write:ssh_signing_key` scope. For more information, see \"[Understanding scopes for OAuth apps](https://docs.github.com/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/).\"",
|
|
475150
|
+
"operationId": "users/create-ssh-signing-key-for-authenticated-user",
|
|
475151
|
+
"tags": [
|
|
475152
|
+
"users"
|
|
475153
|
+
],
|
|
475154
|
+
"externalDocs": {
|
|
475155
|
+
"description": "API method documentation",
|
|
475156
|
+
"url": "https://docs.github.com/rest/reference/users#create-an-ssh-signing-key-for-the-authenticated-user"
|
|
475157
|
+
},
|
|
475158
|
+
"parameters": [],
|
|
475159
|
+
"requestBody": {
|
|
475160
|
+
"required": true,
|
|
475161
|
+
"content": {
|
|
475162
|
+
"application/json": {
|
|
475163
|
+
"schema": {
|
|
475164
|
+
"properties": {
|
|
475165
|
+
"title": {
|
|
475166
|
+
"description": "A descriptive name for the new key.",
|
|
475167
|
+
"type": "string",
|
|
475168
|
+
"example": "Personal MacBook Air"
|
|
475169
|
+
},
|
|
475170
|
+
"key": {
|
|
475171
|
+
"description": "The public SSH key to add to your GitHub account. For more information, see \"[Checking for existing SSH keys](https://docs.github.com/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys).\"",
|
|
475172
|
+
"type": "string",
|
|
475173
|
+
"pattern": "^ssh-(rsa|dss|ed25519) |^ecdsa-sha2-nistp(256|384|521) "
|
|
475174
|
+
}
|
|
475175
|
+
},
|
|
475176
|
+
"required": [
|
|
475177
|
+
"key"
|
|
475178
|
+
],
|
|
475179
|
+
"type": "object"
|
|
475180
|
+
}
|
|
475181
|
+
}
|
|
475182
|
+
}
|
|
475183
|
+
},
|
|
475184
|
+
"responses": {
|
|
475185
|
+
"201": {
|
|
475186
|
+
"description": "Response",
|
|
475187
|
+
"content": {
|
|
475188
|
+
"application/json": {
|
|
475189
|
+
"schema": {
|
|
475190
|
+
"title": "SSH Signing Key",
|
|
475191
|
+
"description": "A public SSH key used to sign Git commits",
|
|
475192
|
+
"type": "object",
|
|
475193
|
+
"properties": {
|
|
475194
|
+
"key": {
|
|
475195
|
+
"type": "string"
|
|
475196
|
+
},
|
|
475197
|
+
"id": {
|
|
475198
|
+
"type": "integer"
|
|
475199
|
+
},
|
|
475200
|
+
"title": {
|
|
475201
|
+
"type": "string"
|
|
475202
|
+
},
|
|
475203
|
+
"created_at": {
|
|
475204
|
+
"type": "string",
|
|
475205
|
+
"format": "date-time"
|
|
475206
|
+
}
|
|
475207
|
+
},
|
|
475208
|
+
"required": [
|
|
475209
|
+
"key",
|
|
475210
|
+
"id",
|
|
475211
|
+
"title",
|
|
475212
|
+
"created_at"
|
|
475213
|
+
]
|
|
475214
|
+
},
|
|
475215
|
+
"examples": {
|
|
475216
|
+
"default": {
|
|
475217
|
+
"value": {
|
|
475218
|
+
"key": "2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234",
|
|
475219
|
+
"id": 2,
|
|
475220
|
+
"url": "https://api.github.com/user/keys/2",
|
|
475221
|
+
"title": "ssh-rsa AAAAB3NzaC1yc2EAAA",
|
|
475222
|
+
"created_at": "2020-06-11T21:31:57Z"
|
|
475223
|
+
}
|
|
475224
|
+
}
|
|
475225
|
+
}
|
|
475226
|
+
}
|
|
475227
|
+
}
|
|
475228
|
+
},
|
|
475229
|
+
"304": {
|
|
475230
|
+
"description": "Not modified"
|
|
475231
|
+
},
|
|
475232
|
+
"401": {
|
|
475233
|
+
"description": "Requires authentication",
|
|
475234
|
+
"content": {
|
|
475235
|
+
"application/json": {
|
|
475236
|
+
"schema": {
|
|
475237
|
+
"title": "Basic Error",
|
|
475238
|
+
"description": "Basic Error",
|
|
475239
|
+
"type": "object",
|
|
475240
|
+
"properties": {
|
|
475241
|
+
"message": {
|
|
475242
|
+
"type": "string"
|
|
475243
|
+
},
|
|
475244
|
+
"documentation_url": {
|
|
475245
|
+
"type": "string"
|
|
475246
|
+
},
|
|
475247
|
+
"url": {
|
|
475248
|
+
"type": "string"
|
|
475249
|
+
},
|
|
475250
|
+
"status": {
|
|
475251
|
+
"type": "string"
|
|
475252
|
+
}
|
|
475253
|
+
}
|
|
475254
|
+
}
|
|
475255
|
+
}
|
|
475256
|
+
}
|
|
475257
|
+
},
|
|
475258
|
+
"403": {
|
|
475259
|
+
"description": "Forbidden",
|
|
475260
|
+
"content": {
|
|
475261
|
+
"application/json": {
|
|
475262
|
+
"schema": {
|
|
475263
|
+
"title": "Basic Error",
|
|
475264
|
+
"description": "Basic Error",
|
|
475265
|
+
"type": "object",
|
|
475266
|
+
"properties": {
|
|
475267
|
+
"message": {
|
|
475268
|
+
"type": "string"
|
|
475269
|
+
},
|
|
475270
|
+
"documentation_url": {
|
|
475271
|
+
"type": "string"
|
|
475272
|
+
},
|
|
475273
|
+
"url": {
|
|
475274
|
+
"type": "string"
|
|
475275
|
+
},
|
|
475276
|
+
"status": {
|
|
475277
|
+
"type": "string"
|
|
475278
|
+
}
|
|
475279
|
+
}
|
|
475280
|
+
}
|
|
475281
|
+
}
|
|
475282
|
+
}
|
|
475283
|
+
},
|
|
475284
|
+
"404": {
|
|
475285
|
+
"description": "Resource not found",
|
|
475286
|
+
"content": {
|
|
475287
|
+
"application/json": {
|
|
475288
|
+
"schema": {
|
|
475289
|
+
"title": "Basic Error",
|
|
475290
|
+
"description": "Basic Error",
|
|
475291
|
+
"type": "object",
|
|
475292
|
+
"properties": {
|
|
475293
|
+
"message": {
|
|
475294
|
+
"type": "string"
|
|
475295
|
+
},
|
|
475296
|
+
"documentation_url": {
|
|
475297
|
+
"type": "string"
|
|
475298
|
+
},
|
|
475299
|
+
"url": {
|
|
475300
|
+
"type": "string"
|
|
475301
|
+
},
|
|
475302
|
+
"status": {
|
|
475303
|
+
"type": "string"
|
|
475304
|
+
}
|
|
475305
|
+
}
|
|
475306
|
+
}
|
|
475307
|
+
}
|
|
475308
|
+
}
|
|
475309
|
+
},
|
|
475310
|
+
"422": {
|
|
475311
|
+
"description": "Validation failed",
|
|
475312
|
+
"content": {
|
|
475313
|
+
"application/json": {
|
|
475314
|
+
"schema": {
|
|
475315
|
+
"title": "Validation Error",
|
|
475316
|
+
"description": "Validation Error",
|
|
475317
|
+
"type": "object",
|
|
475318
|
+
"required": [
|
|
475319
|
+
"message",
|
|
475320
|
+
"documentation_url"
|
|
475321
|
+
],
|
|
475322
|
+
"properties": {
|
|
475323
|
+
"message": {
|
|
475324
|
+
"type": "string"
|
|
475325
|
+
},
|
|
475326
|
+
"documentation_url": {
|
|
475327
|
+
"type": "string"
|
|
475328
|
+
},
|
|
475329
|
+
"errors": {
|
|
475330
|
+
"type": "array",
|
|
475331
|
+
"items": {
|
|
475332
|
+
"type": "object",
|
|
475333
|
+
"required": [
|
|
475334
|
+
"code"
|
|
475335
|
+
],
|
|
475336
|
+
"properties": {
|
|
475337
|
+
"resource": {
|
|
475338
|
+
"type": "string"
|
|
475339
|
+
},
|
|
475340
|
+
"field": {
|
|
475341
|
+
"type": "string"
|
|
475342
|
+
},
|
|
475343
|
+
"message": {
|
|
475344
|
+
"type": "string"
|
|
475345
|
+
},
|
|
475346
|
+
"code": {
|
|
475347
|
+
"type": "string"
|
|
475348
|
+
},
|
|
475349
|
+
"index": {
|
|
475350
|
+
"type": "integer"
|
|
475351
|
+
},
|
|
475352
|
+
"value": {
|
|
475353
|
+
"oneOf": [
|
|
475354
|
+
{
|
|
475355
|
+
"type": "string",
|
|
475356
|
+
"nullable": true
|
|
475357
|
+
},
|
|
475358
|
+
{
|
|
475359
|
+
"type": "integer",
|
|
475360
|
+
"nullable": true
|
|
475361
|
+
},
|
|
475362
|
+
{
|
|
475363
|
+
"type": "array",
|
|
475364
|
+
"nullable": true,
|
|
475365
|
+
"items": {
|
|
475366
|
+
"type": "string"
|
|
475367
|
+
}
|
|
475368
|
+
}
|
|
475369
|
+
]
|
|
475370
|
+
}
|
|
475371
|
+
}
|
|
475372
|
+
}
|
|
475373
|
+
}
|
|
475374
|
+
}
|
|
475375
|
+
}
|
|
475376
|
+
}
|
|
475377
|
+
}
|
|
475378
|
+
}
|
|
475379
|
+
},
|
|
475380
|
+
"x-github": {
|
|
475381
|
+
"githubCloudOnly": false,
|
|
475382
|
+
"enabledForGitHubApps": false,
|
|
475383
|
+
"category": "users",
|
|
475384
|
+
"subcategory": "ssh-signing-keys"
|
|
475385
|
+
},
|
|
475386
|
+
"x-octokit": {}
|
|
475387
|
+
}
|
|
475388
|
+
},
|
|
475389
|
+
"/user/ssh_signing_keys/{ssh_signing_key_id}": {
|
|
475390
|
+
"get": {
|
|
475391
|
+
"summary": "Get an SSH signing key for the authenticated user",
|
|
475392
|
+
"description": "Gets extended details for an SSH signing key. You must authenticate with Basic Authentication, or you must authenticate with OAuth with at least `read:ssh_signing_key` scope. For more information, see \"[Understanding scopes for OAuth apps](https://docs.github.com/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/).\"",
|
|
475393
|
+
"tags": [
|
|
475394
|
+
"users"
|
|
475395
|
+
],
|
|
475396
|
+
"operationId": "users/get-ssh-signing-key-for-authenticated-user",
|
|
475397
|
+
"externalDocs": {
|
|
475398
|
+
"description": "API method documentation",
|
|
475399
|
+
"url": "https://docs.github.com/rest/reference/users#get-a-ssh-signing-key-for-the-authenticated-user"
|
|
475400
|
+
},
|
|
475401
|
+
"parameters": [
|
|
475402
|
+
{
|
|
475403
|
+
"name": "ssh_signing_key_id",
|
|
475404
|
+
"description": "The unique identifier of the SSH signing key.",
|
|
475405
|
+
"in": "path",
|
|
475406
|
+
"required": true,
|
|
475407
|
+
"schema": {
|
|
475408
|
+
"type": "integer"
|
|
475409
|
+
}
|
|
475410
|
+
}
|
|
475411
|
+
],
|
|
475412
|
+
"responses": {
|
|
475413
|
+
"200": {
|
|
475414
|
+
"description": "Response",
|
|
475415
|
+
"content": {
|
|
475416
|
+
"application/json": {
|
|
475417
|
+
"schema": {
|
|
475418
|
+
"title": "SSH Signing Key",
|
|
475419
|
+
"description": "A public SSH key used to sign Git commits",
|
|
475420
|
+
"type": "object",
|
|
475421
|
+
"properties": {
|
|
475422
|
+
"key": {
|
|
475423
|
+
"type": "string"
|
|
475424
|
+
},
|
|
475425
|
+
"id": {
|
|
475426
|
+
"type": "integer"
|
|
475427
|
+
},
|
|
475428
|
+
"title": {
|
|
475429
|
+
"type": "string"
|
|
475430
|
+
},
|
|
475431
|
+
"created_at": {
|
|
475432
|
+
"type": "string",
|
|
475433
|
+
"format": "date-time"
|
|
475434
|
+
}
|
|
475435
|
+
},
|
|
475436
|
+
"required": [
|
|
475437
|
+
"key",
|
|
475438
|
+
"id",
|
|
475439
|
+
"title",
|
|
475440
|
+
"created_at"
|
|
475441
|
+
]
|
|
475442
|
+
},
|
|
475443
|
+
"examples": {
|
|
475444
|
+
"default": {
|
|
475445
|
+
"value": {
|
|
475446
|
+
"key": "2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234",
|
|
475447
|
+
"id": 2,
|
|
475448
|
+
"url": "https://api.github.com/user/keys/2",
|
|
475449
|
+
"title": "ssh-rsa AAAAB3NzaC1yc2EAAA",
|
|
475450
|
+
"created_at": "2020-06-11T21:31:57Z"
|
|
475451
|
+
}
|
|
475452
|
+
}
|
|
475453
|
+
}
|
|
475454
|
+
}
|
|
475455
|
+
}
|
|
475456
|
+
},
|
|
475457
|
+
"304": {
|
|
475458
|
+
"description": "Not modified"
|
|
475459
|
+
},
|
|
475460
|
+
"401": {
|
|
475461
|
+
"description": "Requires authentication",
|
|
475462
|
+
"content": {
|
|
475463
|
+
"application/json": {
|
|
475464
|
+
"schema": {
|
|
475465
|
+
"title": "Basic Error",
|
|
475466
|
+
"description": "Basic Error",
|
|
475467
|
+
"type": "object",
|
|
475468
|
+
"properties": {
|
|
475469
|
+
"message": {
|
|
475470
|
+
"type": "string"
|
|
475471
|
+
},
|
|
475472
|
+
"documentation_url": {
|
|
475473
|
+
"type": "string"
|
|
475474
|
+
},
|
|
475475
|
+
"url": {
|
|
475476
|
+
"type": "string"
|
|
475477
|
+
},
|
|
475478
|
+
"status": {
|
|
475479
|
+
"type": "string"
|
|
475480
|
+
}
|
|
475481
|
+
}
|
|
475482
|
+
}
|
|
475483
|
+
}
|
|
475484
|
+
}
|
|
475485
|
+
},
|
|
475486
|
+
"403": {
|
|
475487
|
+
"description": "Forbidden",
|
|
475488
|
+
"content": {
|
|
475489
|
+
"application/json": {
|
|
475490
|
+
"schema": {
|
|
475491
|
+
"title": "Basic Error",
|
|
475492
|
+
"description": "Basic Error",
|
|
475493
|
+
"type": "object",
|
|
475494
|
+
"properties": {
|
|
475495
|
+
"message": {
|
|
475496
|
+
"type": "string"
|
|
475497
|
+
},
|
|
475498
|
+
"documentation_url": {
|
|
475499
|
+
"type": "string"
|
|
475500
|
+
},
|
|
475501
|
+
"url": {
|
|
475502
|
+
"type": "string"
|
|
475503
|
+
},
|
|
475504
|
+
"status": {
|
|
475505
|
+
"type": "string"
|
|
475506
|
+
}
|
|
475507
|
+
}
|
|
475508
|
+
}
|
|
475509
|
+
}
|
|
475510
|
+
}
|
|
475511
|
+
},
|
|
475512
|
+
"404": {
|
|
475513
|
+
"description": "Resource not found",
|
|
475514
|
+
"content": {
|
|
475515
|
+
"application/json": {
|
|
475516
|
+
"schema": {
|
|
475517
|
+
"title": "Basic Error",
|
|
475518
|
+
"description": "Basic Error",
|
|
475519
|
+
"type": "object",
|
|
475520
|
+
"properties": {
|
|
475521
|
+
"message": {
|
|
475522
|
+
"type": "string"
|
|
475523
|
+
},
|
|
475524
|
+
"documentation_url": {
|
|
475525
|
+
"type": "string"
|
|
475526
|
+
},
|
|
475527
|
+
"url": {
|
|
475528
|
+
"type": "string"
|
|
475529
|
+
},
|
|
475530
|
+
"status": {
|
|
475531
|
+
"type": "string"
|
|
475532
|
+
}
|
|
475533
|
+
}
|
|
475534
|
+
}
|
|
475535
|
+
}
|
|
475536
|
+
}
|
|
475537
|
+
}
|
|
475538
|
+
},
|
|
475539
|
+
"x-github": {
|
|
475540
|
+
"githubCloudOnly": false,
|
|
475541
|
+
"enabledForGitHubApps": false,
|
|
475542
|
+
"category": "users",
|
|
475543
|
+
"subcategory": "ssh-signing-keys"
|
|
475544
|
+
},
|
|
475545
|
+
"x-octokit": {}
|
|
475546
|
+
},
|
|
475547
|
+
"delete": {
|
|
475548
|
+
"summary": "Delete an SSH signing key for the authenticated user",
|
|
475549
|
+
"description": "Deletes an SSH signing key from the authenticated user's GitHub account. You must authenticate with Basic Authentication, or you must authenticate with OAuth with at least `admin:ssh_signing_key` scope. For more information, see \"[Understanding scopes for OAuth apps](https://docs.github.com/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/).\"",
|
|
475550
|
+
"tags": [
|
|
475551
|
+
"users"
|
|
475552
|
+
],
|
|
475553
|
+
"operationId": "users/delete-ssh-signing-key-for-authenticated-user",
|
|
475554
|
+
"externalDocs": {
|
|
475555
|
+
"description": "API method documentation",
|
|
475556
|
+
"url": "https://docs.github.com/rest/reference/users#delete-a-ssh-signing-key-for-the-authenticated-user"
|
|
475557
|
+
},
|
|
475558
|
+
"parameters": [
|
|
475559
|
+
{
|
|
475560
|
+
"name": "ssh_signing_key_id",
|
|
475561
|
+
"description": "The unique identifier of the SSH signing key.",
|
|
475562
|
+
"in": "path",
|
|
475563
|
+
"required": true,
|
|
475564
|
+
"schema": {
|
|
475565
|
+
"type": "integer"
|
|
475566
|
+
}
|
|
475567
|
+
}
|
|
475568
|
+
],
|
|
475569
|
+
"responses": {
|
|
475570
|
+
"204": {
|
|
475571
|
+
"description": "Response"
|
|
475572
|
+
},
|
|
475573
|
+
"304": {
|
|
475574
|
+
"description": "Not modified"
|
|
475575
|
+
},
|
|
475576
|
+
"401": {
|
|
475577
|
+
"description": "Requires authentication",
|
|
475578
|
+
"content": {
|
|
475579
|
+
"application/json": {
|
|
475580
|
+
"schema": {
|
|
475581
|
+
"title": "Basic Error",
|
|
475582
|
+
"description": "Basic Error",
|
|
475583
|
+
"type": "object",
|
|
475584
|
+
"properties": {
|
|
475585
|
+
"message": {
|
|
475586
|
+
"type": "string"
|
|
475587
|
+
},
|
|
475588
|
+
"documentation_url": {
|
|
475589
|
+
"type": "string"
|
|
475590
|
+
},
|
|
475591
|
+
"url": {
|
|
475592
|
+
"type": "string"
|
|
475593
|
+
},
|
|
475594
|
+
"status": {
|
|
475595
|
+
"type": "string"
|
|
475596
|
+
}
|
|
475597
|
+
}
|
|
475598
|
+
}
|
|
475599
|
+
}
|
|
475600
|
+
}
|
|
473452
475601
|
},
|
|
473453
475602
|
"403": {
|
|
473454
475603
|
"description": "Forbidden",
|
|
@@ -473501,51 +475650,15 @@
|
|
|
473501
475650
|
}
|
|
473502
475651
|
}
|
|
473503
475652
|
}
|
|
473504
|
-
},
|
|
473505
|
-
"409": {
|
|
473506
|
-
"description": "Conflict",
|
|
473507
|
-
"content": {
|
|
473508
|
-
"application/json": {
|
|
473509
|
-
"schema": {
|
|
473510
|
-
"title": "Basic Error",
|
|
473511
|
-
"description": "Basic Error",
|
|
473512
|
-
"type": "object",
|
|
473513
|
-
"properties": {
|
|
473514
|
-
"message": {
|
|
473515
|
-
"type": "string"
|
|
473516
|
-
},
|
|
473517
|
-
"documentation_url": {
|
|
473518
|
-
"type": "string"
|
|
473519
|
-
},
|
|
473520
|
-
"url": {
|
|
473521
|
-
"type": "string"
|
|
473522
|
-
},
|
|
473523
|
-
"status": {
|
|
473524
|
-
"type": "string"
|
|
473525
|
-
}
|
|
473526
|
-
}
|
|
473527
|
-
}
|
|
473528
|
-
}
|
|
473529
|
-
}
|
|
473530
475653
|
}
|
|
473531
475654
|
},
|
|
473532
475655
|
"x-github": {
|
|
473533
475656
|
"githubCloudOnly": false,
|
|
473534
475657
|
"enabledForGitHubApps": false,
|
|
473535
|
-
"category": "
|
|
473536
|
-
"subcategory": "
|
|
475658
|
+
"category": "users",
|
|
475659
|
+
"subcategory": "ssh-signing-keys"
|
|
473537
475660
|
},
|
|
473538
|
-
"x-octokit": {
|
|
473539
|
-
"changes": [
|
|
473540
|
-
{
|
|
473541
|
-
"type": "OPERATION",
|
|
473542
|
-
"date": "2021-10-05",
|
|
473543
|
-
"before": {
|
|
473544
|
-
"operationId": "repos/decline-invitation"
|
|
473545
|
-
}
|
|
473546
|
-
}
|
|
473547
|
-
]
|
|
473548
|
-
}
|
|
475661
|
+
"x-octokit": {}
|
|
473549
475662
|
}
|
|
473550
475663
|
},
|
|
473551
475664
|
"/user/starred": {
|
|
@@ -474703,6 +476816,11 @@
|
|
|
474703
476816
|
"description": "Whether to allow forking this repo",
|
|
474704
476817
|
"type": "boolean"
|
|
474705
476818
|
},
|
|
476819
|
+
"web_commit_signoff_required": {
|
|
476820
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
476821
|
+
"default": false,
|
|
476822
|
+
"type": "boolean"
|
|
476823
|
+
},
|
|
474706
476824
|
"subscribers_count": {
|
|
474707
476825
|
"type": "integer"
|
|
474708
476826
|
},
|
|
@@ -476031,6 +478149,11 @@
|
|
|
476031
478149
|
"description": "Whether to allow forking this repo",
|
|
476032
478150
|
"type": "boolean"
|
|
476033
478151
|
},
|
|
478152
|
+
"web_commit_signoff_required": {
|
|
478153
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
478154
|
+
"default": false,
|
|
478155
|
+
"type": "boolean"
|
|
478156
|
+
},
|
|
476034
478157
|
"subscribers_count": {
|
|
476035
478158
|
"type": "integer"
|
|
476036
478159
|
},
|
|
@@ -478282,6 +480405,11 @@
|
|
|
478282
480405
|
"description": "Whether to allow forking this repo",
|
|
478283
480406
|
"type": "boolean"
|
|
478284
480407
|
},
|
|
480408
|
+
"web_commit_signoff_required": {
|
|
480409
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
480410
|
+
"default": false,
|
|
480411
|
+
"type": "boolean"
|
|
480412
|
+
},
|
|
478285
480413
|
"subscribers_count": {
|
|
478286
480414
|
"type": "integer"
|
|
478287
480415
|
},
|
|
@@ -478461,6 +480589,10 @@
|
|
|
478461
480589
|
},
|
|
478462
480590
|
"allow_forking": {
|
|
478463
480591
|
"type": "boolean"
|
|
480592
|
+
},
|
|
480593
|
+
"web_commit_signoff_required": {
|
|
480594
|
+
"type": "boolean",
|
|
480595
|
+
"example": false
|
|
478464
480596
|
}
|
|
478465
480597
|
},
|
|
478466
480598
|
"required": [
|
|
@@ -478898,8 +481030,8 @@
|
|
|
478898
481030
|
"example": "2017-08-17T12:37:15Z"
|
|
478899
481031
|
},
|
|
478900
481032
|
"organization": {
|
|
478901
|
-
"title": "Organization
|
|
478902
|
-
"description": "Organization
|
|
481033
|
+
"title": "Team Organization",
|
|
481034
|
+
"description": "Team Organization",
|
|
478903
481035
|
"type": "object",
|
|
478904
481036
|
"properties": {
|
|
478905
481037
|
"login": {
|
|
@@ -479124,6 +481256,10 @@
|
|
|
479124
481256
|
"example": false,
|
|
479125
481257
|
"nullable": true
|
|
479126
481258
|
},
|
|
481259
|
+
"web_commit_signoff_required": {
|
|
481260
|
+
"type": "boolean",
|
|
481261
|
+
"example": false
|
|
481262
|
+
},
|
|
479127
481263
|
"updated_at": {
|
|
479128
481264
|
"type": "string",
|
|
479129
481265
|
"format": "date-time"
|
|
@@ -482257,6 +484393,11 @@
|
|
|
482257
484393
|
"description": "Whether to allow forking this repo",
|
|
482258
484394
|
"type": "boolean"
|
|
482259
484395
|
},
|
|
484396
|
+
"web_commit_signoff_required": {
|
|
484397
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
484398
|
+
"default": false,
|
|
484399
|
+
"type": "boolean"
|
|
484400
|
+
},
|
|
482260
484401
|
"subscribers_count": {
|
|
482261
484402
|
"type": "integer"
|
|
482262
484403
|
},
|
|
@@ -485450,6 +487591,11 @@
|
|
|
485450
487591
|
"description": "Whether to allow forking this repo",
|
|
485451
487592
|
"type": "boolean"
|
|
485452
487593
|
},
|
|
487594
|
+
"web_commit_signoff_required": {
|
|
487595
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
487596
|
+
"default": false,
|
|
487597
|
+
"type": "boolean"
|
|
487598
|
+
},
|
|
485453
487599
|
"subscribers_count": {
|
|
485454
487600
|
"type": "integer"
|
|
485455
487601
|
},
|
|
@@ -488645,6 +490791,11 @@
|
|
|
488645
490791
|
"description": "Whether to allow forking this repo",
|
|
488646
490792
|
"type": "boolean"
|
|
488647
490793
|
},
|
|
490794
|
+
"web_commit_signoff_required": {
|
|
490795
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
490796
|
+
"default": false,
|
|
490797
|
+
"type": "boolean"
|
|
490798
|
+
},
|
|
488648
490799
|
"subscribers_count": {
|
|
488649
490800
|
"type": "integer"
|
|
488650
490801
|
},
|
|
@@ -491511,14 +493662,6 @@
|
|
|
491511
493662
|
"write"
|
|
491512
493663
|
]
|
|
491513
493664
|
},
|
|
491514
|
-
"organization_custom_roles": {
|
|
491515
|
-
"type": "string",
|
|
491516
|
-
"description": "The level of permission to grant the access token for custom roles management.",
|
|
491517
|
-
"enum": [
|
|
491518
|
-
"read",
|
|
491519
|
-
"write"
|
|
491520
|
-
]
|
|
491521
|
-
},
|
|
491522
493665
|
"deployments": {
|
|
491523
493666
|
"type": "string",
|
|
491524
493667
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -491663,6 +493806,14 @@
|
|
|
491663
493806
|
"write"
|
|
491664
493807
|
]
|
|
491665
493808
|
},
|
|
493809
|
+
"organization_custom_roles": {
|
|
493810
|
+
"type": "string",
|
|
493811
|
+
"description": "The level of permission to grant the access token for custom roles management. This property is in beta and is subject to change.",
|
|
493812
|
+
"enum": [
|
|
493813
|
+
"read",
|
|
493814
|
+
"write"
|
|
493815
|
+
]
|
|
493816
|
+
},
|
|
491666
493817
|
"organization_hooks": {
|
|
491667
493818
|
"type": "string",
|
|
491668
493819
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
@@ -494002,6 +496153,11 @@
|
|
|
494002
496153
|
"description": "Whether to allow forking this repo",
|
|
494003
496154
|
"type": "boolean"
|
|
494004
496155
|
},
|
|
496156
|
+
"web_commit_signoff_required": {
|
|
496157
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
496158
|
+
"default": false,
|
|
496159
|
+
"type": "boolean"
|
|
496160
|
+
},
|
|
494005
496161
|
"subscribers_count": {
|
|
494006
496162
|
"type": "integer"
|
|
494007
496163
|
},
|
|
@@ -494181,6 +496337,10 @@
|
|
|
494181
496337
|
},
|
|
494182
496338
|
"allow_forking": {
|
|
494183
496339
|
"type": "boolean"
|
|
496340
|
+
},
|
|
496341
|
+
"web_commit_signoff_required": {
|
|
496342
|
+
"type": "boolean",
|
|
496343
|
+
"example": false
|
|
494184
496344
|
}
|
|
494185
496345
|
},
|
|
494186
496346
|
"required": [
|
|
@@ -496133,6 +498293,11 @@
|
|
|
496133
498293
|
"description": "Whether to allow forking this repo",
|
|
496134
498294
|
"type": "boolean"
|
|
496135
498295
|
},
|
|
498296
|
+
"web_commit_signoff_required": {
|
|
498297
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
498298
|
+
"default": false,
|
|
498299
|
+
"type": "boolean"
|
|
498300
|
+
},
|
|
496136
498301
|
"subscribers_count": {
|
|
496137
498302
|
"type": "integer"
|
|
496138
498303
|
},
|
|
@@ -496312,6 +498477,10 @@
|
|
|
496312
498477
|
},
|
|
496313
498478
|
"allow_forking": {
|
|
496314
498479
|
"type": "boolean"
|
|
498480
|
+
},
|
|
498481
|
+
"web_commit_signoff_required": {
|
|
498482
|
+
"type": "boolean",
|
|
498483
|
+
"example": false
|
|
496315
498484
|
}
|
|
496316
498485
|
},
|
|
496317
498486
|
"required": [
|
|
@@ -500135,6 +502304,11 @@
|
|
|
500135
502304
|
"description": "Whether to allow forking this repo",
|
|
500136
502305
|
"type": "boolean"
|
|
500137
502306
|
},
|
|
502307
|
+
"web_commit_signoff_required": {
|
|
502308
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
502309
|
+
"default": false,
|
|
502310
|
+
"type": "boolean"
|
|
502311
|
+
},
|
|
500138
502312
|
"subscribers_count": {
|
|
500139
502313
|
"type": "integer"
|
|
500140
502314
|
},
|
|
@@ -503330,6 +505504,11 @@
|
|
|
503330
505504
|
"description": "Whether to allow forking this repo",
|
|
503331
505505
|
"type": "boolean"
|
|
503332
505506
|
},
|
|
505507
|
+
"web_commit_signoff_required": {
|
|
505508
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
505509
|
+
"default": false,
|
|
505510
|
+
"type": "boolean"
|
|
505511
|
+
},
|
|
503333
505512
|
"subscribers_count": {
|
|
503334
505513
|
"type": "integer"
|
|
503335
505514
|
},
|
|
@@ -506009,6 +508188,11 @@
|
|
|
506009
508188
|
"description": "Whether to allow forking this repo",
|
|
506010
508189
|
"type": "boolean"
|
|
506011
508190
|
},
|
|
508191
|
+
"web_commit_signoff_required": {
|
|
508192
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
508193
|
+
"default": false,
|
|
508194
|
+
"type": "boolean"
|
|
508195
|
+
},
|
|
506012
508196
|
"subscribers_count": {
|
|
506013
508197
|
"type": "integer"
|
|
506014
508198
|
},
|
|
@@ -506188,6 +508372,10 @@
|
|
|
506188
508372
|
},
|
|
506189
508373
|
"allow_forking": {
|
|
506190
508374
|
"type": "boolean"
|
|
508375
|
+
},
|
|
508376
|
+
"web_commit_signoff_required": {
|
|
508377
|
+
"type": "boolean",
|
|
508378
|
+
"example": false
|
|
506191
508379
|
}
|
|
506192
508380
|
},
|
|
506193
508381
|
"required": [
|
|
@@ -506654,6 +508842,122 @@
|
|
|
506654
508842
|
"x-octokit": {}
|
|
506655
508843
|
}
|
|
506656
508844
|
},
|
|
508845
|
+
"/users/{username}/ssh_signing_keys": {
|
|
508846
|
+
"get": {
|
|
508847
|
+
"summary": "List SSH signing keys for a user",
|
|
508848
|
+
"description": "Lists the SSH signing keys for a user. This operation is accessible by anyone.",
|
|
508849
|
+
"tags": [
|
|
508850
|
+
"users"
|
|
508851
|
+
],
|
|
508852
|
+
"operationId": "users/list-ssh-signing-keys-for-user",
|
|
508853
|
+
"externalDocs": {
|
|
508854
|
+
"description": "API method documentation",
|
|
508855
|
+
"url": "https://docs.github.com/rest/reference/users#list-ssh-signing-keys-for-a-user"
|
|
508856
|
+
},
|
|
508857
|
+
"parameters": [
|
|
508858
|
+
{
|
|
508859
|
+
"name": "username",
|
|
508860
|
+
"description": "The handle for the GitHub user account.",
|
|
508861
|
+
"in": "path",
|
|
508862
|
+
"required": true,
|
|
508863
|
+
"schema": {
|
|
508864
|
+
"type": "string"
|
|
508865
|
+
}
|
|
508866
|
+
},
|
|
508867
|
+
{
|
|
508868
|
+
"name": "per_page",
|
|
508869
|
+
"description": "The number of results per page (max 100).",
|
|
508870
|
+
"in": "query",
|
|
508871
|
+
"schema": {
|
|
508872
|
+
"type": "integer",
|
|
508873
|
+
"default": 30
|
|
508874
|
+
}
|
|
508875
|
+
},
|
|
508876
|
+
{
|
|
508877
|
+
"name": "page",
|
|
508878
|
+
"description": "Page number of the results to fetch.",
|
|
508879
|
+
"in": "query",
|
|
508880
|
+
"schema": {
|
|
508881
|
+
"type": "integer",
|
|
508882
|
+
"default": 1
|
|
508883
|
+
}
|
|
508884
|
+
}
|
|
508885
|
+
],
|
|
508886
|
+
"responses": {
|
|
508887
|
+
"200": {
|
|
508888
|
+
"description": "Response",
|
|
508889
|
+
"content": {
|
|
508890
|
+
"application/json": {
|
|
508891
|
+
"schema": {
|
|
508892
|
+
"type": "array",
|
|
508893
|
+
"items": {
|
|
508894
|
+
"title": "SSH Signing Key",
|
|
508895
|
+
"description": "A public SSH key used to sign Git commits",
|
|
508896
|
+
"type": "object",
|
|
508897
|
+
"properties": {
|
|
508898
|
+
"key": {
|
|
508899
|
+
"type": "string"
|
|
508900
|
+
},
|
|
508901
|
+
"id": {
|
|
508902
|
+
"type": "integer"
|
|
508903
|
+
},
|
|
508904
|
+
"title": {
|
|
508905
|
+
"type": "string"
|
|
508906
|
+
},
|
|
508907
|
+
"created_at": {
|
|
508908
|
+
"type": "string",
|
|
508909
|
+
"format": "date-time"
|
|
508910
|
+
}
|
|
508911
|
+
},
|
|
508912
|
+
"required": [
|
|
508913
|
+
"key",
|
|
508914
|
+
"id",
|
|
508915
|
+
"title",
|
|
508916
|
+
"created_at"
|
|
508917
|
+
]
|
|
508918
|
+
}
|
|
508919
|
+
},
|
|
508920
|
+
"examples": {
|
|
508921
|
+
"default": {
|
|
508922
|
+
"value": [
|
|
508923
|
+
{
|
|
508924
|
+
"key": "2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234",
|
|
508925
|
+
"id": 2,
|
|
508926
|
+
"url": "https://api.github.com/user/keys/2",
|
|
508927
|
+
"title": "ssh-rsa AAAAB3NzaC1yc2EAAA",
|
|
508928
|
+
"created_at": "2020-06-11T21:31:57Z"
|
|
508929
|
+
},
|
|
508930
|
+
{
|
|
508931
|
+
"key": "2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJy931234",
|
|
508932
|
+
"id": 3,
|
|
508933
|
+
"url": "https://api.github.com/user/keys/3",
|
|
508934
|
+
"title": "ssh-rsa AAAAB3NzaC1yc2EAAB",
|
|
508935
|
+
"created_at": "2020-07-11T21:31:57Z"
|
|
508936
|
+
}
|
|
508937
|
+
]
|
|
508938
|
+
}
|
|
508939
|
+
}
|
|
508940
|
+
}
|
|
508941
|
+
},
|
|
508942
|
+
"headers": {
|
|
508943
|
+
"Link": {
|
|
508944
|
+
"example": "<https://api.github.com/resource?page=2>; rel=\"next\", <https://api.github.com/resource?page=5>; rel=\"last\"",
|
|
508945
|
+
"schema": {
|
|
508946
|
+
"type": "string"
|
|
508947
|
+
}
|
|
508948
|
+
}
|
|
508949
|
+
}
|
|
508950
|
+
}
|
|
508951
|
+
},
|
|
508952
|
+
"x-github": {
|
|
508953
|
+
"githubCloudOnly": false,
|
|
508954
|
+
"enabledForGitHubApps": true,
|
|
508955
|
+
"category": "users",
|
|
508956
|
+
"subcategory": "ssh-signing-keys"
|
|
508957
|
+
},
|
|
508958
|
+
"x-octokit": {}
|
|
508959
|
+
}
|
|
508960
|
+
},
|
|
506657
508961
|
"/users/{username}/starred": {
|
|
506658
508962
|
"get": {
|
|
506659
508963
|
"summary": "List repositories starred by a user",
|
|
@@ -507829,6 +510133,11 @@
|
|
|
507829
510133
|
"description": "Whether to allow forking this repo",
|
|
507830
510134
|
"type": "boolean"
|
|
507831
510135
|
},
|
|
510136
|
+
"web_commit_signoff_required": {
|
|
510137
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
510138
|
+
"default": false,
|
|
510139
|
+
"type": "boolean"
|
|
510140
|
+
},
|
|
507832
510141
|
"subscribers_count": {
|
|
507833
510142
|
"type": "integer"
|
|
507834
510143
|
},
|
|
@@ -509022,6 +511331,11 @@
|
|
|
509022
511331
|
"description": "Whether to allow forking this repo",
|
|
509023
511332
|
"type": "boolean"
|
|
509024
511333
|
},
|
|
511334
|
+
"web_commit_signoff_required": {
|
|
511335
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
511336
|
+
"default": false,
|
|
511337
|
+
"type": "boolean"
|
|
511338
|
+
},
|
|
509025
511339
|
"subscribers_count": {
|
|
509026
511340
|
"type": "integer"
|
|
509027
511341
|
},
|
|
@@ -510843,6 +513157,11 @@
|
|
|
510843
513157
|
"description": "Whether to allow forking this repo",
|
|
510844
513158
|
"type": "boolean"
|
|
510845
513159
|
},
|
|
513160
|
+
"web_commit_signoff_required": {
|
|
513161
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
513162
|
+
"default": false,
|
|
513163
|
+
"type": "boolean"
|
|
513164
|
+
},
|
|
510846
513165
|
"subscribers_count": {
|
|
510847
513166
|
"type": "integer"
|
|
510848
513167
|
},
|
|
@@ -511022,6 +513341,10 @@
|
|
|
511022
513341
|
},
|
|
511023
513342
|
"allow_forking": {
|
|
511024
513343
|
"type": "boolean"
|
|
513344
|
+
},
|
|
513345
|
+
"web_commit_signoff_required": {
|
|
513346
|
+
"type": "boolean",
|
|
513347
|
+
"example": false
|
|
511025
513348
|
}
|
|
511026
513349
|
},
|
|
511027
513350
|
"required": [
|