@octokit/openapi 7.5.0 → 7.8.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 +2249 -268
- package/generated/api.github.com.json +1222 -129
- 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 +386 -28
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +43 -17
- package/generated/ghes-3.2.deref.json +778 -256
- package/generated/ghes-3.2.json +588 -40
- 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 +205 -225
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +445 -12
- package/generated/ghes-3.3.deref.json +785 -257
- package/generated/ghes-3.3.json +595 -41
- package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +153 -1
- package/generated/ghes-3.4-diff-to-ghes-3.5.json +13 -1
- package/generated/ghes-3.4.deref.json +816 -243
- package/generated/ghes-3.4.json +603 -43
- 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 +462 -42
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +304 -18
- package/generated/ghes-3.5.deref.json +829 -243
- package/generated/ghes-3.5.json +603 -43
- package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +519 -89
- package/generated/ghes-3.6-diff-to-api.github.com.deref.json +18071 -6614
- package/generated/ghes-3.6-diff-to-api.github.com.json +6665 -4290
- package/generated/ghes-3.6.deref.json +1048 -256
- package/generated/ghes-3.6.json +826 -56
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +347 -32
- package/generated/github.ae-diff-to-api.github.com.deref.json +11634 -3854
- package/generated/github.ae-diff-to-api.github.com.json +1185 -40
- package/generated/github.ae.deref.json +1087 -178
- package/generated/github.ae.json +865 -50
- 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.8.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.",
|
|
@@ -5582,6 +5582,10 @@
|
|
|
5582
5582
|
"starred_at": {
|
|
5583
5583
|
"type": "string",
|
|
5584
5584
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
5585
|
+
},
|
|
5586
|
+
"anonymous_access_enabled": {
|
|
5587
|
+
"type": "boolean",
|
|
5588
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
5585
5589
|
}
|
|
5586
5590
|
},
|
|
5587
5591
|
"required": [
|
|
@@ -6546,14 +6550,6 @@
|
|
|
6546
6550
|
"write"
|
|
6547
6551
|
]
|
|
6548
6552
|
},
|
|
6549
|
-
"organization_custom_roles": {
|
|
6550
|
-
"type": "string",
|
|
6551
|
-
"description": "The level of permission to grant the access token for custom roles management.",
|
|
6552
|
-
"enum": [
|
|
6553
|
-
"read",
|
|
6554
|
-
"write"
|
|
6555
|
-
]
|
|
6556
|
-
},
|
|
6557
6553
|
"deployments": {
|
|
6558
6554
|
"type": "string",
|
|
6559
6555
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -6698,6 +6694,14 @@
|
|
|
6698
6694
|
"write"
|
|
6699
6695
|
]
|
|
6700
6696
|
},
|
|
6697
|
+
"organization_custom_roles": {
|
|
6698
|
+
"type": "string",
|
|
6699
|
+
"description": "The level of permission to grant the access token for custom roles management. This property is in beta and is subject to change.",
|
|
6700
|
+
"enum": [
|
|
6701
|
+
"read",
|
|
6702
|
+
"write"
|
|
6703
|
+
]
|
|
6704
|
+
},
|
|
6701
6705
|
"organization_hooks": {
|
|
6702
6706
|
"type": "string",
|
|
6703
6707
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
@@ -7397,14 +7401,6 @@
|
|
|
7397
7401
|
"write"
|
|
7398
7402
|
]
|
|
7399
7403
|
},
|
|
7400
|
-
"organization_custom_roles": {
|
|
7401
|
-
"type": "string",
|
|
7402
|
-
"description": "The level of permission to grant the access token for custom roles management.",
|
|
7403
|
-
"enum": [
|
|
7404
|
-
"read",
|
|
7405
|
-
"write"
|
|
7406
|
-
]
|
|
7407
|
-
},
|
|
7408
7404
|
"deployments": {
|
|
7409
7405
|
"type": "string",
|
|
7410
7406
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -7549,6 +7545,14 @@
|
|
|
7549
7545
|
"write"
|
|
7550
7546
|
]
|
|
7551
7547
|
},
|
|
7548
|
+
"organization_custom_roles": {
|
|
7549
|
+
"type": "string",
|
|
7550
|
+
"description": "The level of permission to grant the access token for custom roles management. This property is in beta and is subject to change.",
|
|
7551
|
+
"enum": [
|
|
7552
|
+
"read",
|
|
7553
|
+
"write"
|
|
7554
|
+
]
|
|
7555
|
+
},
|
|
7552
7556
|
"organization_hooks": {
|
|
7553
7557
|
"type": "string",
|
|
7554
7558
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
@@ -8172,14 +8176,6 @@
|
|
|
8172
8176
|
"write"
|
|
8173
8177
|
]
|
|
8174
8178
|
},
|
|
8175
|
-
"organization_custom_roles": {
|
|
8176
|
-
"type": "string",
|
|
8177
|
-
"description": "The level of permission to grant the access token for custom roles management.",
|
|
8178
|
-
"enum": [
|
|
8179
|
-
"read",
|
|
8180
|
-
"write"
|
|
8181
|
-
]
|
|
8182
|
-
},
|
|
8183
8179
|
"deployments": {
|
|
8184
8180
|
"type": "string",
|
|
8185
8181
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -8324,6 +8320,14 @@
|
|
|
8324
8320
|
"write"
|
|
8325
8321
|
]
|
|
8326
8322
|
},
|
|
8323
|
+
"organization_custom_roles": {
|
|
8324
|
+
"type": "string",
|
|
8325
|
+
"description": "The level of permission to grant the access token for custom roles management. This property is in beta and is subject to change.",
|
|
8326
|
+
"enum": [
|
|
8327
|
+
"read",
|
|
8328
|
+
"write"
|
|
8329
|
+
]
|
|
8330
|
+
},
|
|
8327
8331
|
"organization_hooks": {
|
|
8328
8332
|
"type": "string",
|
|
8329
8333
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
@@ -8655,14 +8659,6 @@
|
|
|
8655
8659
|
"write"
|
|
8656
8660
|
]
|
|
8657
8661
|
},
|
|
8658
|
-
"organization_custom_roles": {
|
|
8659
|
-
"type": "string",
|
|
8660
|
-
"description": "The level of permission to grant the access token for custom roles management.",
|
|
8661
|
-
"enum": [
|
|
8662
|
-
"read",
|
|
8663
|
-
"write"
|
|
8664
|
-
]
|
|
8665
|
-
},
|
|
8666
8662
|
"deployments": {
|
|
8667
8663
|
"type": "string",
|
|
8668
8664
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -8807,6 +8803,14 @@
|
|
|
8807
8803
|
"write"
|
|
8808
8804
|
]
|
|
8809
8805
|
},
|
|
8806
|
+
"organization_custom_roles": {
|
|
8807
|
+
"type": "string",
|
|
8808
|
+
"description": "The level of permission to grant the access token for custom roles management. This property is in beta and is subject to change.",
|
|
8809
|
+
"enum": [
|
|
8810
|
+
"read",
|
|
8811
|
+
"write"
|
|
8812
|
+
]
|
|
8813
|
+
},
|
|
8810
8814
|
"organization_hooks": {
|
|
8811
8815
|
"type": "string",
|
|
8812
8816
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
@@ -16013,6 +16017,10 @@
|
|
|
16013
16017
|
"starred_at": {
|
|
16014
16018
|
"type": "string",
|
|
16015
16019
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
16020
|
+
},
|
|
16021
|
+
"anonymous_access_enabled": {
|
|
16022
|
+
"type": "boolean",
|
|
16023
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
16016
16024
|
}
|
|
16017
16025
|
},
|
|
16018
16026
|
"required": [
|
|
@@ -17297,6 +17305,10 @@
|
|
|
17297
17305
|
"starred_at": {
|
|
17298
17306
|
"type": "string",
|
|
17299
17307
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
17308
|
+
},
|
|
17309
|
+
"anonymous_access_enabled": {
|
|
17310
|
+
"type": "boolean",
|
|
17311
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
17300
17312
|
}
|
|
17301
17313
|
},
|
|
17302
17314
|
"required": [
|
|
@@ -19226,6 +19238,11 @@
|
|
|
19226
19238
|
"nullable": true,
|
|
19227
19239
|
"type": "string",
|
|
19228
19240
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
19241
|
+
},
|
|
19242
|
+
"help_uri": {
|
|
19243
|
+
"nullable": true,
|
|
19244
|
+
"type": "string",
|
|
19245
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
19229
19246
|
}
|
|
19230
19247
|
}
|
|
19231
19248
|
},
|
|
@@ -24170,6 +24187,10 @@
|
|
|
24170
24187
|
"starred_at": {
|
|
24171
24188
|
"type": "string",
|
|
24172
24189
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
24190
|
+
},
|
|
24191
|
+
"anonymous_access_enabled": {
|
|
24192
|
+
"type": "boolean",
|
|
24193
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
24173
24194
|
}
|
|
24174
24195
|
},
|
|
24175
24196
|
"required": [
|
|
@@ -36803,6 +36824,10 @@
|
|
|
36803
36824
|
"starred_at": {
|
|
36804
36825
|
"type": "string",
|
|
36805
36826
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
36827
|
+
},
|
|
36828
|
+
"anonymous_access_enabled": {
|
|
36829
|
+
"type": "boolean",
|
|
36830
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
36806
36831
|
}
|
|
36807
36832
|
},
|
|
36808
36833
|
"required": [
|
|
@@ -39268,6 +39293,10 @@
|
|
|
39268
39293
|
"starred_at": {
|
|
39269
39294
|
"type": "string",
|
|
39270
39295
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
39296
|
+
},
|
|
39297
|
+
"anonymous_access_enabled": {
|
|
39298
|
+
"type": "boolean",
|
|
39299
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
39271
39300
|
}
|
|
39272
39301
|
},
|
|
39273
39302
|
"required": [
|
|
@@ -45115,6 +45144,10 @@
|
|
|
45115
45144
|
"starred_at": {
|
|
45116
45145
|
"type": "string",
|
|
45117
45146
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
45147
|
+
},
|
|
45148
|
+
"anonymous_access_enabled": {
|
|
45149
|
+
"type": "boolean",
|
|
45150
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
45118
45151
|
}
|
|
45119
45152
|
},
|
|
45120
45153
|
"required": [
|
|
@@ -47864,6 +47897,10 @@
|
|
|
47864
47897
|
"starred_at": {
|
|
47865
47898
|
"type": "string",
|
|
47866
47899
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
47900
|
+
},
|
|
47901
|
+
"anonymous_access_enabled": {
|
|
47902
|
+
"type": "boolean",
|
|
47903
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
47867
47904
|
}
|
|
47868
47905
|
},
|
|
47869
47906
|
"required": [
|
|
@@ -50085,6 +50122,10 @@
|
|
|
50085
50122
|
"starred_at": {
|
|
50086
50123
|
"type": "string",
|
|
50087
50124
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
50125
|
+
},
|
|
50126
|
+
"anonymous_access_enabled": {
|
|
50127
|
+
"type": "boolean",
|
|
50128
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
50088
50129
|
}
|
|
50089
50130
|
},
|
|
50090
50131
|
"required": [
|
|
@@ -51205,7 +51246,7 @@
|
|
|
51205
51246
|
"/organizations/{organization_id}/custom_roles": {
|
|
51206
51247
|
"get": {
|
|
51207
51248
|
"summary": "List custom repository roles in 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\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)\".",
|
|
51249
|
+
"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)\".",
|
|
51209
51250
|
"tags": [
|
|
51210
51251
|
"orgs"
|
|
51211
51252
|
],
|
|
@@ -51554,6 +51595,36 @@
|
|
|
51554
51595
|
"updated_at": {
|
|
51555
51596
|
"type": "string",
|
|
51556
51597
|
"format": "date-time"
|
|
51598
|
+
},
|
|
51599
|
+
"advanced_security_enabled_for_new_repositories": {
|
|
51600
|
+
"type": "boolean",
|
|
51601
|
+
"example": false,
|
|
51602
|
+
"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."
|
|
51603
|
+
},
|
|
51604
|
+
"dependabot_alerts_enabled_for_new_repositories": {
|
|
51605
|
+
"type": "boolean",
|
|
51606
|
+
"example": false,
|
|
51607
|
+
"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."
|
|
51608
|
+
},
|
|
51609
|
+
"dependabot_security_updates_enabled_for_new_repositories": {
|
|
51610
|
+
"type": "boolean",
|
|
51611
|
+
"example": false,
|
|
51612
|
+
"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."
|
|
51613
|
+
},
|
|
51614
|
+
"dependency_graph_enabled_for_new_repositories": {
|
|
51615
|
+
"type": "boolean",
|
|
51616
|
+
"example": false,
|
|
51617
|
+
"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."
|
|
51618
|
+
},
|
|
51619
|
+
"secret_scanning_enabled_for_new_repositories": {
|
|
51620
|
+
"type": "boolean",
|
|
51621
|
+
"example": false,
|
|
51622
|
+
"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."
|
|
51623
|
+
},
|
|
51624
|
+
"secret_scanning_push_protection_enabled_for_new_repositories": {
|
|
51625
|
+
"type": "boolean",
|
|
51626
|
+
"example": false,
|
|
51627
|
+
"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."
|
|
51557
51628
|
}
|
|
51558
51629
|
},
|
|
51559
51630
|
"required": [
|
|
@@ -51807,6 +51878,30 @@
|
|
|
51807
51878
|
"blog": {
|
|
51808
51879
|
"type": "string",
|
|
51809
51880
|
"example": "\"http://github.blog\""
|
|
51881
|
+
},
|
|
51882
|
+
"advanced_security_enabled_for_new_repositories": {
|
|
51883
|
+
"type": "boolean",
|
|
51884
|
+
"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."
|
|
51885
|
+
},
|
|
51886
|
+
"dependabot_alerts_enabled_for_new_repositories": {
|
|
51887
|
+
"type": "boolean",
|
|
51888
|
+
"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."
|
|
51889
|
+
},
|
|
51890
|
+
"dependabot_security_updates_enabled_for_new_repositories": {
|
|
51891
|
+
"type": "boolean",
|
|
51892
|
+
"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."
|
|
51893
|
+
},
|
|
51894
|
+
"dependency_graph_enabled_for_new_repositories": {
|
|
51895
|
+
"type": "boolean",
|
|
51896
|
+
"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."
|
|
51897
|
+
},
|
|
51898
|
+
"secret_scanning_enabled_for_new_repositories": {
|
|
51899
|
+
"type": "boolean",
|
|
51900
|
+
"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."
|
|
51901
|
+
},
|
|
51902
|
+
"secret_scanning_push_protection_enabled_for_new_repositories": {
|
|
51903
|
+
"type": "boolean",
|
|
51904
|
+
"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."
|
|
51810
51905
|
}
|
|
51811
51906
|
}
|
|
51812
51907
|
},
|
|
@@ -52068,6 +52163,36 @@
|
|
|
52068
52163
|
"updated_at": {
|
|
52069
52164
|
"type": "string",
|
|
52070
52165
|
"format": "date-time"
|
|
52166
|
+
},
|
|
52167
|
+
"advanced_security_enabled_for_new_repositories": {
|
|
52168
|
+
"type": "boolean",
|
|
52169
|
+
"example": false,
|
|
52170
|
+
"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."
|
|
52171
|
+
},
|
|
52172
|
+
"dependabot_alerts_enabled_for_new_repositories": {
|
|
52173
|
+
"type": "boolean",
|
|
52174
|
+
"example": false,
|
|
52175
|
+
"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."
|
|
52176
|
+
},
|
|
52177
|
+
"dependabot_security_updates_enabled_for_new_repositories": {
|
|
52178
|
+
"type": "boolean",
|
|
52179
|
+
"example": false,
|
|
52180
|
+
"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."
|
|
52181
|
+
},
|
|
52182
|
+
"dependency_graph_enabled_for_new_repositories": {
|
|
52183
|
+
"type": "boolean",
|
|
52184
|
+
"example": false,
|
|
52185
|
+
"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."
|
|
52186
|
+
},
|
|
52187
|
+
"secret_scanning_enabled_for_new_repositories": {
|
|
52188
|
+
"type": "boolean",
|
|
52189
|
+
"example": false,
|
|
52190
|
+
"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."
|
|
52191
|
+
},
|
|
52192
|
+
"secret_scanning_push_protection_enabled_for_new_repositories": {
|
|
52193
|
+
"type": "boolean",
|
|
52194
|
+
"example": false,
|
|
52195
|
+
"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."
|
|
52071
52196
|
}
|
|
52072
52197
|
},
|
|
52073
52198
|
"required": [
|
|
@@ -54023,6 +54148,10 @@
|
|
|
54023
54148
|
"starred_at": {
|
|
54024
54149
|
"type": "string",
|
|
54025
54150
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
54151
|
+
},
|
|
54152
|
+
"anonymous_access_enabled": {
|
|
54153
|
+
"type": "boolean",
|
|
54154
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
54026
54155
|
}
|
|
54027
54156
|
},
|
|
54028
54157
|
"required": [
|
|
@@ -57059,6 +57188,10 @@
|
|
|
57059
57188
|
"starred_at": {
|
|
57060
57189
|
"type": "string",
|
|
57061
57190
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
57191
|
+
},
|
|
57192
|
+
"anonymous_access_enabled": {
|
|
57193
|
+
"type": "boolean",
|
|
57194
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
57062
57195
|
}
|
|
57063
57196
|
},
|
|
57064
57197
|
"required": [
|
|
@@ -59619,6 +59752,10 @@
|
|
|
59619
59752
|
"starred_at": {
|
|
59620
59753
|
"type": "string",
|
|
59621
59754
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
59755
|
+
},
|
|
59756
|
+
"anonymous_access_enabled": {
|
|
59757
|
+
"type": "boolean",
|
|
59758
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
59622
59759
|
}
|
|
59623
59760
|
},
|
|
59624
59761
|
"required": [
|
|
@@ -60903,6 +61040,10 @@
|
|
|
60903
61040
|
"starred_at": {
|
|
60904
61041
|
"type": "string",
|
|
60905
61042
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
61043
|
+
},
|
|
61044
|
+
"anonymous_access_enabled": {
|
|
61045
|
+
"type": "boolean",
|
|
61046
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
60906
61047
|
}
|
|
60907
61048
|
},
|
|
60908
61049
|
"required": [
|
|
@@ -64219,6 +64360,10 @@
|
|
|
64219
64360
|
"starred_at": {
|
|
64220
64361
|
"type": "string",
|
|
64221
64362
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
64363
|
+
},
|
|
64364
|
+
"anonymous_access_enabled": {
|
|
64365
|
+
"type": "boolean",
|
|
64366
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
64222
64367
|
}
|
|
64223
64368
|
},
|
|
64224
64369
|
"required": [
|
|
@@ -65815,6 +65960,11 @@
|
|
|
65815
65960
|
"nullable": true,
|
|
65816
65961
|
"type": "string",
|
|
65817
65962
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
65963
|
+
},
|
|
65964
|
+
"help_uri": {
|
|
65965
|
+
"nullable": true,
|
|
65966
|
+
"type": "string",
|
|
65967
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
65818
65968
|
}
|
|
65819
65969
|
}
|
|
65820
65970
|
},
|
|
@@ -68562,6 +68712,10 @@
|
|
|
68562
68712
|
"starred_at": {
|
|
68563
68713
|
"type": "string",
|
|
68564
68714
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
68715
|
+
},
|
|
68716
|
+
"anonymous_access_enabled": {
|
|
68717
|
+
"type": "boolean",
|
|
68718
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
68565
68719
|
}
|
|
68566
68720
|
},
|
|
68567
68721
|
"required": [
|
|
@@ -69011,6 +69165,12 @@
|
|
|
69011
69165
|
"format": "date-time",
|
|
69012
69166
|
"example": "2011-01-26T20:01:12Z",
|
|
69013
69167
|
"nullable": true
|
|
69168
|
+
},
|
|
69169
|
+
"last_known_stop_notice": {
|
|
69170
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
69171
|
+
"type": "string",
|
|
69172
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
69173
|
+
"nullable": true
|
|
69014
69174
|
}
|
|
69015
69175
|
},
|
|
69016
69176
|
"required": [
|
|
@@ -71967,6 +72127,10 @@
|
|
|
71967
72127
|
"starred_at": {
|
|
71968
72128
|
"type": "string",
|
|
71969
72129
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
72130
|
+
},
|
|
72131
|
+
"anonymous_access_enabled": {
|
|
72132
|
+
"type": "boolean",
|
|
72133
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
71970
72134
|
}
|
|
71971
72135
|
},
|
|
71972
72136
|
"required": [
|
|
@@ -74618,6 +74782,10 @@
|
|
|
74618
74782
|
"starred_at": {
|
|
74619
74783
|
"type": "string",
|
|
74620
74784
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
74785
|
+
},
|
|
74786
|
+
"anonymous_access_enabled": {
|
|
74787
|
+
"type": "boolean",
|
|
74788
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
74621
74789
|
}
|
|
74622
74790
|
},
|
|
74623
74791
|
"required": [
|
|
@@ -78923,14 +79091,6 @@
|
|
|
78923
79091
|
"write"
|
|
78924
79092
|
]
|
|
78925
79093
|
},
|
|
78926
|
-
"organization_custom_roles": {
|
|
78927
|
-
"type": "string",
|
|
78928
|
-
"description": "The level of permission to grant the access token for custom roles management.",
|
|
78929
|
-
"enum": [
|
|
78930
|
-
"read",
|
|
78931
|
-
"write"
|
|
78932
|
-
]
|
|
78933
|
-
},
|
|
78934
79094
|
"deployments": {
|
|
78935
79095
|
"type": "string",
|
|
78936
79096
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -79075,6 +79235,14 @@
|
|
|
79075
79235
|
"write"
|
|
79076
79236
|
]
|
|
79077
79237
|
},
|
|
79238
|
+
"organization_custom_roles": {
|
|
79239
|
+
"type": "string",
|
|
79240
|
+
"description": "The level of permission to grant the access token for custom roles management. This property is in beta and is subject to change.",
|
|
79241
|
+
"enum": [
|
|
79242
|
+
"read",
|
|
79243
|
+
"write"
|
|
79244
|
+
]
|
|
79245
|
+
},
|
|
79078
79246
|
"organization_hooks": {
|
|
79079
79247
|
"type": "string",
|
|
79080
79248
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
@@ -79734,14 +79902,6 @@
|
|
|
79734
79902
|
"write"
|
|
79735
79903
|
]
|
|
79736
79904
|
},
|
|
79737
|
-
"organization_custom_roles": {
|
|
79738
|
-
"type": "string",
|
|
79739
|
-
"description": "The level of permission to grant the access token for custom roles management.",
|
|
79740
|
-
"enum": [
|
|
79741
|
-
"read",
|
|
79742
|
-
"write"
|
|
79743
|
-
]
|
|
79744
|
-
},
|
|
79745
79905
|
"deployments": {
|
|
79746
79906
|
"type": "string",
|
|
79747
79907
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -79886,6 +80046,14 @@
|
|
|
79886
80046
|
"write"
|
|
79887
80047
|
]
|
|
79888
80048
|
},
|
|
80049
|
+
"organization_custom_roles": {
|
|
80050
|
+
"type": "string",
|
|
80051
|
+
"description": "The level of permission to grant the access token for custom roles management. This property is in beta and is subject to change.",
|
|
80052
|
+
"enum": [
|
|
80053
|
+
"read",
|
|
80054
|
+
"write"
|
|
80055
|
+
]
|
|
80056
|
+
},
|
|
79889
80057
|
"organization_hooks": {
|
|
79890
80058
|
"type": "string",
|
|
79891
80059
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
@@ -83798,6 +83966,10 @@
|
|
|
83798
83966
|
"starred_at": {
|
|
83799
83967
|
"type": "string",
|
|
83800
83968
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
83969
|
+
},
|
|
83970
|
+
"anonymous_access_enabled": {
|
|
83971
|
+
"type": "boolean",
|
|
83972
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
83801
83973
|
}
|
|
83802
83974
|
},
|
|
83803
83975
|
"required": [
|
|
@@ -84760,17 +84932,6 @@
|
|
|
84760
84932
|
}
|
|
84761
84933
|
}
|
|
84762
84934
|
},
|
|
84763
|
-
"302": {
|
|
84764
|
-
"description": "Response if requester is not an organization member",
|
|
84765
|
-
"headers": {
|
|
84766
|
-
"Location": {
|
|
84767
|
-
"example": "https://api.github.com/orgs/github/public_members",
|
|
84768
|
-
"schema": {
|
|
84769
|
-
"type": "string"
|
|
84770
|
-
}
|
|
84771
|
-
}
|
|
84772
|
-
}
|
|
84773
|
-
},
|
|
84774
84935
|
"422": {
|
|
84775
84936
|
"description": "Validation failed",
|
|
84776
84937
|
"content": {
|
|
@@ -87005,6 +87166,10 @@
|
|
|
87005
87166
|
"starred_at": {
|
|
87006
87167
|
"type": "string",
|
|
87007
87168
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
87169
|
+
},
|
|
87170
|
+
"anonymous_access_enabled": {
|
|
87171
|
+
"type": "boolean",
|
|
87172
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
87008
87173
|
}
|
|
87009
87174
|
},
|
|
87010
87175
|
"required": [
|
|
@@ -87454,6 +87619,12 @@
|
|
|
87454
87619
|
"format": "date-time",
|
|
87455
87620
|
"example": "2011-01-26T20:01:12Z",
|
|
87456
87621
|
"nullable": true
|
|
87622
|
+
},
|
|
87623
|
+
"last_known_stop_notice": {
|
|
87624
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
87625
|
+
"type": "string",
|
|
87626
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
87627
|
+
"nullable": true
|
|
87457
87628
|
}
|
|
87458
87629
|
},
|
|
87459
87630
|
"required": [
|
|
@@ -90043,6 +90214,10 @@
|
|
|
90043
90214
|
"starred_at": {
|
|
90044
90215
|
"type": "string",
|
|
90045
90216
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
90217
|
+
},
|
|
90218
|
+
"anonymous_access_enabled": {
|
|
90219
|
+
"type": "boolean",
|
|
90220
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
90046
90221
|
}
|
|
90047
90222
|
},
|
|
90048
90223
|
"required": [
|
|
@@ -91734,6 +91909,10 @@
|
|
|
91734
91909
|
"starred_at": {
|
|
91735
91910
|
"type": "string",
|
|
91736
91911
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
91912
|
+
},
|
|
91913
|
+
"anonymous_access_enabled": {
|
|
91914
|
+
"type": "boolean",
|
|
91915
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
91737
91916
|
}
|
|
91738
91917
|
},
|
|
91739
91918
|
"required": [
|
|
@@ -93454,6 +93633,10 @@
|
|
|
93454
93633
|
"starred_at": {
|
|
93455
93634
|
"type": "string",
|
|
93456
93635
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
93636
|
+
},
|
|
93637
|
+
"anonymous_access_enabled": {
|
|
93638
|
+
"type": "boolean",
|
|
93639
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
93457
93640
|
}
|
|
93458
93641
|
},
|
|
93459
93642
|
"required": [
|
|
@@ -95606,6 +95789,10 @@
|
|
|
95606
95789
|
"starred_at": {
|
|
95607
95790
|
"type": "string",
|
|
95608
95791
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
95792
|
+
},
|
|
95793
|
+
"anonymous_access_enabled": {
|
|
95794
|
+
"type": "boolean",
|
|
95795
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
95609
95796
|
}
|
|
95610
95797
|
},
|
|
95611
95798
|
"required": [
|
|
@@ -98175,6 +98362,10 @@
|
|
|
98175
98362
|
"starred_at": {
|
|
98176
98363
|
"type": "string",
|
|
98177
98364
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
98365
|
+
},
|
|
98366
|
+
"anonymous_access_enabled": {
|
|
98367
|
+
"type": "boolean",
|
|
98368
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
98178
98369
|
}
|
|
98179
98370
|
},
|
|
98180
98371
|
"required": [
|
|
@@ -100315,6 +100506,10 @@
|
|
|
100315
100506
|
"starred_at": {
|
|
100316
100507
|
"type": "string",
|
|
100317
100508
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
100509
|
+
},
|
|
100510
|
+
"anonymous_access_enabled": {
|
|
100511
|
+
"type": "boolean",
|
|
100512
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
100318
100513
|
}
|
|
100319
100514
|
},
|
|
100320
100515
|
"required": [
|
|
@@ -104569,6 +104764,10 @@
|
|
|
104569
104764
|
"starred_at": {
|
|
104570
104765
|
"type": "string",
|
|
104571
104766
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
104767
|
+
},
|
|
104768
|
+
"anonymous_access_enabled": {
|
|
104769
|
+
"type": "boolean",
|
|
104770
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
104572
104771
|
}
|
|
104573
104772
|
},
|
|
104574
104773
|
"required": [
|
|
@@ -106209,6 +106408,10 @@
|
|
|
106209
106408
|
"starred_at": {
|
|
106210
106409
|
"type": "string",
|
|
106211
106410
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
106411
|
+
},
|
|
106412
|
+
"anonymous_access_enabled": {
|
|
106413
|
+
"type": "boolean",
|
|
106414
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
106212
106415
|
}
|
|
106213
106416
|
},
|
|
106214
106417
|
"required": [
|
|
@@ -109052,8 +109255,8 @@
|
|
|
109052
109255
|
"example": "2017-08-17T12:37:15Z"
|
|
109053
109256
|
},
|
|
109054
109257
|
"organization": {
|
|
109055
|
-
"title": "Organization
|
|
109056
|
-
"description": "Organization
|
|
109258
|
+
"title": "Team Organization",
|
|
109259
|
+
"description": "Team Organization",
|
|
109057
109260
|
"type": "object",
|
|
109058
109261
|
"properties": {
|
|
109059
109262
|
"login": {
|
|
@@ -109693,8 +109896,8 @@
|
|
|
109693
109896
|
"example": "2017-08-17T12:37:15Z"
|
|
109694
109897
|
},
|
|
109695
109898
|
"organization": {
|
|
109696
|
-
"title": "Organization
|
|
109697
|
-
"description": "Organization
|
|
109899
|
+
"title": "Team Organization",
|
|
109900
|
+
"description": "Team Organization",
|
|
109698
109901
|
"type": "object",
|
|
109699
109902
|
"properties": {
|
|
109700
109903
|
"login": {
|
|
@@ -110315,8 +110518,8 @@
|
|
|
110315
110518
|
"example": "2017-08-17T12:37:15Z"
|
|
110316
110519
|
},
|
|
110317
110520
|
"organization": {
|
|
110318
|
-
"title": "Organization
|
|
110319
|
-
"description": "Organization
|
|
110521
|
+
"title": "Team Organization",
|
|
110522
|
+
"description": "Team Organization",
|
|
110320
110523
|
"type": "object",
|
|
110321
110524
|
"properties": {
|
|
110322
110525
|
"login": {
|
|
@@ -119316,6 +119519,10 @@
|
|
|
119316
119519
|
"starred_at": {
|
|
119317
119520
|
"type": "string",
|
|
119318
119521
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
119522
|
+
},
|
|
119523
|
+
"anonymous_access_enabled": {
|
|
119524
|
+
"type": "boolean",
|
|
119525
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
119319
119526
|
}
|
|
119320
119527
|
},
|
|
119321
119528
|
"required": [
|
|
@@ -121362,6 +121569,10 @@
|
|
|
121362
121569
|
"starred_at": {
|
|
121363
121570
|
"type": "string",
|
|
121364
121571
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
121572
|
+
},
|
|
121573
|
+
"anonymous_access_enabled": {
|
|
121574
|
+
"type": "boolean",
|
|
121575
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
121365
121576
|
}
|
|
121366
121577
|
},
|
|
121367
121578
|
"required": [
|
|
@@ -122572,6 +122783,77 @@
|
|
|
122572
122783
|
"x-octokit": {}
|
|
122573
122784
|
}
|
|
122574
122785
|
},
|
|
122786
|
+
"/orgs/{org}/{security_product}/{enablement}": {
|
|
122787
|
+
"post": {
|
|
122788
|
+
"summary": "Enable or disable a security feature for an organization",
|
|
122789
|
+
"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).\"",
|
|
122790
|
+
"tags": [
|
|
122791
|
+
"orgs"
|
|
122792
|
+
],
|
|
122793
|
+
"operationId": "orgs/enable-or-disable-security-product-on-all-org-repos",
|
|
122794
|
+
"externalDocs": {
|
|
122795
|
+
"description": "API method documentation",
|
|
122796
|
+
"url": "https://docs.github.com/rest/reference/orgs#enable-or-disable-security-product-on-all-org-repos"
|
|
122797
|
+
},
|
|
122798
|
+
"parameters": [
|
|
122799
|
+
{
|
|
122800
|
+
"name": "org",
|
|
122801
|
+
"description": "The organization name. The name is not case sensitive.",
|
|
122802
|
+
"in": "path",
|
|
122803
|
+
"required": true,
|
|
122804
|
+
"schema": {
|
|
122805
|
+
"type": "string"
|
|
122806
|
+
}
|
|
122807
|
+
},
|
|
122808
|
+
{
|
|
122809
|
+
"name": "security_product",
|
|
122810
|
+
"in": "path",
|
|
122811
|
+
"description": "The security feature to enable or disable.",
|
|
122812
|
+
"required": true,
|
|
122813
|
+
"schema": {
|
|
122814
|
+
"type": "string",
|
|
122815
|
+
"enum": [
|
|
122816
|
+
"dependency_graph",
|
|
122817
|
+
"dependabot_alerts",
|
|
122818
|
+
"dependabot_security_updates",
|
|
122819
|
+
"advanced_security",
|
|
122820
|
+
"secret_scanning",
|
|
122821
|
+
"secret_scanning_push_protection"
|
|
122822
|
+
]
|
|
122823
|
+
}
|
|
122824
|
+
},
|
|
122825
|
+
{
|
|
122826
|
+
"name": "enablement",
|
|
122827
|
+
"in": "path",
|
|
122828
|
+
"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.",
|
|
122829
|
+
"required": true,
|
|
122830
|
+
"schema": {
|
|
122831
|
+
"type": "string",
|
|
122832
|
+
"enum": [
|
|
122833
|
+
"enable_all",
|
|
122834
|
+
"disable_all"
|
|
122835
|
+
]
|
|
122836
|
+
}
|
|
122837
|
+
}
|
|
122838
|
+
],
|
|
122839
|
+
"responses": {
|
|
122840
|
+
"204": {
|
|
122841
|
+
"description": "Action started"
|
|
122842
|
+
},
|
|
122843
|
+
"422": {
|
|
122844
|
+
"description": "The action could not be taken due to an in progress enablement, or a policy is preventing enablement"
|
|
122845
|
+
}
|
|
122846
|
+
},
|
|
122847
|
+
"x-github": {
|
|
122848
|
+
"githubCloudOnly": false,
|
|
122849
|
+
"enabledForGitHubApps": true,
|
|
122850
|
+
"previews": [],
|
|
122851
|
+
"category": "orgs",
|
|
122852
|
+
"subcategory": "orgs"
|
|
122853
|
+
},
|
|
122854
|
+
"x-octokit": {}
|
|
122855
|
+
}
|
|
122856
|
+
},
|
|
122575
122857
|
"/projects/columns/cards/{card_id}": {
|
|
122576
122858
|
"get": {
|
|
122577
122859
|
"summary": "Get a project card",
|
|
@@ -129743,6 +130025,10 @@
|
|
|
129743
130025
|
"starred_at": {
|
|
129744
130026
|
"type": "string",
|
|
129745
130027
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
130028
|
+
},
|
|
130029
|
+
"anonymous_access_enabled": {
|
|
130030
|
+
"type": "boolean",
|
|
130031
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
129746
130032
|
}
|
|
129747
130033
|
},
|
|
129748
130034
|
"required": [
|
|
@@ -131177,6 +131463,10 @@
|
|
|
131177
131463
|
"starred_at": {
|
|
131178
131464
|
"type": "string",
|
|
131179
131465
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
131466
|
+
},
|
|
131467
|
+
"anonymous_access_enabled": {
|
|
131468
|
+
"type": "boolean",
|
|
131469
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
131180
131470
|
}
|
|
131181
131471
|
},
|
|
131182
131472
|
"required": [
|
|
@@ -132366,6 +132656,10 @@
|
|
|
132366
132656
|
"starred_at": {
|
|
132367
132657
|
"type": "string",
|
|
132368
132658
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
132659
|
+
},
|
|
132660
|
+
"anonymous_access_enabled": {
|
|
132661
|
+
"type": "boolean",
|
|
132662
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
132369
132663
|
}
|
|
132370
132664
|
},
|
|
132371
132665
|
"required": [
|
|
@@ -135025,6 +135319,10 @@
|
|
|
135025
135319
|
"starred_at": {
|
|
135026
135320
|
"type": "string",
|
|
135027
135321
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
135322
|
+
},
|
|
135323
|
+
"anonymous_access_enabled": {
|
|
135324
|
+
"type": "boolean",
|
|
135325
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
135028
135326
|
}
|
|
135029
135327
|
},
|
|
135030
135328
|
"required": [
|
|
@@ -136459,6 +136757,10 @@
|
|
|
136459
136757
|
"starred_at": {
|
|
136460
136758
|
"type": "string",
|
|
136461
136759
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
136760
|
+
},
|
|
136761
|
+
"anonymous_access_enabled": {
|
|
136762
|
+
"type": "boolean",
|
|
136763
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
136462
136764
|
}
|
|
136463
136765
|
},
|
|
136464
136766
|
"required": [
|
|
@@ -137648,6 +137950,10 @@
|
|
|
137648
137950
|
"starred_at": {
|
|
137649
137951
|
"type": "string",
|
|
137650
137952
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
137953
|
+
},
|
|
137954
|
+
"anonymous_access_enabled": {
|
|
137955
|
+
"type": "boolean",
|
|
137956
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
137651
137957
|
}
|
|
137652
137958
|
},
|
|
137653
137959
|
"required": [
|
|
@@ -142786,6 +143092,10 @@
|
|
|
142786
143092
|
"starred_at": {
|
|
142787
143093
|
"type": "string",
|
|
142788
143094
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
143095
|
+
},
|
|
143096
|
+
"anonymous_access_enabled": {
|
|
143097
|
+
"type": "boolean",
|
|
143098
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
142789
143099
|
}
|
|
142790
143100
|
},
|
|
142791
143101
|
"required": [
|
|
@@ -144079,6 +144389,10 @@
|
|
|
144079
144389
|
"starred_at": {
|
|
144080
144390
|
"type": "string",
|
|
144081
144391
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
144392
|
+
},
|
|
144393
|
+
"anonymous_access_enabled": {
|
|
144394
|
+
"type": "boolean",
|
|
144395
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
144082
144396
|
}
|
|
144083
144397
|
},
|
|
144084
144398
|
"required": [
|
|
@@ -147589,6 +147903,10 @@
|
|
|
147589
147903
|
"starred_at": {
|
|
147590
147904
|
"type": "string",
|
|
147591
147905
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
147906
|
+
},
|
|
147907
|
+
"anonymous_access_enabled": {
|
|
147908
|
+
"type": "boolean",
|
|
147909
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
147592
147910
|
}
|
|
147593
147911
|
},
|
|
147594
147912
|
"required": [
|
|
@@ -149351,6 +149669,10 @@
|
|
|
149351
149669
|
"starred_at": {
|
|
149352
149670
|
"type": "string",
|
|
149353
149671
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
149672
|
+
},
|
|
149673
|
+
"anonymous_access_enabled": {
|
|
149674
|
+
"type": "boolean",
|
|
149675
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
149354
149676
|
}
|
|
149355
149677
|
},
|
|
149356
149678
|
"required": [
|
|
@@ -152009,6 +152331,10 @@
|
|
|
152009
152331
|
"starred_at": {
|
|
152010
152332
|
"type": "string",
|
|
152011
152333
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
152334
|
+
},
|
|
152335
|
+
"anonymous_access_enabled": {
|
|
152336
|
+
"type": "boolean",
|
|
152337
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
152012
152338
|
}
|
|
152013
152339
|
},
|
|
152014
152340
|
"required": [
|
|
@@ -153771,6 +154097,10 @@
|
|
|
153771
154097
|
"starred_at": {
|
|
153772
154098
|
"type": "string",
|
|
153773
154099
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
154100
|
+
},
|
|
154101
|
+
"anonymous_access_enabled": {
|
|
154102
|
+
"type": "boolean",
|
|
154103
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
153774
154104
|
}
|
|
153775
154105
|
},
|
|
153776
154106
|
"required": [
|
|
@@ -157145,6 +157475,10 @@
|
|
|
157145
157475
|
"starred_at": {
|
|
157146
157476
|
"type": "string",
|
|
157147
157477
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
157478
|
+
},
|
|
157479
|
+
"anonymous_access_enabled": {
|
|
157480
|
+
"type": "boolean",
|
|
157481
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
157148
157482
|
}
|
|
157149
157483
|
},
|
|
157150
157484
|
"required": [
|
|
@@ -158907,6 +159241,10 @@
|
|
|
158907
159241
|
"starred_at": {
|
|
158908
159242
|
"type": "string",
|
|
158909
159243
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
159244
|
+
},
|
|
159245
|
+
"anonymous_access_enabled": {
|
|
159246
|
+
"type": "boolean",
|
|
159247
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
158910
159248
|
}
|
|
158911
159249
|
},
|
|
158912
159250
|
"required": [
|
|
@@ -165460,6 +165798,10 @@
|
|
|
165460
165798
|
"starred_at": {
|
|
165461
165799
|
"type": "string",
|
|
165462
165800
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
165801
|
+
},
|
|
165802
|
+
"anonymous_access_enabled": {
|
|
165803
|
+
"type": "boolean",
|
|
165804
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
165463
165805
|
}
|
|
165464
165806
|
},
|
|
165465
165807
|
"required": [
|
|
@@ -167222,6 +167564,10 @@
|
|
|
167222
167564
|
"starred_at": {
|
|
167223
167565
|
"type": "string",
|
|
167224
167566
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
167567
|
+
},
|
|
167568
|
+
"anonymous_access_enabled": {
|
|
167569
|
+
"type": "boolean",
|
|
167570
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
167225
167571
|
}
|
|
167226
167572
|
},
|
|
167227
167573
|
"required": [
|
|
@@ -168242,14 +168588,16 @@
|
|
|
168242
168588
|
"type": "string"
|
|
168243
168589
|
},
|
|
168244
168590
|
"is_alphanumeric": {
|
|
168245
|
-
"description": "Whether this autolink reference matches alphanumeric characters. If false, this autolink reference
|
|
168591
|
+
"description": "Whether this autolink reference matches alphanumeric characters. If false, this autolink reference only matches numeric characters.",
|
|
168592
|
+
"example": true,
|
|
168246
168593
|
"type": "boolean"
|
|
168247
168594
|
}
|
|
168248
168595
|
},
|
|
168249
168596
|
"required": [
|
|
168250
168597
|
"id",
|
|
168251
168598
|
"key_prefix",
|
|
168252
|
-
"url_template"
|
|
168599
|
+
"url_template",
|
|
168600
|
+
"is_alphanumeric"
|
|
168253
168601
|
]
|
|
168254
168602
|
}
|
|
168255
168603
|
},
|
|
@@ -168317,11 +168665,16 @@
|
|
|
168317
168665
|
"properties": {
|
|
168318
168666
|
"key_prefix": {
|
|
168319
168667
|
"type": "string",
|
|
168320
|
-
"description": "
|
|
168668
|
+
"description": "This prefix appended by certain characters will generate a link any time it is found in an issue, pull request, or commit."
|
|
168321
168669
|
},
|
|
168322
168670
|
"url_template": {
|
|
168323
168671
|
"type": "string",
|
|
168324
|
-
"description": "The URL must contain `<num>` for the reference number. `<num>` matches
|
|
168672
|
+
"description": "The URL must contain `<num>` for the reference number. `<num>` matches different characters depending on the value of `is_alphanumeric`."
|
|
168673
|
+
},
|
|
168674
|
+
"is_alphanumeric": {
|
|
168675
|
+
"type": "boolean",
|
|
168676
|
+
"default": "true",
|
|
168677
|
+
"description": "Whether this autolink reference matches alphanumeric characters. If true, the `<num>` parameter of the `url_template` matches alphanumeric characters `A-Z` (case insensitive), `0-9`, and `-`. If false, this autolink reference only matches numeric characters."
|
|
168325
168678
|
}
|
|
168326
168679
|
},
|
|
168327
168680
|
"required": [
|
|
@@ -168333,7 +168686,8 @@
|
|
|
168333
168686
|
"default": {
|
|
168334
168687
|
"value": {
|
|
168335
168688
|
"key_prefix": "TICKET-",
|
|
168336
|
-
"url_template": "https://example.com/TICKET?query=<num>"
|
|
168689
|
+
"url_template": "https://example.com/TICKET?query=<num>",
|
|
168690
|
+
"is_alphanumeric": true
|
|
168337
168691
|
}
|
|
168338
168692
|
}
|
|
168339
168693
|
}
|
|
@@ -168365,14 +168719,16 @@
|
|
|
168365
168719
|
"type": "string"
|
|
168366
168720
|
},
|
|
168367
168721
|
"is_alphanumeric": {
|
|
168368
|
-
"description": "Whether this autolink reference matches alphanumeric characters. If false, this autolink reference
|
|
168722
|
+
"description": "Whether this autolink reference matches alphanumeric characters. If false, this autolink reference only matches numeric characters.",
|
|
168723
|
+
"example": true,
|
|
168369
168724
|
"type": "boolean"
|
|
168370
168725
|
}
|
|
168371
168726
|
},
|
|
168372
168727
|
"required": [
|
|
168373
168728
|
"id",
|
|
168374
168729
|
"key_prefix",
|
|
168375
|
-
"url_template"
|
|
168730
|
+
"url_template",
|
|
168731
|
+
"is_alphanumeric"
|
|
168376
168732
|
]
|
|
168377
168733
|
},
|
|
168378
168734
|
"examples": {
|
|
@@ -168541,14 +168897,16 @@
|
|
|
168541
168897
|
"type": "string"
|
|
168542
168898
|
},
|
|
168543
168899
|
"is_alphanumeric": {
|
|
168544
|
-
"description": "Whether this autolink reference matches alphanumeric characters. If false, this autolink reference
|
|
168900
|
+
"description": "Whether this autolink reference matches alphanumeric characters. If false, this autolink reference only matches numeric characters.",
|
|
168901
|
+
"example": true,
|
|
168545
168902
|
"type": "boolean"
|
|
168546
168903
|
}
|
|
168547
168904
|
},
|
|
168548
168905
|
"required": [
|
|
168549
168906
|
"id",
|
|
168550
168907
|
"key_prefix",
|
|
168551
|
-
"url_template"
|
|
168908
|
+
"url_template",
|
|
168909
|
+
"is_alphanumeric"
|
|
168552
168910
|
]
|
|
168553
168911
|
},
|
|
168554
168912
|
"examples": {
|
|
@@ -172674,6 +173032,111 @@
|
|
|
172674
173032
|
"protected",
|
|
172675
173033
|
"protection_url"
|
|
172676
173034
|
]
|
|
173035
|
+
},
|
|
173036
|
+
"examples": {
|
|
173037
|
+
"default": {
|
|
173038
|
+
"value": {
|
|
173039
|
+
"name": "main",
|
|
173040
|
+
"commit": {
|
|
173041
|
+
"sha": "7fd1a60b01f91b314f59955a4e4d4e80d8edf11d",
|
|
173042
|
+
"node_id": "MDY6Q29tbWl0MTI5NjI2OTo3ZmQxYTYwYjAxZjkxYjMxNGY1OTk1NWE0ZTRkNGU4MGQ4ZWRmMTFk",
|
|
173043
|
+
"commit": {
|
|
173044
|
+
"author": {
|
|
173045
|
+
"name": "The Octocat",
|
|
173046
|
+
"email": "octocat@nowhere.com",
|
|
173047
|
+
"date": "2012-03-06T23:06:50Z"
|
|
173048
|
+
},
|
|
173049
|
+
"committer": {
|
|
173050
|
+
"name": "The Octocat",
|
|
173051
|
+
"email": "octocat@nowhere.com",
|
|
173052
|
+
"date": "2012-03-06T23:06:50Z"
|
|
173053
|
+
},
|
|
173054
|
+
"message": "Merge pull request #6 from Spaceghost/patch-1\n\nNew line at end of file.",
|
|
173055
|
+
"tree": {
|
|
173056
|
+
"sha": "b4eecafa9be2f2006ce1b709d6857b07069b4608",
|
|
173057
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/git/trees/b4eecafa9be2f2006ce1b709d6857b07069b4608"
|
|
173058
|
+
},
|
|
173059
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/git/commits/7fd1a60b01f91b314f59955a4e4d4e80d8edf11d",
|
|
173060
|
+
"comment_count": 77,
|
|
173061
|
+
"verification": {
|
|
173062
|
+
"verified": false,
|
|
173063
|
+
"reason": "unsigned",
|
|
173064
|
+
"signature": null,
|
|
173065
|
+
"payload": null
|
|
173066
|
+
}
|
|
173067
|
+
},
|
|
173068
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/commits/7fd1a60b01f91b314f59955a4e4d4e80d8edf11d",
|
|
173069
|
+
"html_url": "https://github.com/octocat/Hello-World/commit/7fd1a60b01f91b314f59955a4e4d4e80d8edf11d",
|
|
173070
|
+
"comments_url": "https://api.github.com/repos/octocat/Hello-World/commits/7fd1a60b01f91b314f59955a4e4d4e80d8edf11d/comments",
|
|
173071
|
+
"author": {
|
|
173072
|
+
"login": "octocat",
|
|
173073
|
+
"id": 583231,
|
|
173074
|
+
"node_id": "MDQ6VXNlcjU4MzIzMQ==",
|
|
173075
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4",
|
|
173076
|
+
"gravatar_id": "",
|
|
173077
|
+
"url": "https://api.github.com/users/octocat",
|
|
173078
|
+
"html_url": "https://github.com/octocat",
|
|
173079
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
173080
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
173081
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
173082
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
173083
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
173084
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
173085
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
173086
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
173087
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
173088
|
+
"type": "User",
|
|
173089
|
+
"site_admin": false
|
|
173090
|
+
},
|
|
173091
|
+
"committer": {
|
|
173092
|
+
"login": "octocat",
|
|
173093
|
+
"id": 583231,
|
|
173094
|
+
"node_id": "MDQ6VXNlcjU4MzIzMQ==",
|
|
173095
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4",
|
|
173096
|
+
"gravatar_id": "",
|
|
173097
|
+
"url": "https://api.github.com/users/octocat",
|
|
173098
|
+
"html_url": "https://github.com/octocat",
|
|
173099
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
173100
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
173101
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
173102
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
173103
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
173104
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
173105
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
173106
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
173107
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
173108
|
+
"type": "User",
|
|
173109
|
+
"site_admin": false
|
|
173110
|
+
},
|
|
173111
|
+
"parents": [
|
|
173112
|
+
{
|
|
173113
|
+
"sha": "553c2077f0edc3d5dc5d17262f6aa498e69d6f8e",
|
|
173114
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/commits/553c2077f0edc3d5dc5d17262f6aa498e69d6f8e",
|
|
173115
|
+
"html_url": "https://github.com/octocat/Hello-World/commit/553c2077f0edc3d5dc5d17262f6aa498e69d6f8e"
|
|
173116
|
+
},
|
|
173117
|
+
{
|
|
173118
|
+
"sha": "762941318ee16e59dabbacb1b4049eec22f0d303",
|
|
173119
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/commits/762941318ee16e59dabbacb1b4049eec22f0d303",
|
|
173120
|
+
"html_url": "https://github.com/octocat/Hello-World/commit/762941318ee16e59dabbacb1b4049eec22f0d303"
|
|
173121
|
+
}
|
|
173122
|
+
]
|
|
173123
|
+
},
|
|
173124
|
+
"_links": {
|
|
173125
|
+
"self": "https://api.github.com/repos/octocat/Hello-World/branches/main",
|
|
173126
|
+
"html": "https://github.com/octocat/Hello-World/tree/main"
|
|
173127
|
+
},
|
|
173128
|
+
"protected": false,
|
|
173129
|
+
"protection": {
|
|
173130
|
+
"enabled": false,
|
|
173131
|
+
"required_status_checks": {
|
|
173132
|
+
"enforcement_level": "off",
|
|
173133
|
+
"contexts": [],
|
|
173134
|
+
"checks": []
|
|
173135
|
+
}
|
|
173136
|
+
},
|
|
173137
|
+
"protection_url": "https://api.github.com/repos/octocat/Hello-World/branches/main/protection"
|
|
173138
|
+
}
|
|
173139
|
+
}
|
|
172677
173140
|
}
|
|
172678
173141
|
}
|
|
172679
173142
|
}
|
|
@@ -176447,6 +176910,73 @@
|
|
|
176447
176910
|
"required": [
|
|
176448
176911
|
"url"
|
|
176449
176912
|
]
|
|
176913
|
+
},
|
|
176914
|
+
"examples": {
|
|
176915
|
+
"default": {
|
|
176916
|
+
"value": {
|
|
176917
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection",
|
|
176918
|
+
"required_status_checks": {
|
|
176919
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/required_status_checks",
|
|
176920
|
+
"strict": true,
|
|
176921
|
+
"contexts": [
|
|
176922
|
+
"continuous-integration/travis-ci"
|
|
176923
|
+
],
|
|
176924
|
+
"contexts_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/required_status_checks/contexts",
|
|
176925
|
+
"checks": [
|
|
176926
|
+
{
|
|
176927
|
+
"context": "continuous-integration/travis-ci",
|
|
176928
|
+
"app_id": null
|
|
176929
|
+
}
|
|
176930
|
+
]
|
|
176931
|
+
},
|
|
176932
|
+
"restrictions": {
|
|
176933
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/restrictions",
|
|
176934
|
+
"users_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/restrictions/users",
|
|
176935
|
+
"teams_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/restrictions/teams",
|
|
176936
|
+
"apps_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/restrictions/apps",
|
|
176937
|
+
"users": [],
|
|
176938
|
+
"teams": [],
|
|
176939
|
+
"apps": []
|
|
176940
|
+
},
|
|
176941
|
+
"required_pull_request_reviews": {
|
|
176942
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/required_pull_request_reviews",
|
|
176943
|
+
"dismiss_stale_reviews": true,
|
|
176944
|
+
"require_code_owner_reviews": true,
|
|
176945
|
+
"required_approving_review_count": 2,
|
|
176946
|
+
"dismissal_restrictions": {
|
|
176947
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/dismissal_restrictions",
|
|
176948
|
+
"users_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/dismissal_restrictions/users",
|
|
176949
|
+
"teams_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/dismissal_restrictions/teams",
|
|
176950
|
+
"users": [],
|
|
176951
|
+
"teams": [],
|
|
176952
|
+
"apps": []
|
|
176953
|
+
}
|
|
176954
|
+
},
|
|
176955
|
+
"required_signatures": {
|
|
176956
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/required_signatures",
|
|
176957
|
+
"enabled": false
|
|
176958
|
+
},
|
|
176959
|
+
"enforce_admins": {
|
|
176960
|
+
"url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/enforce_admins",
|
|
176961
|
+
"enabled": true
|
|
176962
|
+
},
|
|
176963
|
+
"required_linear_history": {
|
|
176964
|
+
"enabled": true
|
|
176965
|
+
},
|
|
176966
|
+
"allow_force_pushes": {
|
|
176967
|
+
"enabled": true
|
|
176968
|
+
},
|
|
176969
|
+
"allow_deletions": {
|
|
176970
|
+
"enabled": true
|
|
176971
|
+
},
|
|
176972
|
+
"block_creations": {
|
|
176973
|
+
"enabled": true
|
|
176974
|
+
},
|
|
176975
|
+
"required_conversation_resolution": {
|
|
176976
|
+
"enabled": true
|
|
176977
|
+
}
|
|
176978
|
+
}
|
|
176979
|
+
}
|
|
176450
176980
|
}
|
|
176451
176981
|
}
|
|
176452
176982
|
}
|
|
@@ -180650,7 +181180,7 @@
|
|
|
180650
181180
|
"properties": {
|
|
180651
181181
|
"contexts": {
|
|
180652
181182
|
"type": "array",
|
|
180653
|
-
"description": "
|
|
181183
|
+
"description": "The name of the status checks",
|
|
180654
181184
|
"items": {
|
|
180655
181185
|
"type": "string"
|
|
180656
181186
|
}
|
|
@@ -180666,6 +181196,17 @@
|
|
|
180666
181196
|
}
|
|
180667
181197
|
}
|
|
180668
181198
|
]
|
|
181199
|
+
},
|
|
181200
|
+
"examples": {
|
|
181201
|
+
"default": {
|
|
181202
|
+
"summary": "Example adding status checks to a branch protection rule",
|
|
181203
|
+
"value": {
|
|
181204
|
+
"contexts": [
|
|
181205
|
+
"continuous-integration/travis-ci",
|
|
181206
|
+
"continuous-integration/jenkins"
|
|
181207
|
+
]
|
|
181208
|
+
}
|
|
181209
|
+
}
|
|
180669
181210
|
}
|
|
180670
181211
|
}
|
|
180671
181212
|
}
|
|
@@ -180875,7 +181416,7 @@
|
|
|
180875
181416
|
"properties": {
|
|
180876
181417
|
"contexts": {
|
|
180877
181418
|
"type": "array",
|
|
180878
|
-
"description": "
|
|
181419
|
+
"description": "The name of the status checks",
|
|
180879
181420
|
"items": {
|
|
180880
181421
|
"type": "string"
|
|
180881
181422
|
}
|
|
@@ -180891,6 +181432,16 @@
|
|
|
180891
181432
|
}
|
|
180892
181433
|
}
|
|
180893
181434
|
]
|
|
181435
|
+
},
|
|
181436
|
+
"examples": {
|
|
181437
|
+
"default": {
|
|
181438
|
+
"summary": "Example updating status checks for a branch protection rule",
|
|
181439
|
+
"value": {
|
|
181440
|
+
"contexts": [
|
|
181441
|
+
"continuous-integration/travis-ci"
|
|
181442
|
+
]
|
|
181443
|
+
}
|
|
181444
|
+
}
|
|
180894
181445
|
}
|
|
180895
181446
|
}
|
|
180896
181447
|
}
|
|
@@ -181072,7 +181623,7 @@
|
|
|
181072
181623
|
"properties": {
|
|
181073
181624
|
"contexts": {
|
|
181074
181625
|
"type": "array",
|
|
181075
|
-
"description": "
|
|
181626
|
+
"description": "The name of the status checks",
|
|
181076
181627
|
"items": {
|
|
181077
181628
|
"type": "string"
|
|
181078
181629
|
}
|
|
@@ -181088,6 +181639,16 @@
|
|
|
181088
181639
|
}
|
|
181089
181640
|
}
|
|
181090
181641
|
]
|
|
181642
|
+
},
|
|
181643
|
+
"examples": {
|
|
181644
|
+
"default": {
|
|
181645
|
+
"summary": "Example removing status checks from a branch protection rule",
|
|
181646
|
+
"value": {
|
|
181647
|
+
"contexts": [
|
|
181648
|
+
"continuous-integration/travis-ci"
|
|
181649
|
+
]
|
|
181650
|
+
}
|
|
181651
|
+
}
|
|
181091
181652
|
}
|
|
181092
181653
|
}
|
|
181093
181654
|
}
|
|
@@ -183793,7 +184354,7 @@
|
|
|
183793
184354
|
"properties": {
|
|
183794
184355
|
"teams": {
|
|
183795
184356
|
"type": "array",
|
|
183796
|
-
"description": "teams
|
|
184357
|
+
"description": "The slug values for teams",
|
|
183797
184358
|
"items": {
|
|
183798
184359
|
"type": "string"
|
|
183799
184360
|
}
|
|
@@ -183809,6 +184370,16 @@
|
|
|
183809
184370
|
}
|
|
183810
184371
|
}
|
|
183811
184372
|
]
|
|
184373
|
+
},
|
|
184374
|
+
"examples": {
|
|
184375
|
+
"default": {
|
|
184376
|
+
"summary": "Example adding a team in a branch protection rule",
|
|
184377
|
+
"value": {
|
|
184378
|
+
"teams": [
|
|
184379
|
+
"justice-league"
|
|
184380
|
+
]
|
|
184381
|
+
}
|
|
184382
|
+
}
|
|
183812
184383
|
}
|
|
183813
184384
|
}
|
|
183814
184385
|
}
|
|
@@ -184139,7 +184710,7 @@
|
|
|
184139
184710
|
"properties": {
|
|
184140
184711
|
"teams": {
|
|
184141
184712
|
"type": "array",
|
|
184142
|
-
"description": "teams
|
|
184713
|
+
"description": "The slug values for teams",
|
|
184143
184714
|
"items": {
|
|
184144
184715
|
"type": "string"
|
|
184145
184716
|
}
|
|
@@ -184150,11 +184721,21 @@
|
|
|
184150
184721
|
],
|
|
184151
184722
|
"example": {
|
|
184152
184723
|
"teams": [
|
|
184153
|
-
"
|
|
184724
|
+
"justice-league"
|
|
184154
184725
|
]
|
|
184155
184726
|
}
|
|
184156
184727
|
}
|
|
184157
184728
|
]
|
|
184729
|
+
},
|
|
184730
|
+
"examples": {
|
|
184731
|
+
"default": {
|
|
184732
|
+
"summary": "Example replacing a team in a branch protection rule",
|
|
184733
|
+
"value": {
|
|
184734
|
+
"teams": [
|
|
184735
|
+
"justice-league"
|
|
184736
|
+
]
|
|
184737
|
+
}
|
|
184738
|
+
}
|
|
184158
184739
|
}
|
|
184159
184740
|
}
|
|
184160
184741
|
}
|
|
@@ -184484,7 +185065,7 @@
|
|
|
184484
185065
|
"properties": {
|
|
184485
185066
|
"teams": {
|
|
184486
185067
|
"type": "array",
|
|
184487
|
-
"description": "teams
|
|
185068
|
+
"description": "The slug values for teams",
|
|
184488
185069
|
"items": {
|
|
184489
185070
|
"type": "string"
|
|
184490
185071
|
}
|
|
@@ -184500,6 +185081,16 @@
|
|
|
184500
185081
|
}
|
|
184501
185082
|
}
|
|
184502
185083
|
]
|
|
185084
|
+
},
|
|
185085
|
+
"examples": {
|
|
185086
|
+
"default": {
|
|
185087
|
+
"summary": "Example removing a team in a branch protection rule",
|
|
185088
|
+
"value": {
|
|
185089
|
+
"teams": [
|
|
185090
|
+
"justice-league"
|
|
185091
|
+
]
|
|
185092
|
+
}
|
|
185093
|
+
}
|
|
184503
185094
|
}
|
|
184504
185095
|
}
|
|
184505
185096
|
}
|
|
@@ -185064,7 +185655,7 @@
|
|
|
185064
185655
|
"properties": {
|
|
185065
185656
|
"users": {
|
|
185066
185657
|
"type": "array",
|
|
185067
|
-
"description": "users
|
|
185658
|
+
"description": "The username for users",
|
|
185068
185659
|
"items": {
|
|
185069
185660
|
"type": "string"
|
|
185070
185661
|
}
|
|
@@ -185080,6 +185671,16 @@
|
|
|
185080
185671
|
}
|
|
185081
185672
|
}
|
|
185082
185673
|
]
|
|
185674
|
+
},
|
|
185675
|
+
"examples": {
|
|
185676
|
+
"default": {
|
|
185677
|
+
"summary": "Example adding a user in a branch protection rule",
|
|
185678
|
+
"value": {
|
|
185679
|
+
"users": [
|
|
185680
|
+
"octocat"
|
|
185681
|
+
]
|
|
185682
|
+
}
|
|
185683
|
+
}
|
|
185083
185684
|
}
|
|
185084
185685
|
}
|
|
185085
185686
|
}
|
|
@@ -185371,7 +185972,7 @@
|
|
|
185371
185972
|
"properties": {
|
|
185372
185973
|
"users": {
|
|
185373
185974
|
"type": "array",
|
|
185374
|
-
"description": "users
|
|
185975
|
+
"description": "The username for users",
|
|
185375
185976
|
"items": {
|
|
185376
185977
|
"type": "string"
|
|
185377
185978
|
}
|
|
@@ -185387,6 +185988,16 @@
|
|
|
185387
185988
|
}
|
|
185388
185989
|
}
|
|
185389
185990
|
]
|
|
185991
|
+
},
|
|
185992
|
+
"examples": {
|
|
185993
|
+
"default": {
|
|
185994
|
+
"summary": "Example replacing a user in a branch protection rule",
|
|
185995
|
+
"value": {
|
|
185996
|
+
"users": [
|
|
185997
|
+
"octocat"
|
|
185998
|
+
]
|
|
185999
|
+
}
|
|
186000
|
+
}
|
|
185390
186001
|
}
|
|
185391
186002
|
}
|
|
185392
186003
|
}
|
|
@@ -185677,7 +186288,7 @@
|
|
|
185677
186288
|
"properties": {
|
|
185678
186289
|
"users": {
|
|
185679
186290
|
"type": "array",
|
|
185680
|
-
"description": "users
|
|
186291
|
+
"description": "The username for users",
|
|
185681
186292
|
"items": {
|
|
185682
186293
|
"type": "string"
|
|
185683
186294
|
}
|
|
@@ -185693,6 +186304,16 @@
|
|
|
185693
186304
|
}
|
|
185694
186305
|
}
|
|
185695
186306
|
]
|
|
186307
|
+
},
|
|
186308
|
+
"examples": {
|
|
186309
|
+
"default": {
|
|
186310
|
+
"summary": "Example removing a user in a branch protection rule",
|
|
186311
|
+
"value": {
|
|
186312
|
+
"users": [
|
|
186313
|
+
"octocat"
|
|
186314
|
+
]
|
|
186315
|
+
}
|
|
186316
|
+
}
|
|
185696
186317
|
}
|
|
185697
186318
|
}
|
|
185698
186319
|
}
|
|
@@ -194221,6 +194842,10 @@
|
|
|
194221
194842
|
"starred_at": {
|
|
194222
194843
|
"type": "string",
|
|
194223
194844
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
194845
|
+
},
|
|
194846
|
+
"anonymous_access_enabled": {
|
|
194847
|
+
"type": "boolean",
|
|
194848
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
194224
194849
|
}
|
|
194225
194850
|
},
|
|
194226
194851
|
"required": [
|
|
@@ -196801,6 +197426,10 @@
|
|
|
196801
197426
|
"starred_at": {
|
|
196802
197427
|
"type": "string",
|
|
196803
197428
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
197429
|
+
},
|
|
197430
|
+
"anonymous_access_enabled": {
|
|
197431
|
+
"type": "boolean",
|
|
197432
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
196804
197433
|
}
|
|
196805
197434
|
},
|
|
196806
197435
|
"required": [
|
|
@@ -199098,6 +199727,10 @@
|
|
|
199098
199727
|
"starred_at": {
|
|
199099
199728
|
"type": "string",
|
|
199100
199729
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
199730
|
+
},
|
|
199731
|
+
"anonymous_access_enabled": {
|
|
199732
|
+
"type": "boolean",
|
|
199733
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
199101
199734
|
}
|
|
199102
199735
|
},
|
|
199103
199736
|
"required": [
|
|
@@ -201568,6 +202201,10 @@
|
|
|
201568
202201
|
"starred_at": {
|
|
201569
202202
|
"type": "string",
|
|
201570
202203
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
202204
|
+
},
|
|
202205
|
+
"anonymous_access_enabled": {
|
|
202206
|
+
"type": "boolean",
|
|
202207
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
201571
202208
|
}
|
|
201572
202209
|
},
|
|
201573
202210
|
"required": [
|
|
@@ -204310,6 +204947,11 @@
|
|
|
204310
204947
|
"nullable": true,
|
|
204311
204948
|
"type": "string",
|
|
204312
204949
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
204950
|
+
},
|
|
204951
|
+
"help_uri": {
|
|
204952
|
+
"nullable": true,
|
|
204953
|
+
"type": "string",
|
|
204954
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
204313
204955
|
}
|
|
204314
204956
|
}
|
|
204315
204957
|
},
|
|
@@ -204472,7 +205114,8 @@
|
|
|
204472
205114
|
"security",
|
|
204473
205115
|
"external/cwe/cwe-022"
|
|
204474
205116
|
],
|
|
204475
|
-
"help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ..."
|
|
205117
|
+
"help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ...",
|
|
205118
|
+
"help_uri": "https://codeql.github.com/"
|
|
204476
205119
|
},
|
|
204477
205120
|
"tool": {
|
|
204478
205121
|
"name": "CodeQL",
|
|
@@ -204951,6 +205594,11 @@
|
|
|
204951
205594
|
"nullable": true,
|
|
204952
205595
|
"type": "string",
|
|
204953
205596
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
205597
|
+
},
|
|
205598
|
+
"help_uri": {
|
|
205599
|
+
"nullable": true,
|
|
205600
|
+
"type": "string",
|
|
205601
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
204954
205602
|
}
|
|
204955
205603
|
}
|
|
204956
205604
|
},
|
|
@@ -205113,7 +205761,8 @@
|
|
|
205113
205761
|
"security",
|
|
205114
205762
|
"external/cwe/cwe-022"
|
|
205115
205763
|
],
|
|
205116
|
-
"help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ..."
|
|
205764
|
+
"help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ...",
|
|
205765
|
+
"help_uri": "https://codeql.github.com/"
|
|
205117
205766
|
},
|
|
205118
205767
|
"tool": {
|
|
205119
205768
|
"name": "CodeQL",
|
|
@@ -205396,6 +206045,7 @@
|
|
|
205396
206045
|
"ref": "refs/heads/main",
|
|
205397
206046
|
"analysis_key": ".github/workflows/codeql-analysis.yml:CodeQL-Build",
|
|
205398
206047
|
"environment": "",
|
|
206048
|
+
"category": ".github/workflows/codeql-analysis.yml:CodeQL-Build",
|
|
205399
206049
|
"state": "open",
|
|
205400
206050
|
"fixed_at": null,
|
|
205401
206051
|
"commit_sha": "39406e42cb832f683daa691dd652a8dc36ee8930",
|
|
@@ -205624,6 +206274,33 @@
|
|
|
205624
206274
|
"description": "An identifier for the upload.",
|
|
205625
206275
|
"example": "6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53"
|
|
205626
206276
|
}
|
|
206277
|
+
},
|
|
206278
|
+
{
|
|
206279
|
+
"name": "direction",
|
|
206280
|
+
"description": "The direction to sort the results by.",
|
|
206281
|
+
"in": "query",
|
|
206282
|
+
"required": false,
|
|
206283
|
+
"schema": {
|
|
206284
|
+
"type": "string",
|
|
206285
|
+
"enum": [
|
|
206286
|
+
"asc",
|
|
206287
|
+
"desc"
|
|
206288
|
+
],
|
|
206289
|
+
"default": "desc"
|
|
206290
|
+
}
|
|
206291
|
+
},
|
|
206292
|
+
{
|
|
206293
|
+
"name": "sort",
|
|
206294
|
+
"description": "The property by which to sort the results.",
|
|
206295
|
+
"in": "query",
|
|
206296
|
+
"required": false,
|
|
206297
|
+
"schema": {
|
|
206298
|
+
"type": "string",
|
|
206299
|
+
"enum": [
|
|
206300
|
+
"created"
|
|
206301
|
+
],
|
|
206302
|
+
"default": "created"
|
|
206303
|
+
}
|
|
205627
206304
|
}
|
|
205628
206305
|
],
|
|
205629
206306
|
"responses": {
|
|
@@ -206192,7 +206869,7 @@
|
|
|
206192
206869
|
},
|
|
206193
206870
|
"delete": {
|
|
206194
206871
|
"summary": "Delete a code scanning analysis from a repository",
|
|
206195
|
-
"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* `
|
|
206872
|
+
"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.",
|
|
206196
206873
|
"operationId": "code-scanning/delete-analysis",
|
|
206197
206874
|
"tags": [
|
|
206198
206875
|
"code-scanning"
|
|
@@ -208807,6 +209484,10 @@
|
|
|
208807
209484
|
"starred_at": {
|
|
208808
209485
|
"type": "string",
|
|
208809
209486
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
209487
|
+
},
|
|
209488
|
+
"anonymous_access_enabled": {
|
|
209489
|
+
"type": "boolean",
|
|
209490
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
208810
209491
|
}
|
|
208811
209492
|
},
|
|
208812
209493
|
"required": [
|
|
@@ -209256,6 +209937,12 @@
|
|
|
209256
209937
|
"format": "date-time",
|
|
209257
209938
|
"example": "2011-01-26T20:01:12Z",
|
|
209258
209939
|
"nullable": true
|
|
209940
|
+
},
|
|
209941
|
+
"last_known_stop_notice": {
|
|
209942
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
209943
|
+
"type": "string",
|
|
209944
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
209945
|
+
"nullable": true
|
|
209259
209946
|
}
|
|
209260
209947
|
},
|
|
209261
209948
|
"required": [
|
|
@@ -211604,6 +212291,10 @@
|
|
|
211604
212291
|
"starred_at": {
|
|
211605
212292
|
"type": "string",
|
|
211606
212293
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
212294
|
+
},
|
|
212295
|
+
"anonymous_access_enabled": {
|
|
212296
|
+
"type": "boolean",
|
|
212297
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
211607
212298
|
}
|
|
211608
212299
|
},
|
|
211609
212300
|
"required": [
|
|
@@ -212053,6 +212744,12 @@
|
|
|
212053
212744
|
"format": "date-time",
|
|
212054
212745
|
"example": "2011-01-26T20:01:12Z",
|
|
212055
212746
|
"nullable": true
|
|
212747
|
+
},
|
|
212748
|
+
"last_known_stop_notice": {
|
|
212749
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
212750
|
+
"type": "string",
|
|
212751
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
212752
|
+
"nullable": true
|
|
212056
212753
|
}
|
|
212057
212754
|
},
|
|
212058
212755
|
"required": [
|
|
@@ -214047,6 +214744,10 @@
|
|
|
214047
214744
|
"starred_at": {
|
|
214048
214745
|
"type": "string",
|
|
214049
214746
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
214747
|
+
},
|
|
214748
|
+
"anonymous_access_enabled": {
|
|
214749
|
+
"type": "boolean",
|
|
214750
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
214050
214751
|
}
|
|
214051
214752
|
},
|
|
214052
214753
|
"required": [
|
|
@@ -214496,6 +215197,12 @@
|
|
|
214496
215197
|
"format": "date-time",
|
|
214497
215198
|
"example": "2011-01-26T20:01:12Z",
|
|
214498
215199
|
"nullable": true
|
|
215200
|
+
},
|
|
215201
|
+
"last_known_stop_notice": {
|
|
215202
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
215203
|
+
"type": "string",
|
|
215204
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
215205
|
+
"nullable": true
|
|
214499
215206
|
}
|
|
214500
215207
|
},
|
|
214501
215208
|
"required": [
|
|
@@ -218135,6 +218842,10 @@
|
|
|
218135
218842
|
"starred_at": {
|
|
218136
218843
|
"type": "string",
|
|
218137
218844
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
218845
|
+
},
|
|
218846
|
+
"anonymous_access_enabled": {
|
|
218847
|
+
"type": "boolean",
|
|
218848
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
218138
218849
|
}
|
|
218139
218850
|
},
|
|
218140
218851
|
"required": [
|
|
@@ -225467,6 +226178,10 @@
|
|
|
225467
226178
|
"starred_at": {
|
|
225468
226179
|
"type": "string",
|
|
225469
226180
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
226181
|
+
},
|
|
226182
|
+
"anonymous_access_enabled": {
|
|
226183
|
+
"type": "boolean",
|
|
226184
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
225470
226185
|
}
|
|
225471
226186
|
},
|
|
225472
226187
|
"required": [
|
|
@@ -226797,6 +227512,10 @@
|
|
|
226797
227512
|
"starred_at": {
|
|
226798
227513
|
"type": "string",
|
|
226799
227514
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
227515
|
+
},
|
|
227516
|
+
"anonymous_access_enabled": {
|
|
227517
|
+
"type": "boolean",
|
|
227518
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
226800
227519
|
}
|
|
226801
227520
|
},
|
|
226802
227521
|
"required": [
|
|
@@ -228672,6 +229391,27 @@
|
|
|
228672
229391
|
}
|
|
228673
229392
|
}
|
|
228674
229393
|
}
|
|
229394
|
+
},
|
|
229395
|
+
"503": {
|
|
229396
|
+
"description": "Service unavailable",
|
|
229397
|
+
"content": {
|
|
229398
|
+
"application/json": {
|
|
229399
|
+
"schema": {
|
|
229400
|
+
"type": "object",
|
|
229401
|
+
"properties": {
|
|
229402
|
+
"code": {
|
|
229403
|
+
"type": "string"
|
|
229404
|
+
},
|
|
229405
|
+
"message": {
|
|
229406
|
+
"type": "string"
|
|
229407
|
+
},
|
|
229408
|
+
"documentation_url": {
|
|
229409
|
+
"type": "string"
|
|
229410
|
+
}
|
|
229411
|
+
}
|
|
229412
|
+
}
|
|
229413
|
+
}
|
|
229414
|
+
}
|
|
228675
229415
|
}
|
|
228676
229416
|
},
|
|
228677
229417
|
"x-github": {
|
|
@@ -231784,6 +232524,10 @@
|
|
|
231784
232524
|
"starred_at": {
|
|
231785
232525
|
"type": "string",
|
|
231786
232526
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
232527
|
+
},
|
|
232528
|
+
"anonymous_access_enabled": {
|
|
232529
|
+
"type": "boolean",
|
|
232530
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
231787
232531
|
}
|
|
231788
232532
|
},
|
|
231789
232533
|
"required": [
|
|
@@ -234002,6 +234746,10 @@
|
|
|
234002
234746
|
"starred_at": {
|
|
234003
234747
|
"type": "string",
|
|
234004
234748
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
234749
|
+
},
|
|
234750
|
+
"anonymous_access_enabled": {
|
|
234751
|
+
"type": "boolean",
|
|
234752
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
234005
234753
|
}
|
|
234006
234754
|
},
|
|
234007
234755
|
"required": [
|
|
@@ -237082,6 +237830,27 @@
|
|
|
237082
237830
|
}
|
|
237083
237831
|
}
|
|
237084
237832
|
}
|
|
237833
|
+
},
|
|
237834
|
+
"503": {
|
|
237835
|
+
"description": "Service unavailable",
|
|
237836
|
+
"content": {
|
|
237837
|
+
"application/json": {
|
|
237838
|
+
"schema": {
|
|
237839
|
+
"type": "object",
|
|
237840
|
+
"properties": {
|
|
237841
|
+
"code": {
|
|
237842
|
+
"type": "string"
|
|
237843
|
+
},
|
|
237844
|
+
"message": {
|
|
237845
|
+
"type": "string"
|
|
237846
|
+
},
|
|
237847
|
+
"documentation_url": {
|
|
237848
|
+
"type": "string"
|
|
237849
|
+
}
|
|
237850
|
+
}
|
|
237851
|
+
}
|
|
237852
|
+
}
|
|
237853
|
+
}
|
|
237085
237854
|
}
|
|
237086
237855
|
},
|
|
237087
237856
|
"x-github": {
|
|
@@ -237095,7 +237864,7 @@
|
|
|
237095
237864
|
"/repos/{owner}/{repo}/contents/{path}": {
|
|
237096
237865
|
"get": {
|
|
237097
237866
|
"summary": "Get repository content",
|
|
237098
|
-
"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**
|
|
237867
|
+
"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.",
|
|
237099
237868
|
"tags": [
|
|
237100
237869
|
"repos"
|
|
237101
237870
|
],
|
|
@@ -249183,6 +249952,10 @@
|
|
|
249183
249952
|
"starred_at": {
|
|
249184
249953
|
"type": "string",
|
|
249185
249954
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
249955
|
+
},
|
|
249956
|
+
"anonymous_access_enabled": {
|
|
249957
|
+
"type": "boolean",
|
|
249958
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
249186
249959
|
}
|
|
249187
249960
|
},
|
|
249188
249961
|
"required": [
|
|
@@ -251837,6 +252610,10 @@
|
|
|
251837
252610
|
"starred_at": {
|
|
251838
252611
|
"type": "string",
|
|
251839
252612
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
252613
|
+
},
|
|
252614
|
+
"anonymous_access_enabled": {
|
|
252615
|
+
"type": "boolean",
|
|
252616
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
251840
252617
|
}
|
|
251841
252618
|
},
|
|
251842
252619
|
"required": [
|
|
@@ -252300,6 +253077,10 @@
|
|
|
252300
253077
|
"name": {
|
|
252301
253078
|
"type": "string",
|
|
252302
253079
|
"description": "When forking from an existing repository, a new name for the fork."
|
|
253080
|
+
},
|
|
253081
|
+
"default_branch_only": {
|
|
253082
|
+
"type": "boolean",
|
|
253083
|
+
"description": "When forking from an existing repository, fork with only the default branch."
|
|
252303
253084
|
}
|
|
252304
253085
|
}
|
|
252305
253086
|
}
|
|
@@ -253888,6 +254669,10 @@
|
|
|
253888
254669
|
"starred_at": {
|
|
253889
254670
|
"type": "string",
|
|
253890
254671
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
254672
|
+
},
|
|
254673
|
+
"anonymous_access_enabled": {
|
|
254674
|
+
"type": "boolean",
|
|
254675
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
253891
254676
|
}
|
|
253892
254677
|
},
|
|
253893
254678
|
"required": [
|
|
@@ -255322,6 +256107,10 @@
|
|
|
255322
256107
|
"starred_at": {
|
|
255323
256108
|
"type": "string",
|
|
255324
256109
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
256110
|
+
},
|
|
256111
|
+
"anonymous_access_enabled": {
|
|
256112
|
+
"type": "boolean",
|
|
256113
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
255325
256114
|
}
|
|
255326
256115
|
},
|
|
255327
256116
|
"required": [
|
|
@@ -256511,6 +257300,10 @@
|
|
|
256511
257300
|
"starred_at": {
|
|
256512
257301
|
"type": "string",
|
|
256513
257302
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
257303
|
+
},
|
|
257304
|
+
"anonymous_access_enabled": {
|
|
257305
|
+
"type": "boolean",
|
|
257306
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
256514
257307
|
}
|
|
256515
257308
|
},
|
|
256516
257309
|
"required": [
|
|
@@ -265652,14 +266445,6 @@
|
|
|
265652
266445
|
"write"
|
|
265653
266446
|
]
|
|
265654
266447
|
},
|
|
265655
|
-
"organization_custom_roles": {
|
|
265656
|
-
"type": "string",
|
|
265657
|
-
"description": "The level of permission to grant the access token for custom roles management.",
|
|
265658
|
-
"enum": [
|
|
265659
|
-
"read",
|
|
265660
|
-
"write"
|
|
265661
|
-
]
|
|
265662
|
-
},
|
|
265663
266448
|
"deployments": {
|
|
265664
266449
|
"type": "string",
|
|
265665
266450
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -265804,6 +266589,14 @@
|
|
|
265804
266589
|
"write"
|
|
265805
266590
|
]
|
|
265806
266591
|
},
|
|
266592
|
+
"organization_custom_roles": {
|
|
266593
|
+
"type": "string",
|
|
266594
|
+
"description": "The level of permission to grant the access token for custom roles management. This property is in beta and is subject to change.",
|
|
266595
|
+
"enum": [
|
|
266596
|
+
"read",
|
|
266597
|
+
"write"
|
|
266598
|
+
]
|
|
266599
|
+
},
|
|
265807
266600
|
"organization_hooks": {
|
|
265808
266601
|
"type": "string",
|
|
265809
266602
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
@@ -266347,6 +267140,15 @@
|
|
|
266347
267140
|
"required": [
|
|
266348
267141
|
"limit"
|
|
266349
267142
|
]
|
|
267143
|
+
},
|
|
267144
|
+
"examples": {
|
|
267145
|
+
"default": {
|
|
267146
|
+
"summary": "Example request body",
|
|
267147
|
+
"value": {
|
|
267148
|
+
"limit": "collaborators_only",
|
|
267149
|
+
"expiry": "one_day"
|
|
267150
|
+
}
|
|
267151
|
+
}
|
|
266350
267152
|
}
|
|
266351
267153
|
}
|
|
266352
267154
|
}
|
|
@@ -268072,6 +268874,10 @@
|
|
|
268072
268874
|
"starred_at": {
|
|
268073
268875
|
"type": "string",
|
|
268074
268876
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
268877
|
+
},
|
|
268878
|
+
"anonymous_access_enabled": {
|
|
268879
|
+
"type": "boolean",
|
|
268880
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
268075
268881
|
}
|
|
268076
268882
|
},
|
|
268077
268883
|
"required": [
|
|
@@ -268779,6 +269585,14 @@
|
|
|
268779
269585
|
]
|
|
268780
269586
|
}
|
|
268781
269587
|
}
|
|
269588
|
+
},
|
|
269589
|
+
"examples": {
|
|
269590
|
+
"default": {
|
|
269591
|
+
"summary": "Example request body",
|
|
269592
|
+
"value": {
|
|
269593
|
+
"permissions": "write"
|
|
269594
|
+
}
|
|
269595
|
+
}
|
|
268782
269596
|
}
|
|
268783
269597
|
}
|
|
268784
269598
|
}
|
|
@@ -270344,6 +271158,10 @@
|
|
|
270344
271158
|
"starred_at": {
|
|
270345
271159
|
"type": "string",
|
|
270346
271160
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
271161
|
+
},
|
|
271162
|
+
"anonymous_access_enabled": {
|
|
271163
|
+
"type": "boolean",
|
|
271164
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
270347
271165
|
}
|
|
270348
271166
|
},
|
|
270349
271167
|
"required": [
|
|
@@ -273188,6 +274006,10 @@
|
|
|
273188
274006
|
"starred_at": {
|
|
273189
274007
|
"type": "string",
|
|
273190
274008
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
274009
|
+
},
|
|
274010
|
+
"anonymous_access_enabled": {
|
|
274011
|
+
"type": "boolean",
|
|
274012
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
273191
274013
|
}
|
|
273192
274014
|
},
|
|
273193
274015
|
"required": [
|
|
@@ -273761,7 +274583,8 @@
|
|
|
273761
274583
|
"type": "User",
|
|
273762
274584
|
"site_admin": false
|
|
273763
274585
|
},
|
|
273764
|
-
"author_association": "COLLABORATOR"
|
|
274586
|
+
"author_association": "COLLABORATOR",
|
|
274587
|
+
"state_reason": "completed"
|
|
273765
274588
|
}
|
|
273766
274589
|
]
|
|
273767
274590
|
}
|
|
@@ -276040,6 +276863,10 @@
|
|
|
276040
276863
|
"starred_at": {
|
|
276041
276864
|
"type": "string",
|
|
276042
276865
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
276866
|
+
},
|
|
276867
|
+
"anonymous_access_enabled": {
|
|
276868
|
+
"type": "boolean",
|
|
276869
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
276043
276870
|
}
|
|
276044
276871
|
},
|
|
276045
276872
|
"required": [
|
|
@@ -276611,7 +277438,8 @@
|
|
|
276611
277438
|
"type": "User",
|
|
276612
277439
|
"site_admin": false
|
|
276613
277440
|
},
|
|
276614
|
-
"author_association": "COLLABORATOR"
|
|
277441
|
+
"author_association": "COLLABORATOR",
|
|
277442
|
+
"state_reason": "completed"
|
|
276615
277443
|
}
|
|
276616
277444
|
}
|
|
276617
277445
|
}
|
|
@@ -282045,6 +282873,10 @@
|
|
|
282045
282873
|
"starred_at": {
|
|
282046
282874
|
"type": "string",
|
|
282047
282875
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
282876
|
+
},
|
|
282877
|
+
"anonymous_access_enabled": {
|
|
282878
|
+
"type": "boolean",
|
|
282879
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
282048
282880
|
}
|
|
282049
282881
|
},
|
|
282050
282882
|
"required": [
|
|
@@ -283657,7 +284489,8 @@
|
|
|
283657
284489
|
"closed_at": null,
|
|
283658
284490
|
"created_at": "2011-04-22T13:33:48Z",
|
|
283659
284491
|
"updated_at": "2011-04-22T13:33:48Z",
|
|
283660
|
-
"author_association": "COLLABORATOR"
|
|
284492
|
+
"author_association": "COLLABORATOR",
|
|
284493
|
+
"state_reason": "completed"
|
|
283661
284494
|
}
|
|
283662
284495
|
}
|
|
283663
284496
|
]
|
|
@@ -285953,6 +286786,10 @@
|
|
|
285953
286786
|
"starred_at": {
|
|
285954
286787
|
"type": "string",
|
|
285955
286788
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
286789
|
+
},
|
|
286790
|
+
"anonymous_access_enabled": {
|
|
286791
|
+
"type": "boolean",
|
|
286792
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
285956
286793
|
}
|
|
285957
286794
|
},
|
|
285958
286795
|
"required": [
|
|
@@ -287603,7 +288440,8 @@
|
|
|
287603
288440
|
"closed_at": null,
|
|
287604
288441
|
"created_at": "2011-04-22T13:33:48Z",
|
|
287605
288442
|
"updated_at": "2011-04-22T13:33:48Z",
|
|
287606
|
-
"author_association": "COLLABORATOR"
|
|
288443
|
+
"author_association": "COLLABORATOR",
|
|
288444
|
+
"state_reason": "completed"
|
|
287607
288445
|
}
|
|
287608
288446
|
}
|
|
287609
288447
|
}
|
|
@@ -289743,6 +290581,10 @@
|
|
|
289743
290581
|
"starred_at": {
|
|
289744
290582
|
"type": "string",
|
|
289745
290583
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
290584
|
+
},
|
|
290585
|
+
"anonymous_access_enabled": {
|
|
290586
|
+
"type": "boolean",
|
|
290587
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
289746
290588
|
}
|
|
289747
290589
|
},
|
|
289748
290590
|
"required": [
|
|
@@ -290314,7 +291156,8 @@
|
|
|
290314
291156
|
"type": "User",
|
|
290315
291157
|
"site_admin": false
|
|
290316
291158
|
},
|
|
290317
|
-
"author_association": "COLLABORATOR"
|
|
291159
|
+
"author_association": "COLLABORATOR",
|
|
291160
|
+
"state_reason": "completed"
|
|
290318
291161
|
}
|
|
290319
291162
|
}
|
|
290320
291163
|
}
|
|
@@ -290488,6 +291331,12 @@
|
|
|
290488
291331
|
"closed"
|
|
290489
291332
|
]
|
|
290490
291333
|
},
|
|
291334
|
+
"state_reason": {
|
|
291335
|
+
"type": "string",
|
|
291336
|
+
"nullable": true,
|
|
291337
|
+
"description": "The reason for the current state",
|
|
291338
|
+
"example": "not_planned"
|
|
291339
|
+
},
|
|
290491
291340
|
"milestone": {
|
|
290492
291341
|
"oneOf": [
|
|
290493
291342
|
{
|
|
@@ -292561,6 +293410,10 @@
|
|
|
292561
293410
|
"starred_at": {
|
|
292562
293411
|
"type": "string",
|
|
292563
293412
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
293413
|
+
},
|
|
293414
|
+
"anonymous_access_enabled": {
|
|
293415
|
+
"type": "boolean",
|
|
293416
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
292564
293417
|
}
|
|
292565
293418
|
},
|
|
292566
293419
|
"required": [
|
|
@@ -293132,7 +293985,8 @@
|
|
|
293132
293985
|
"type": "User",
|
|
293133
293986
|
"site_admin": false
|
|
293134
293987
|
},
|
|
293135
|
-
"author_association": "COLLABORATOR"
|
|
293988
|
+
"author_association": "COLLABORATOR",
|
|
293989
|
+
"state_reason": "completed"
|
|
293136
293990
|
}
|
|
293137
293991
|
}
|
|
293138
293992
|
}
|
|
@@ -295416,6 +296270,10 @@
|
|
|
295416
296270
|
"starred_at": {
|
|
295417
296271
|
"type": "string",
|
|
295418
296272
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
296273
|
+
},
|
|
296274
|
+
"anonymous_access_enabled": {
|
|
296275
|
+
"type": "boolean",
|
|
296276
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
295419
296277
|
}
|
|
295420
296278
|
},
|
|
295421
296279
|
"required": [
|
|
@@ -295987,7 +296845,8 @@
|
|
|
295987
296845
|
"type": "User",
|
|
295988
296846
|
"site_admin": false
|
|
295989
296847
|
},
|
|
295990
|
-
"author_association": "COLLABORATOR"
|
|
296848
|
+
"author_association": "COLLABORATOR",
|
|
296849
|
+
"state_reason": "completed"
|
|
295991
296850
|
}
|
|
295992
296851
|
}
|
|
295993
296852
|
}
|
|
@@ -319268,6 +320127,10 @@
|
|
|
319268
320127
|
"starred_at": {
|
|
319269
320128
|
"type": "string",
|
|
319270
320129
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
320130
|
+
},
|
|
320131
|
+
"anonymous_access_enabled": {
|
|
320132
|
+
"type": "boolean",
|
|
320133
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
319271
320134
|
}
|
|
319272
320135
|
},
|
|
319273
320136
|
"required": [
|
|
@@ -328578,6 +329441,10 @@
|
|
|
328578
329441
|
"starred_at": {
|
|
328579
329442
|
"type": "string",
|
|
328580
329443
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
329444
|
+
},
|
|
329445
|
+
"anonymous_access_enabled": {
|
|
329446
|
+
"type": "boolean",
|
|
329447
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
328581
329448
|
}
|
|
328582
329449
|
},
|
|
328583
329450
|
"required": [
|
|
@@ -334860,6 +335727,10 @@
|
|
|
334860
335727
|
"starred_at": {
|
|
334861
335728
|
"type": "string",
|
|
334862
335729
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
335730
|
+
},
|
|
335731
|
+
"anonymous_access_enabled": {
|
|
335732
|
+
"type": "boolean",
|
|
335733
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
334863
335734
|
}
|
|
334864
335735
|
},
|
|
334865
335736
|
"required": [
|
|
@@ -336190,6 +337061,10 @@
|
|
|
336190
337061
|
"starred_at": {
|
|
336191
337062
|
"type": "string",
|
|
336192
337063
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
337064
|
+
},
|
|
337065
|
+
"anonymous_access_enabled": {
|
|
337066
|
+
"type": "boolean",
|
|
337067
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
336193
337068
|
}
|
|
336194
337069
|
},
|
|
336195
337070
|
"required": [
|
|
@@ -346747,6 +347622,27 @@
|
|
|
346747
347622
|
}
|
|
346748
347623
|
}
|
|
346749
347624
|
}
|
|
347625
|
+
},
|
|
347626
|
+
"503": {
|
|
347627
|
+
"description": "Service unavailable",
|
|
347628
|
+
"content": {
|
|
347629
|
+
"application/json": {
|
|
347630
|
+
"schema": {
|
|
347631
|
+
"type": "object",
|
|
347632
|
+
"properties": {
|
|
347633
|
+
"code": {
|
|
347634
|
+
"type": "string"
|
|
347635
|
+
},
|
|
347636
|
+
"message": {
|
|
347637
|
+
"type": "string"
|
|
347638
|
+
},
|
|
347639
|
+
"documentation_url": {
|
|
347640
|
+
"type": "string"
|
|
347641
|
+
}
|
|
347642
|
+
}
|
|
347643
|
+
}
|
|
347644
|
+
}
|
|
347645
|
+
}
|
|
346750
347646
|
}
|
|
346751
347647
|
},
|
|
346752
347648
|
"x-github": {
|
|
@@ -352084,6 +352980,10 @@
|
|
|
352084
352980
|
"starred_at": {
|
|
352085
352981
|
"type": "string",
|
|
352086
352982
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
352983
|
+
},
|
|
352984
|
+
"anonymous_access_enabled": {
|
|
352985
|
+
"type": "boolean",
|
|
352986
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
352087
352987
|
}
|
|
352088
352988
|
},
|
|
352089
352989
|
"required": [
|
|
@@ -352533,6 +353433,12 @@
|
|
|
352533
353433
|
"format": "date-time",
|
|
352534
353434
|
"example": "2011-01-26T20:01:12Z",
|
|
352535
353435
|
"nullable": true
|
|
353436
|
+
},
|
|
353437
|
+
"last_known_stop_notice": {
|
|
353438
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
353439
|
+
"type": "string",
|
|
353440
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
353441
|
+
"nullable": true
|
|
352536
353442
|
}
|
|
352537
353443
|
},
|
|
352538
353444
|
"required": [
|
|
@@ -354527,6 +355433,10 @@
|
|
|
354527
355433
|
"starred_at": {
|
|
354528
355434
|
"type": "string",
|
|
354529
355435
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
355436
|
+
},
|
|
355437
|
+
"anonymous_access_enabled": {
|
|
355438
|
+
"type": "boolean",
|
|
355439
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
354530
355440
|
}
|
|
354531
355441
|
},
|
|
354532
355442
|
"required": [
|
|
@@ -354976,6 +355886,12 @@
|
|
|
354976
355886
|
"format": "date-time",
|
|
354977
355887
|
"example": "2011-01-26T20:01:12Z",
|
|
354978
355888
|
"nullable": true
|
|
355889
|
+
},
|
|
355890
|
+
"last_known_stop_notice": {
|
|
355891
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
355892
|
+
"type": "string",
|
|
355893
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
355894
|
+
"nullable": true
|
|
354979
355895
|
}
|
|
354980
355896
|
},
|
|
354981
355897
|
"required": [
|
|
@@ -358043,6 +358959,27 @@
|
|
|
358043
358959
|
}
|
|
358044
358960
|
}
|
|
358045
358961
|
}
|
|
358962
|
+
},
|
|
358963
|
+
"503": {
|
|
358964
|
+
"description": "Service unavailable",
|
|
358965
|
+
"content": {
|
|
358966
|
+
"application/json": {
|
|
358967
|
+
"schema": {
|
|
358968
|
+
"type": "object",
|
|
358969
|
+
"properties": {
|
|
358970
|
+
"code": {
|
|
358971
|
+
"type": "string"
|
|
358972
|
+
},
|
|
358973
|
+
"message": {
|
|
358974
|
+
"type": "string"
|
|
358975
|
+
},
|
|
358976
|
+
"documentation_url": {
|
|
358977
|
+
"type": "string"
|
|
358978
|
+
}
|
|
358979
|
+
}
|
|
358980
|
+
}
|
|
358981
|
+
}
|
|
358982
|
+
}
|
|
358046
358983
|
}
|
|
358047
358984
|
},
|
|
358048
358985
|
"x-github": {
|
|
@@ -361064,6 +362001,10 @@
|
|
|
361064
362001
|
"starred_at": {
|
|
361065
362002
|
"type": "string",
|
|
361066
362003
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
362004
|
+
},
|
|
362005
|
+
"anonymous_access_enabled": {
|
|
362006
|
+
"type": "boolean",
|
|
362007
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
361067
362008
|
}
|
|
361068
362009
|
},
|
|
361069
362010
|
"required": [
|
|
@@ -362394,6 +363335,10 @@
|
|
|
362394
363335
|
"starred_at": {
|
|
362395
363336
|
"type": "string",
|
|
362396
363337
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
363338
|
+
},
|
|
363339
|
+
"anonymous_access_enabled": {
|
|
363340
|
+
"type": "boolean",
|
|
363341
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
362397
363342
|
}
|
|
362398
363343
|
},
|
|
362399
363344
|
"required": [
|
|
@@ -365773,6 +366718,10 @@
|
|
|
365773
366718
|
"starred_at": {
|
|
365774
366719
|
"type": "string",
|
|
365775
366720
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
366721
|
+
},
|
|
366722
|
+
"anonymous_access_enabled": {
|
|
366723
|
+
"type": "boolean",
|
|
366724
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
365776
366725
|
}
|
|
365777
366726
|
},
|
|
365778
366727
|
"required": [
|
|
@@ -367103,6 +368052,10 @@
|
|
|
367103
368052
|
"starred_at": {
|
|
367104
368053
|
"type": "string",
|
|
367105
368054
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
368055
|
+
},
|
|
368056
|
+
"anonymous_access_enabled": {
|
|
368057
|
+
"type": "boolean",
|
|
368058
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
367106
368059
|
}
|
|
367107
368060
|
},
|
|
367108
368061
|
"required": [
|
|
@@ -386232,6 +387185,10 @@
|
|
|
386232
387185
|
"starred_at": {
|
|
386233
387186
|
"type": "string",
|
|
386234
387187
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
387188
|
+
},
|
|
387189
|
+
"anonymous_access_enabled": {
|
|
387190
|
+
"type": "boolean",
|
|
387191
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
386235
387192
|
}
|
|
386236
387193
|
},
|
|
386237
387194
|
"required": [
|
|
@@ -386903,7 +387860,7 @@
|
|
|
386903
387860
|
"/repos/{template_owner}/{template_repo}/generate": {
|
|
386904
387861
|
"post": {
|
|
386905
387862
|
"summary": "Create a repository using a template",
|
|
386906
|
-
"description": "Creates a new repository using a repository template. Use the `template_owner` and `template_repo` route parameters to specify the repository to use as the template.
|
|
387863
|
+
"description": "Creates a new repository using a repository template. Use the `template_owner` and `template_repo` route parameters to specify the repository to use as the template. If the repository is not public, the authenticated user must own or be a member of an organization that owns the repository. To check if a repository is available to use as a template, get the repository's information using the [Get a repository](https://docs.github.com/rest/reference/repos#get-a-repository) endpoint and check that the `is_template` key is `true`.\n\n**OAuth scope requirements**\n\nWhen using [OAuth](https://docs.github.com/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/), authorizations must include:\n\n* `public_repo` scope or `repo` scope to create a public repository. Note: For GitHub AE, use `repo` scope to create an internal repository.\n* `repo` scope to create a private repository",
|
|
386907
387864
|
"tags": [
|
|
386908
387865
|
"repos"
|
|
386909
387866
|
],
|
|
@@ -388094,6 +389051,10 @@
|
|
|
388094
389051
|
"starred_at": {
|
|
388095
389052
|
"type": "string",
|
|
388096
389053
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
389054
|
+
},
|
|
389055
|
+
"anonymous_access_enabled": {
|
|
389056
|
+
"type": "boolean",
|
|
389057
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
388097
389058
|
}
|
|
388098
389059
|
},
|
|
388099
389060
|
"required": [
|
|
@@ -389889,6 +390850,10 @@
|
|
|
389889
390850
|
"starred_at": {
|
|
389890
390851
|
"type": "string",
|
|
389891
390852
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
390853
|
+
},
|
|
390854
|
+
"anonymous_access_enabled": {
|
|
390855
|
+
"type": "boolean",
|
|
390856
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
389892
390857
|
}
|
|
389893
390858
|
},
|
|
389894
390859
|
"required": [
|
|
@@ -397873,6 +398838,10 @@
|
|
|
397873
398838
|
"starred_at": {
|
|
397874
398839
|
"type": "string",
|
|
397875
398840
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
398841
|
+
},
|
|
398842
|
+
"anonymous_access_enabled": {
|
|
398843
|
+
"type": "boolean",
|
|
398844
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
397876
398845
|
}
|
|
397877
398846
|
},
|
|
397878
398847
|
"required": [
|
|
@@ -400302,6 +401271,10 @@
|
|
|
400302
401271
|
"starred_at": {
|
|
400303
401272
|
"type": "string",
|
|
400304
401273
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
401274
|
+
},
|
|
401275
|
+
"anonymous_access_enabled": {
|
|
401276
|
+
"type": "boolean",
|
|
401277
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
400305
401278
|
}
|
|
400306
401279
|
},
|
|
400307
401280
|
"required": [
|
|
@@ -402726,6 +403699,10 @@
|
|
|
402726
403699
|
"starred_at": {
|
|
402727
403700
|
"type": "string",
|
|
402728
403701
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
403702
|
+
},
|
|
403703
|
+
"anonymous_access_enabled": {
|
|
403704
|
+
"type": "boolean",
|
|
403705
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
402729
403706
|
}
|
|
402730
403707
|
},
|
|
402731
403708
|
"required": [
|
|
@@ -403236,7 +404213,8 @@
|
|
|
403236
404213
|
"body": "...",
|
|
403237
404214
|
"score": 1,
|
|
403238
404215
|
"locked": true,
|
|
403239
|
-
"author_association": "COLLABORATOR"
|
|
404216
|
+
"author_association": "COLLABORATOR",
|
|
404217
|
+
"state_reason": "completed"
|
|
403240
404218
|
}
|
|
403241
404219
|
]
|
|
403242
404220
|
}
|
|
@@ -405564,8 +406542,8 @@
|
|
|
405564
406542
|
"example": "2017-08-17T12:37:15Z"
|
|
405565
406543
|
},
|
|
405566
406544
|
"organization": {
|
|
405567
|
-
"title": "Organization
|
|
405568
|
-
"description": "Organization
|
|
406545
|
+
"title": "Team Organization",
|
|
406546
|
+
"description": "Team Organization",
|
|
405569
406547
|
"type": "object",
|
|
405570
406548
|
"properties": {
|
|
405571
406549
|
"login": {
|
|
@@ -406183,8 +407161,8 @@
|
|
|
406183
407161
|
"example": "2017-08-17T12:37:15Z"
|
|
406184
407162
|
},
|
|
406185
407163
|
"organization": {
|
|
406186
|
-
"title": "Organization
|
|
406187
|
-
"description": "Organization
|
|
407164
|
+
"title": "Team Organization",
|
|
407165
|
+
"description": "Team Organization",
|
|
406188
407166
|
"type": "object",
|
|
406189
407167
|
"properties": {
|
|
406190
407168
|
"login": {
|
|
@@ -406686,8 +407664,8 @@
|
|
|
406686
407664
|
"example": "2017-08-17T12:37:15Z"
|
|
406687
407665
|
},
|
|
406688
407666
|
"organization": {
|
|
406689
|
-
"title": "Organization
|
|
406690
|
-
"description": "Organization
|
|
407667
|
+
"title": "Team Organization",
|
|
407668
|
+
"description": "Team Organization",
|
|
406691
407669
|
"type": "object",
|
|
406692
407670
|
"properties": {
|
|
406693
407671
|
"login": {
|
|
@@ -415294,6 +416272,10 @@
|
|
|
415294
416272
|
"starred_at": {
|
|
415295
416273
|
"type": "string",
|
|
415296
416274
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
416275
|
+
},
|
|
416276
|
+
"anonymous_access_enabled": {
|
|
416277
|
+
"type": "boolean",
|
|
416278
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
415297
416279
|
}
|
|
415298
416280
|
},
|
|
415299
416281
|
"required": [
|
|
@@ -417360,6 +418342,10 @@
|
|
|
417360
418342
|
"starred_at": {
|
|
417361
418343
|
"type": "string",
|
|
417362
418344
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
418345
|
+
},
|
|
418346
|
+
"anonymous_access_enabled": {
|
|
418347
|
+
"type": "boolean",
|
|
418348
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
417363
418349
|
}
|
|
417364
418350
|
},
|
|
417365
418351
|
"required": [
|
|
@@ -422635,6 +423621,10 @@
|
|
|
422635
423621
|
"starred_at": {
|
|
422636
423622
|
"type": "string",
|
|
422637
423623
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
423624
|
+
},
|
|
423625
|
+
"anonymous_access_enabled": {
|
|
423626
|
+
"type": "boolean",
|
|
423627
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
422638
423628
|
}
|
|
422639
423629
|
},
|
|
422640
423630
|
"required": [
|
|
@@ -423084,6 +424074,12 @@
|
|
|
423084
424074
|
"format": "date-time",
|
|
423085
424075
|
"example": "2011-01-26T20:01:12Z",
|
|
423086
424076
|
"nullable": true
|
|
424077
|
+
},
|
|
424078
|
+
"last_known_stop_notice": {
|
|
424079
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
424080
|
+
"type": "string",
|
|
424081
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
424082
|
+
"nullable": true
|
|
423087
424083
|
}
|
|
423088
424084
|
},
|
|
423089
424085
|
"required": [
|
|
@@ -425615,6 +426611,10 @@
|
|
|
425615
426611
|
"starred_at": {
|
|
425616
426612
|
"type": "string",
|
|
425617
426613
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
426614
|
+
},
|
|
426615
|
+
"anonymous_access_enabled": {
|
|
426616
|
+
"type": "boolean",
|
|
426617
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
425618
426618
|
}
|
|
425619
426619
|
},
|
|
425620
426620
|
"required": [
|
|
@@ -426064,6 +427064,12 @@
|
|
|
426064
427064
|
"format": "date-time",
|
|
426065
427065
|
"example": "2011-01-26T20:01:12Z",
|
|
426066
427066
|
"nullable": true
|
|
427067
|
+
},
|
|
427068
|
+
"last_known_stop_notice": {
|
|
427069
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
427070
|
+
"type": "string",
|
|
427071
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
427072
|
+
"nullable": true
|
|
426067
427073
|
}
|
|
426068
427074
|
},
|
|
426069
427075
|
"required": [
|
|
@@ -428058,6 +429064,10 @@
|
|
|
428058
429064
|
"starred_at": {
|
|
428059
429065
|
"type": "string",
|
|
428060
429066
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
429067
|
+
},
|
|
429068
|
+
"anonymous_access_enabled": {
|
|
429069
|
+
"type": "boolean",
|
|
429070
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
428061
429071
|
}
|
|
428062
429072
|
},
|
|
428063
429073
|
"required": [
|
|
@@ -428507,6 +429517,12 @@
|
|
|
428507
429517
|
"format": "date-time",
|
|
428508
429518
|
"example": "2011-01-26T20:01:12Z",
|
|
428509
429519
|
"nullable": true
|
|
429520
|
+
},
|
|
429521
|
+
"last_known_stop_notice": {
|
|
429522
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
429523
|
+
"type": "string",
|
|
429524
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
429525
|
+
"nullable": true
|
|
428510
429526
|
}
|
|
428511
429527
|
},
|
|
428512
429528
|
"required": [
|
|
@@ -430874,6 +431890,10 @@
|
|
|
430874
431890
|
"starred_at": {
|
|
430875
431891
|
"type": "string",
|
|
430876
431892
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
431893
|
+
},
|
|
431894
|
+
"anonymous_access_enabled": {
|
|
431895
|
+
"type": "boolean",
|
|
431896
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
430877
431897
|
}
|
|
430878
431898
|
},
|
|
430879
431899
|
"required": [
|
|
@@ -433765,6 +434785,10 @@
|
|
|
433765
434785
|
"starred_at": {
|
|
433766
434786
|
"type": "string",
|
|
433767
434787
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
434788
|
+
},
|
|
434789
|
+
"anonymous_access_enabled": {
|
|
434790
|
+
"type": "boolean",
|
|
434791
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
433768
434792
|
}
|
|
433769
434793
|
},
|
|
433770
434794
|
"required": [
|
|
@@ -434214,6 +435238,12 @@
|
|
|
434214
435238
|
"format": "date-time",
|
|
434215
435239
|
"example": "2011-01-26T20:01:12Z",
|
|
434216
435240
|
"nullable": true
|
|
435241
|
+
},
|
|
435242
|
+
"last_known_stop_notice": {
|
|
435243
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
435244
|
+
"type": "string",
|
|
435245
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
435246
|
+
"nullable": true
|
|
434217
435247
|
}
|
|
434218
435248
|
},
|
|
434219
435249
|
"required": [
|
|
@@ -436381,6 +437411,10 @@
|
|
|
436381
437411
|
"starred_at": {
|
|
436382
437412
|
"type": "string",
|
|
436383
437413
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
437414
|
+
},
|
|
437415
|
+
"anonymous_access_enabled": {
|
|
437416
|
+
"type": "boolean",
|
|
437417
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
436384
437418
|
}
|
|
436385
437419
|
},
|
|
436386
437420
|
"required": [
|
|
@@ -436830,6 +437864,12 @@
|
|
|
436830
437864
|
"format": "date-time",
|
|
436831
437865
|
"example": "2011-01-26T20:01:12Z",
|
|
436832
437866
|
"nullable": true
|
|
437867
|
+
},
|
|
437868
|
+
"last_known_stop_notice": {
|
|
437869
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
437870
|
+
"type": "string",
|
|
437871
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
437872
|
+
"nullable": true
|
|
436833
437873
|
}
|
|
436834
437874
|
},
|
|
436835
437875
|
"required": [
|
|
@@ -439732,6 +440772,10 @@
|
|
|
439732
440772
|
"starred_at": {
|
|
439733
440773
|
"type": "string",
|
|
439734
440774
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
440775
|
+
},
|
|
440776
|
+
"anonymous_access_enabled": {
|
|
440777
|
+
"type": "boolean",
|
|
440778
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
439735
440779
|
}
|
|
439736
440780
|
},
|
|
439737
440781
|
"required": [
|
|
@@ -440181,6 +441225,12 @@
|
|
|
440181
441225
|
"format": "date-time",
|
|
440182
441226
|
"example": "2011-01-26T20:01:12Z",
|
|
440183
441227
|
"nullable": true
|
|
441228
|
+
},
|
|
441229
|
+
"last_known_stop_notice": {
|
|
441230
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
441231
|
+
"type": "string",
|
|
441232
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
441233
|
+
"nullable": true
|
|
440184
441234
|
}
|
|
440185
441235
|
},
|
|
440186
441236
|
"required": [
|
|
@@ -442428,6 +443478,10 @@
|
|
|
442428
443478
|
"starred_at": {
|
|
442429
443479
|
"type": "string",
|
|
442430
443480
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
443481
|
+
},
|
|
443482
|
+
"anonymous_access_enabled": {
|
|
443483
|
+
"type": "boolean",
|
|
443484
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
442431
443485
|
}
|
|
442432
443486
|
},
|
|
442433
443487
|
"required": [
|
|
@@ -442877,6 +443931,12 @@
|
|
|
442877
443931
|
"format": "date-time",
|
|
442878
443932
|
"example": "2011-01-26T20:01:12Z",
|
|
442879
443933
|
"nullable": true
|
|
443934
|
+
},
|
|
443935
|
+
"last_known_stop_notice": {
|
|
443936
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
443937
|
+
"type": "string",
|
|
443938
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
443939
|
+
"nullable": true
|
|
442880
443940
|
}
|
|
442881
443941
|
},
|
|
442882
443942
|
"required": [
|
|
@@ -446683,14 +447743,6 @@
|
|
|
446683
447743
|
"write"
|
|
446684
447744
|
]
|
|
446685
447745
|
},
|
|
446686
|
-
"organization_custom_roles": {
|
|
446687
|
-
"type": "string",
|
|
446688
|
-
"description": "The level of permission to grant the access token for custom roles management.",
|
|
446689
|
-
"enum": [
|
|
446690
|
-
"read",
|
|
446691
|
-
"write"
|
|
446692
|
-
]
|
|
446693
|
-
},
|
|
446694
447746
|
"deployments": {
|
|
446695
447747
|
"type": "string",
|
|
446696
447748
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -446835,6 +447887,14 @@
|
|
|
446835
447887
|
"write"
|
|
446836
447888
|
]
|
|
446837
447889
|
},
|
|
447890
|
+
"organization_custom_roles": {
|
|
447891
|
+
"type": "string",
|
|
447892
|
+
"description": "The level of permission to grant the access token for custom roles management. This property is in beta and is subject to change.",
|
|
447893
|
+
"enum": [
|
|
447894
|
+
"read",
|
|
447895
|
+
"write"
|
|
447896
|
+
]
|
|
447897
|
+
},
|
|
446838
447898
|
"organization_hooks": {
|
|
446839
447899
|
"type": "string",
|
|
446840
447900
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
@@ -448460,6 +449520,10 @@
|
|
|
448460
449520
|
"starred_at": {
|
|
448461
449521
|
"type": "string",
|
|
448462
449522
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
449523
|
+
},
|
|
449524
|
+
"anonymous_access_enabled": {
|
|
449525
|
+
"type": "boolean",
|
|
449526
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
448463
449527
|
}
|
|
448464
449528
|
},
|
|
448465
449529
|
"required": [
|
|
@@ -451409,6 +452473,10 @@
|
|
|
451409
452473
|
"starred_at": {
|
|
451410
452474
|
"type": "string",
|
|
451411
452475
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
452476
|
+
},
|
|
452477
|
+
"anonymous_access_enabled": {
|
|
452478
|
+
"type": "boolean",
|
|
452479
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
451412
452480
|
}
|
|
451413
452481
|
},
|
|
451414
452482
|
"required": [
|
|
@@ -456259,6 +457327,10 @@
|
|
|
456259
457327
|
"starred_at": {
|
|
456260
457328
|
"type": "string",
|
|
456261
457329
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
457330
|
+
},
|
|
457331
|
+
"anonymous_access_enabled": {
|
|
457332
|
+
"type": "boolean",
|
|
457333
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
456262
457334
|
}
|
|
456263
457335
|
},
|
|
456264
457336
|
"required": [
|
|
@@ -458004,6 +459076,10 @@
|
|
|
458004
459076
|
"starred_at": {
|
|
458005
459077
|
"type": "string",
|
|
458006
459078
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
459079
|
+
},
|
|
459080
|
+
"anonymous_access_enabled": {
|
|
459081
|
+
"type": "boolean",
|
|
459082
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
458007
459083
|
}
|
|
458008
459084
|
},
|
|
458009
459085
|
"required": [
|
|
@@ -459739,6 +460815,10 @@
|
|
|
459739
460815
|
"starred_at": {
|
|
459740
460816
|
"type": "string",
|
|
459741
460817
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
460818
|
+
},
|
|
460819
|
+
"anonymous_access_enabled": {
|
|
460820
|
+
"type": "boolean",
|
|
460821
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
459742
460822
|
}
|
|
459743
460823
|
},
|
|
459744
460824
|
"required": [
|
|
@@ -462050,6 +463130,10 @@
|
|
|
462050
463130
|
"starred_at": {
|
|
462051
463131
|
"type": "string",
|
|
462052
463132
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
463133
|
+
},
|
|
463134
|
+
"anonymous_access_enabled": {
|
|
463135
|
+
"type": "boolean",
|
|
463136
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
462053
463137
|
}
|
|
462054
463138
|
},
|
|
462055
463139
|
"required": [
|
|
@@ -464409,6 +465493,10 @@
|
|
|
464409
465493
|
"starred_at": {
|
|
464410
465494
|
"type": "string",
|
|
464411
465495
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
465496
|
+
},
|
|
465497
|
+
"anonymous_access_enabled": {
|
|
465498
|
+
"type": "boolean",
|
|
465499
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
464412
465500
|
}
|
|
464413
465501
|
},
|
|
464414
465502
|
"required": [
|
|
@@ -466488,6 +467576,10 @@
|
|
|
466488
467576
|
"starred_at": {
|
|
466489
467577
|
"type": "string",
|
|
466490
467578
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
467579
|
+
},
|
|
467580
|
+
"anonymous_access_enabled": {
|
|
467581
|
+
"type": "boolean",
|
|
467582
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
466491
467583
|
}
|
|
466492
467584
|
},
|
|
466493
467585
|
"required": [
|
|
@@ -469758,6 +470850,10 @@
|
|
|
469758
470850
|
"starred_at": {
|
|
469759
470851
|
"type": "string",
|
|
469760
470852
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
470853
|
+
},
|
|
470854
|
+
"anonymous_access_enabled": {
|
|
470855
|
+
"type": "boolean",
|
|
470856
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
469761
470857
|
}
|
|
469762
470858
|
},
|
|
469763
470859
|
"required": [
|
|
@@ -471377,6 +472473,10 @@
|
|
|
471377
472473
|
"starred_at": {
|
|
471378
472474
|
"type": "string",
|
|
471379
472475
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
472476
|
+
},
|
|
472477
|
+
"anonymous_access_enabled": {
|
|
472478
|
+
"type": "boolean",
|
|
472479
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
471380
472480
|
}
|
|
471381
472481
|
},
|
|
471382
472482
|
"required": [
|
|
@@ -473409,6 +474509,10 @@
|
|
|
473409
474509
|
"starred_at": {
|
|
473410
474510
|
"type": "string",
|
|
473411
474511
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
474512
|
+
},
|
|
474513
|
+
"anonymous_access_enabled": {
|
|
474514
|
+
"type": "boolean",
|
|
474515
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
473412
474516
|
}
|
|
473413
474517
|
},
|
|
473414
474518
|
"required": [
|
|
@@ -474126,46 +475230,797 @@
|
|
|
474126
475230
|
}
|
|
474127
475231
|
}
|
|
474128
475232
|
}
|
|
474129
|
-
}
|
|
474130
|
-
},
|
|
474131
|
-
"x-github": {
|
|
474132
|
-
"githubCloudOnly": false,
|
|
474133
|
-
"enabledForGitHubApps": false,
|
|
474134
|
-
"category": "collaborators",
|
|
474135
|
-
"subcategory": "invitations"
|
|
474136
|
-
},
|
|
474137
|
-
"x-octokit": {}
|
|
474138
|
-
}
|
|
474139
|
-
},
|
|
474140
|
-
"/user/repository_invitations/{invitation_id}": {
|
|
474141
|
-
"patch": {
|
|
474142
|
-
"summary": "Accept a repository invitation",
|
|
474143
|
-
"description": "",
|
|
474144
|
-
"tags": [
|
|
474145
|
-
"repos"
|
|
474146
|
-
],
|
|
474147
|
-
"operationId": "repos/accept-invitation-for-authenticated-user",
|
|
474148
|
-
"externalDocs": {
|
|
474149
|
-
"description": "API method documentation",
|
|
474150
|
-
"url": "https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation"
|
|
474151
|
-
},
|
|
474152
|
-
"parameters": [
|
|
474153
|
-
{
|
|
474154
|
-
"name": "invitation_id",
|
|
474155
|
-
"description": "The unique identifier of the invitation.",
|
|
474156
|
-
"in": "path",
|
|
474157
|
-
"required": true,
|
|
474158
|
-
"schema": {
|
|
474159
|
-
"type": "integer"
|
|
474160
|
-
}
|
|
474161
|
-
}
|
|
474162
|
-
],
|
|
474163
|
-
"responses": {
|
|
474164
|
-
"204": {
|
|
474165
|
-
"description": "Response"
|
|
474166
|
-
},
|
|
474167
|
-
"304": {
|
|
474168
|
-
"description": "Not modified"
|
|
475233
|
+
}
|
|
475234
|
+
},
|
|
475235
|
+
"x-github": {
|
|
475236
|
+
"githubCloudOnly": false,
|
|
475237
|
+
"enabledForGitHubApps": false,
|
|
475238
|
+
"category": "collaborators",
|
|
475239
|
+
"subcategory": "invitations"
|
|
475240
|
+
},
|
|
475241
|
+
"x-octokit": {}
|
|
475242
|
+
}
|
|
475243
|
+
},
|
|
475244
|
+
"/user/repository_invitations/{invitation_id}": {
|
|
475245
|
+
"patch": {
|
|
475246
|
+
"summary": "Accept a repository invitation",
|
|
475247
|
+
"description": "",
|
|
475248
|
+
"tags": [
|
|
475249
|
+
"repos"
|
|
475250
|
+
],
|
|
475251
|
+
"operationId": "repos/accept-invitation-for-authenticated-user",
|
|
475252
|
+
"externalDocs": {
|
|
475253
|
+
"description": "API method documentation",
|
|
475254
|
+
"url": "https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation"
|
|
475255
|
+
},
|
|
475256
|
+
"parameters": [
|
|
475257
|
+
{
|
|
475258
|
+
"name": "invitation_id",
|
|
475259
|
+
"description": "The unique identifier of the invitation.",
|
|
475260
|
+
"in": "path",
|
|
475261
|
+
"required": true,
|
|
475262
|
+
"schema": {
|
|
475263
|
+
"type": "integer"
|
|
475264
|
+
}
|
|
475265
|
+
}
|
|
475266
|
+
],
|
|
475267
|
+
"responses": {
|
|
475268
|
+
"204": {
|
|
475269
|
+
"description": "Response"
|
|
475270
|
+
},
|
|
475271
|
+
"304": {
|
|
475272
|
+
"description": "Not modified"
|
|
475273
|
+
},
|
|
475274
|
+
"403": {
|
|
475275
|
+
"description": "Forbidden",
|
|
475276
|
+
"content": {
|
|
475277
|
+
"application/json": {
|
|
475278
|
+
"schema": {
|
|
475279
|
+
"title": "Basic Error",
|
|
475280
|
+
"description": "Basic Error",
|
|
475281
|
+
"type": "object",
|
|
475282
|
+
"properties": {
|
|
475283
|
+
"message": {
|
|
475284
|
+
"type": "string"
|
|
475285
|
+
},
|
|
475286
|
+
"documentation_url": {
|
|
475287
|
+
"type": "string"
|
|
475288
|
+
},
|
|
475289
|
+
"url": {
|
|
475290
|
+
"type": "string"
|
|
475291
|
+
},
|
|
475292
|
+
"status": {
|
|
475293
|
+
"type": "string"
|
|
475294
|
+
}
|
|
475295
|
+
}
|
|
475296
|
+
}
|
|
475297
|
+
}
|
|
475298
|
+
}
|
|
475299
|
+
},
|
|
475300
|
+
"404": {
|
|
475301
|
+
"description": "Resource not found",
|
|
475302
|
+
"content": {
|
|
475303
|
+
"application/json": {
|
|
475304
|
+
"schema": {
|
|
475305
|
+
"title": "Basic Error",
|
|
475306
|
+
"description": "Basic Error",
|
|
475307
|
+
"type": "object",
|
|
475308
|
+
"properties": {
|
|
475309
|
+
"message": {
|
|
475310
|
+
"type": "string"
|
|
475311
|
+
},
|
|
475312
|
+
"documentation_url": {
|
|
475313
|
+
"type": "string"
|
|
475314
|
+
},
|
|
475315
|
+
"url": {
|
|
475316
|
+
"type": "string"
|
|
475317
|
+
},
|
|
475318
|
+
"status": {
|
|
475319
|
+
"type": "string"
|
|
475320
|
+
}
|
|
475321
|
+
}
|
|
475322
|
+
}
|
|
475323
|
+
}
|
|
475324
|
+
}
|
|
475325
|
+
},
|
|
475326
|
+
"409": {
|
|
475327
|
+
"description": "Conflict",
|
|
475328
|
+
"content": {
|
|
475329
|
+
"application/json": {
|
|
475330
|
+
"schema": {
|
|
475331
|
+
"title": "Basic Error",
|
|
475332
|
+
"description": "Basic Error",
|
|
475333
|
+
"type": "object",
|
|
475334
|
+
"properties": {
|
|
475335
|
+
"message": {
|
|
475336
|
+
"type": "string"
|
|
475337
|
+
},
|
|
475338
|
+
"documentation_url": {
|
|
475339
|
+
"type": "string"
|
|
475340
|
+
},
|
|
475341
|
+
"url": {
|
|
475342
|
+
"type": "string"
|
|
475343
|
+
},
|
|
475344
|
+
"status": {
|
|
475345
|
+
"type": "string"
|
|
475346
|
+
}
|
|
475347
|
+
}
|
|
475348
|
+
}
|
|
475349
|
+
}
|
|
475350
|
+
}
|
|
475351
|
+
}
|
|
475352
|
+
},
|
|
475353
|
+
"x-github": {
|
|
475354
|
+
"githubCloudOnly": false,
|
|
475355
|
+
"enabledForGitHubApps": false,
|
|
475356
|
+
"category": "collaborators",
|
|
475357
|
+
"subcategory": "invitations"
|
|
475358
|
+
},
|
|
475359
|
+
"x-octokit": {
|
|
475360
|
+
"changes": [
|
|
475361
|
+
{
|
|
475362
|
+
"type": "OPERATION",
|
|
475363
|
+
"date": "2021-10-05",
|
|
475364
|
+
"before": {
|
|
475365
|
+
"operationId": "repos/accept-invitation"
|
|
475366
|
+
}
|
|
475367
|
+
}
|
|
475368
|
+
]
|
|
475369
|
+
}
|
|
475370
|
+
},
|
|
475371
|
+
"delete": {
|
|
475372
|
+
"summary": "Decline a repository invitation",
|
|
475373
|
+
"description": "",
|
|
475374
|
+
"tags": [
|
|
475375
|
+
"repos"
|
|
475376
|
+
],
|
|
475377
|
+
"operationId": "repos/decline-invitation-for-authenticated-user",
|
|
475378
|
+
"externalDocs": {
|
|
475379
|
+
"description": "API method documentation",
|
|
475380
|
+
"url": "https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation"
|
|
475381
|
+
},
|
|
475382
|
+
"parameters": [
|
|
475383
|
+
{
|
|
475384
|
+
"name": "invitation_id",
|
|
475385
|
+
"description": "The unique identifier of the invitation.",
|
|
475386
|
+
"in": "path",
|
|
475387
|
+
"required": true,
|
|
475388
|
+
"schema": {
|
|
475389
|
+
"type": "integer"
|
|
475390
|
+
}
|
|
475391
|
+
}
|
|
475392
|
+
],
|
|
475393
|
+
"responses": {
|
|
475394
|
+
"204": {
|
|
475395
|
+
"description": "Response"
|
|
475396
|
+
},
|
|
475397
|
+
"304": {
|
|
475398
|
+
"description": "Not modified"
|
|
475399
|
+
},
|
|
475400
|
+
"403": {
|
|
475401
|
+
"description": "Forbidden",
|
|
475402
|
+
"content": {
|
|
475403
|
+
"application/json": {
|
|
475404
|
+
"schema": {
|
|
475405
|
+
"title": "Basic Error",
|
|
475406
|
+
"description": "Basic Error",
|
|
475407
|
+
"type": "object",
|
|
475408
|
+
"properties": {
|
|
475409
|
+
"message": {
|
|
475410
|
+
"type": "string"
|
|
475411
|
+
},
|
|
475412
|
+
"documentation_url": {
|
|
475413
|
+
"type": "string"
|
|
475414
|
+
},
|
|
475415
|
+
"url": {
|
|
475416
|
+
"type": "string"
|
|
475417
|
+
},
|
|
475418
|
+
"status": {
|
|
475419
|
+
"type": "string"
|
|
475420
|
+
}
|
|
475421
|
+
}
|
|
475422
|
+
}
|
|
475423
|
+
}
|
|
475424
|
+
}
|
|
475425
|
+
},
|
|
475426
|
+
"404": {
|
|
475427
|
+
"description": "Resource not found",
|
|
475428
|
+
"content": {
|
|
475429
|
+
"application/json": {
|
|
475430
|
+
"schema": {
|
|
475431
|
+
"title": "Basic Error",
|
|
475432
|
+
"description": "Basic Error",
|
|
475433
|
+
"type": "object",
|
|
475434
|
+
"properties": {
|
|
475435
|
+
"message": {
|
|
475436
|
+
"type": "string"
|
|
475437
|
+
},
|
|
475438
|
+
"documentation_url": {
|
|
475439
|
+
"type": "string"
|
|
475440
|
+
},
|
|
475441
|
+
"url": {
|
|
475442
|
+
"type": "string"
|
|
475443
|
+
},
|
|
475444
|
+
"status": {
|
|
475445
|
+
"type": "string"
|
|
475446
|
+
}
|
|
475447
|
+
}
|
|
475448
|
+
}
|
|
475449
|
+
}
|
|
475450
|
+
}
|
|
475451
|
+
},
|
|
475452
|
+
"409": {
|
|
475453
|
+
"description": "Conflict",
|
|
475454
|
+
"content": {
|
|
475455
|
+
"application/json": {
|
|
475456
|
+
"schema": {
|
|
475457
|
+
"title": "Basic Error",
|
|
475458
|
+
"description": "Basic Error",
|
|
475459
|
+
"type": "object",
|
|
475460
|
+
"properties": {
|
|
475461
|
+
"message": {
|
|
475462
|
+
"type": "string"
|
|
475463
|
+
},
|
|
475464
|
+
"documentation_url": {
|
|
475465
|
+
"type": "string"
|
|
475466
|
+
},
|
|
475467
|
+
"url": {
|
|
475468
|
+
"type": "string"
|
|
475469
|
+
},
|
|
475470
|
+
"status": {
|
|
475471
|
+
"type": "string"
|
|
475472
|
+
}
|
|
475473
|
+
}
|
|
475474
|
+
}
|
|
475475
|
+
}
|
|
475476
|
+
}
|
|
475477
|
+
}
|
|
475478
|
+
},
|
|
475479
|
+
"x-github": {
|
|
475480
|
+
"githubCloudOnly": false,
|
|
475481
|
+
"enabledForGitHubApps": false,
|
|
475482
|
+
"category": "collaborators",
|
|
475483
|
+
"subcategory": "invitations"
|
|
475484
|
+
},
|
|
475485
|
+
"x-octokit": {
|
|
475486
|
+
"changes": [
|
|
475487
|
+
{
|
|
475488
|
+
"type": "OPERATION",
|
|
475489
|
+
"date": "2021-10-05",
|
|
475490
|
+
"before": {
|
|
475491
|
+
"operationId": "repos/decline-invitation"
|
|
475492
|
+
}
|
|
475493
|
+
}
|
|
475494
|
+
]
|
|
475495
|
+
}
|
|
475496
|
+
}
|
|
475497
|
+
},
|
|
475498
|
+
"/user/ssh_signing_keys": {
|
|
475499
|
+
"get": {
|
|
475500
|
+
"summary": "List SSH signing keys for the authenticated user",
|
|
475501
|
+
"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/).\"",
|
|
475502
|
+
"tags": [
|
|
475503
|
+
"users"
|
|
475504
|
+
],
|
|
475505
|
+
"operationId": "users/list-ssh-signing-keys-for-authenticated-user",
|
|
475506
|
+
"externalDocs": {
|
|
475507
|
+
"description": "API method documentation",
|
|
475508
|
+
"url": "https://docs.github.com/rest/reference/users#list-public-ssh-signing-keys-for-the-authenticated-user"
|
|
475509
|
+
},
|
|
475510
|
+
"parameters": [
|
|
475511
|
+
{
|
|
475512
|
+
"name": "per_page",
|
|
475513
|
+
"description": "The number of results per page (max 100).",
|
|
475514
|
+
"in": "query",
|
|
475515
|
+
"schema": {
|
|
475516
|
+
"type": "integer",
|
|
475517
|
+
"default": 30
|
|
475518
|
+
}
|
|
475519
|
+
},
|
|
475520
|
+
{
|
|
475521
|
+
"name": "page",
|
|
475522
|
+
"description": "Page number of the results to fetch.",
|
|
475523
|
+
"in": "query",
|
|
475524
|
+
"schema": {
|
|
475525
|
+
"type": "integer",
|
|
475526
|
+
"default": 1
|
|
475527
|
+
}
|
|
475528
|
+
}
|
|
475529
|
+
],
|
|
475530
|
+
"responses": {
|
|
475531
|
+
"200": {
|
|
475532
|
+
"description": "Response",
|
|
475533
|
+
"content": {
|
|
475534
|
+
"application/json": {
|
|
475535
|
+
"schema": {
|
|
475536
|
+
"type": "array",
|
|
475537
|
+
"items": {
|
|
475538
|
+
"title": "SSH Signing Key",
|
|
475539
|
+
"description": "A public SSH key used to sign Git commits",
|
|
475540
|
+
"type": "object",
|
|
475541
|
+
"properties": {
|
|
475542
|
+
"key": {
|
|
475543
|
+
"type": "string"
|
|
475544
|
+
},
|
|
475545
|
+
"id": {
|
|
475546
|
+
"type": "integer"
|
|
475547
|
+
},
|
|
475548
|
+
"title": {
|
|
475549
|
+
"type": "string"
|
|
475550
|
+
},
|
|
475551
|
+
"created_at": {
|
|
475552
|
+
"type": "string",
|
|
475553
|
+
"format": "date-time"
|
|
475554
|
+
}
|
|
475555
|
+
},
|
|
475556
|
+
"required": [
|
|
475557
|
+
"key",
|
|
475558
|
+
"id",
|
|
475559
|
+
"title",
|
|
475560
|
+
"created_at"
|
|
475561
|
+
]
|
|
475562
|
+
}
|
|
475563
|
+
},
|
|
475564
|
+
"examples": {
|
|
475565
|
+
"default": {
|
|
475566
|
+
"value": [
|
|
475567
|
+
{
|
|
475568
|
+
"key": "2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234",
|
|
475569
|
+
"id": 2,
|
|
475570
|
+
"url": "https://api.github.com/user/keys/2",
|
|
475571
|
+
"title": "ssh-rsa AAAAB3NzaC1yc2EAAA",
|
|
475572
|
+
"created_at": "2020-06-11T21:31:57Z"
|
|
475573
|
+
},
|
|
475574
|
+
{
|
|
475575
|
+
"key": "2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJy931234",
|
|
475576
|
+
"id": 3,
|
|
475577
|
+
"url": "https://api.github.com/user/keys/3",
|
|
475578
|
+
"title": "ssh-rsa AAAAB3NzaC1yc2EAAB",
|
|
475579
|
+
"created_at": "2020-07-11T21:31:57Z"
|
|
475580
|
+
}
|
|
475581
|
+
]
|
|
475582
|
+
}
|
|
475583
|
+
}
|
|
475584
|
+
}
|
|
475585
|
+
},
|
|
475586
|
+
"headers": {
|
|
475587
|
+
"Link": {
|
|
475588
|
+
"example": "<https://api.github.com/resource?page=2>; rel=\"next\", <https://api.github.com/resource?page=5>; rel=\"last\"",
|
|
475589
|
+
"schema": {
|
|
475590
|
+
"type": "string"
|
|
475591
|
+
}
|
|
475592
|
+
}
|
|
475593
|
+
}
|
|
475594
|
+
},
|
|
475595
|
+
"304": {
|
|
475596
|
+
"description": "Not modified"
|
|
475597
|
+
},
|
|
475598
|
+
"401": {
|
|
475599
|
+
"description": "Requires authentication",
|
|
475600
|
+
"content": {
|
|
475601
|
+
"application/json": {
|
|
475602
|
+
"schema": {
|
|
475603
|
+
"title": "Basic Error",
|
|
475604
|
+
"description": "Basic Error",
|
|
475605
|
+
"type": "object",
|
|
475606
|
+
"properties": {
|
|
475607
|
+
"message": {
|
|
475608
|
+
"type": "string"
|
|
475609
|
+
},
|
|
475610
|
+
"documentation_url": {
|
|
475611
|
+
"type": "string"
|
|
475612
|
+
},
|
|
475613
|
+
"url": {
|
|
475614
|
+
"type": "string"
|
|
475615
|
+
},
|
|
475616
|
+
"status": {
|
|
475617
|
+
"type": "string"
|
|
475618
|
+
}
|
|
475619
|
+
}
|
|
475620
|
+
}
|
|
475621
|
+
}
|
|
475622
|
+
}
|
|
475623
|
+
},
|
|
475624
|
+
"403": {
|
|
475625
|
+
"description": "Forbidden",
|
|
475626
|
+
"content": {
|
|
475627
|
+
"application/json": {
|
|
475628
|
+
"schema": {
|
|
475629
|
+
"title": "Basic Error",
|
|
475630
|
+
"description": "Basic Error",
|
|
475631
|
+
"type": "object",
|
|
475632
|
+
"properties": {
|
|
475633
|
+
"message": {
|
|
475634
|
+
"type": "string"
|
|
475635
|
+
},
|
|
475636
|
+
"documentation_url": {
|
|
475637
|
+
"type": "string"
|
|
475638
|
+
},
|
|
475639
|
+
"url": {
|
|
475640
|
+
"type": "string"
|
|
475641
|
+
},
|
|
475642
|
+
"status": {
|
|
475643
|
+
"type": "string"
|
|
475644
|
+
}
|
|
475645
|
+
}
|
|
475646
|
+
}
|
|
475647
|
+
}
|
|
475648
|
+
}
|
|
475649
|
+
},
|
|
475650
|
+
"404": {
|
|
475651
|
+
"description": "Resource not found",
|
|
475652
|
+
"content": {
|
|
475653
|
+
"application/json": {
|
|
475654
|
+
"schema": {
|
|
475655
|
+
"title": "Basic Error",
|
|
475656
|
+
"description": "Basic Error",
|
|
475657
|
+
"type": "object",
|
|
475658
|
+
"properties": {
|
|
475659
|
+
"message": {
|
|
475660
|
+
"type": "string"
|
|
475661
|
+
},
|
|
475662
|
+
"documentation_url": {
|
|
475663
|
+
"type": "string"
|
|
475664
|
+
},
|
|
475665
|
+
"url": {
|
|
475666
|
+
"type": "string"
|
|
475667
|
+
},
|
|
475668
|
+
"status": {
|
|
475669
|
+
"type": "string"
|
|
475670
|
+
}
|
|
475671
|
+
}
|
|
475672
|
+
}
|
|
475673
|
+
}
|
|
475674
|
+
}
|
|
475675
|
+
}
|
|
475676
|
+
},
|
|
475677
|
+
"x-github": {
|
|
475678
|
+
"githubCloudOnly": false,
|
|
475679
|
+
"enabledForGitHubApps": false,
|
|
475680
|
+
"previews": [],
|
|
475681
|
+
"category": "users",
|
|
475682
|
+
"subcategory": "ssh-signing-keys"
|
|
475683
|
+
},
|
|
475684
|
+
"x-octokit": {}
|
|
475685
|
+
},
|
|
475686
|
+
"post": {
|
|
475687
|
+
"summary": "Create a SSH signing key for the authenticated user",
|
|
475688
|
+
"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/).\"",
|
|
475689
|
+
"operationId": "users/create-ssh-signing-key-for-authenticated-user",
|
|
475690
|
+
"tags": [
|
|
475691
|
+
"users"
|
|
475692
|
+
],
|
|
475693
|
+
"externalDocs": {
|
|
475694
|
+
"description": "API method documentation",
|
|
475695
|
+
"url": "https://docs.github.com/rest/reference/users#create-an-ssh-signing-key-for-the-authenticated-user"
|
|
475696
|
+
},
|
|
475697
|
+
"parameters": [],
|
|
475698
|
+
"requestBody": {
|
|
475699
|
+
"required": true,
|
|
475700
|
+
"content": {
|
|
475701
|
+
"application/json": {
|
|
475702
|
+
"schema": {
|
|
475703
|
+
"properties": {
|
|
475704
|
+
"title": {
|
|
475705
|
+
"description": "A descriptive name for the new key.",
|
|
475706
|
+
"type": "string",
|
|
475707
|
+
"example": "Personal MacBook Air"
|
|
475708
|
+
},
|
|
475709
|
+
"key": {
|
|
475710
|
+
"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).\"",
|
|
475711
|
+
"type": "string",
|
|
475712
|
+
"pattern": "^ssh-(rsa|dss|ed25519) |^ecdsa-sha2-nistp(256|384|521) "
|
|
475713
|
+
}
|
|
475714
|
+
},
|
|
475715
|
+
"required": [
|
|
475716
|
+
"key"
|
|
475717
|
+
],
|
|
475718
|
+
"type": "object"
|
|
475719
|
+
}
|
|
475720
|
+
}
|
|
475721
|
+
}
|
|
475722
|
+
},
|
|
475723
|
+
"responses": {
|
|
475724
|
+
"201": {
|
|
475725
|
+
"description": "Response",
|
|
475726
|
+
"content": {
|
|
475727
|
+
"application/json": {
|
|
475728
|
+
"schema": {
|
|
475729
|
+
"title": "SSH Signing Key",
|
|
475730
|
+
"description": "A public SSH key used to sign Git commits",
|
|
475731
|
+
"type": "object",
|
|
475732
|
+
"properties": {
|
|
475733
|
+
"key": {
|
|
475734
|
+
"type": "string"
|
|
475735
|
+
},
|
|
475736
|
+
"id": {
|
|
475737
|
+
"type": "integer"
|
|
475738
|
+
},
|
|
475739
|
+
"title": {
|
|
475740
|
+
"type": "string"
|
|
475741
|
+
},
|
|
475742
|
+
"created_at": {
|
|
475743
|
+
"type": "string",
|
|
475744
|
+
"format": "date-time"
|
|
475745
|
+
}
|
|
475746
|
+
},
|
|
475747
|
+
"required": [
|
|
475748
|
+
"key",
|
|
475749
|
+
"id",
|
|
475750
|
+
"title",
|
|
475751
|
+
"created_at"
|
|
475752
|
+
]
|
|
475753
|
+
},
|
|
475754
|
+
"examples": {
|
|
475755
|
+
"default": {
|
|
475756
|
+
"value": {
|
|
475757
|
+
"key": "2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234",
|
|
475758
|
+
"id": 2,
|
|
475759
|
+
"url": "https://api.github.com/user/keys/2",
|
|
475760
|
+
"title": "ssh-rsa AAAAB3NzaC1yc2EAAA",
|
|
475761
|
+
"created_at": "2020-06-11T21:31:57Z"
|
|
475762
|
+
}
|
|
475763
|
+
}
|
|
475764
|
+
}
|
|
475765
|
+
}
|
|
475766
|
+
}
|
|
475767
|
+
},
|
|
475768
|
+
"304": {
|
|
475769
|
+
"description": "Not modified"
|
|
475770
|
+
},
|
|
475771
|
+
"401": {
|
|
475772
|
+
"description": "Requires authentication",
|
|
475773
|
+
"content": {
|
|
475774
|
+
"application/json": {
|
|
475775
|
+
"schema": {
|
|
475776
|
+
"title": "Basic Error",
|
|
475777
|
+
"description": "Basic Error",
|
|
475778
|
+
"type": "object",
|
|
475779
|
+
"properties": {
|
|
475780
|
+
"message": {
|
|
475781
|
+
"type": "string"
|
|
475782
|
+
},
|
|
475783
|
+
"documentation_url": {
|
|
475784
|
+
"type": "string"
|
|
475785
|
+
},
|
|
475786
|
+
"url": {
|
|
475787
|
+
"type": "string"
|
|
475788
|
+
},
|
|
475789
|
+
"status": {
|
|
475790
|
+
"type": "string"
|
|
475791
|
+
}
|
|
475792
|
+
}
|
|
475793
|
+
}
|
|
475794
|
+
}
|
|
475795
|
+
}
|
|
475796
|
+
},
|
|
475797
|
+
"403": {
|
|
475798
|
+
"description": "Forbidden",
|
|
475799
|
+
"content": {
|
|
475800
|
+
"application/json": {
|
|
475801
|
+
"schema": {
|
|
475802
|
+
"title": "Basic Error",
|
|
475803
|
+
"description": "Basic Error",
|
|
475804
|
+
"type": "object",
|
|
475805
|
+
"properties": {
|
|
475806
|
+
"message": {
|
|
475807
|
+
"type": "string"
|
|
475808
|
+
},
|
|
475809
|
+
"documentation_url": {
|
|
475810
|
+
"type": "string"
|
|
475811
|
+
},
|
|
475812
|
+
"url": {
|
|
475813
|
+
"type": "string"
|
|
475814
|
+
},
|
|
475815
|
+
"status": {
|
|
475816
|
+
"type": "string"
|
|
475817
|
+
}
|
|
475818
|
+
}
|
|
475819
|
+
}
|
|
475820
|
+
}
|
|
475821
|
+
}
|
|
475822
|
+
},
|
|
475823
|
+
"404": {
|
|
475824
|
+
"description": "Resource not found",
|
|
475825
|
+
"content": {
|
|
475826
|
+
"application/json": {
|
|
475827
|
+
"schema": {
|
|
475828
|
+
"title": "Basic Error",
|
|
475829
|
+
"description": "Basic Error",
|
|
475830
|
+
"type": "object",
|
|
475831
|
+
"properties": {
|
|
475832
|
+
"message": {
|
|
475833
|
+
"type": "string"
|
|
475834
|
+
},
|
|
475835
|
+
"documentation_url": {
|
|
475836
|
+
"type": "string"
|
|
475837
|
+
},
|
|
475838
|
+
"url": {
|
|
475839
|
+
"type": "string"
|
|
475840
|
+
},
|
|
475841
|
+
"status": {
|
|
475842
|
+
"type": "string"
|
|
475843
|
+
}
|
|
475844
|
+
}
|
|
475845
|
+
}
|
|
475846
|
+
}
|
|
475847
|
+
}
|
|
475848
|
+
},
|
|
475849
|
+
"422": {
|
|
475850
|
+
"description": "Validation failed",
|
|
475851
|
+
"content": {
|
|
475852
|
+
"application/json": {
|
|
475853
|
+
"schema": {
|
|
475854
|
+
"title": "Validation Error",
|
|
475855
|
+
"description": "Validation Error",
|
|
475856
|
+
"type": "object",
|
|
475857
|
+
"required": [
|
|
475858
|
+
"message",
|
|
475859
|
+
"documentation_url"
|
|
475860
|
+
],
|
|
475861
|
+
"properties": {
|
|
475862
|
+
"message": {
|
|
475863
|
+
"type": "string"
|
|
475864
|
+
},
|
|
475865
|
+
"documentation_url": {
|
|
475866
|
+
"type": "string"
|
|
475867
|
+
},
|
|
475868
|
+
"errors": {
|
|
475869
|
+
"type": "array",
|
|
475870
|
+
"items": {
|
|
475871
|
+
"type": "object",
|
|
475872
|
+
"required": [
|
|
475873
|
+
"code"
|
|
475874
|
+
],
|
|
475875
|
+
"properties": {
|
|
475876
|
+
"resource": {
|
|
475877
|
+
"type": "string"
|
|
475878
|
+
},
|
|
475879
|
+
"field": {
|
|
475880
|
+
"type": "string"
|
|
475881
|
+
},
|
|
475882
|
+
"message": {
|
|
475883
|
+
"type": "string"
|
|
475884
|
+
},
|
|
475885
|
+
"code": {
|
|
475886
|
+
"type": "string"
|
|
475887
|
+
},
|
|
475888
|
+
"index": {
|
|
475889
|
+
"type": "integer"
|
|
475890
|
+
},
|
|
475891
|
+
"value": {
|
|
475892
|
+
"oneOf": [
|
|
475893
|
+
{
|
|
475894
|
+
"type": "string",
|
|
475895
|
+
"nullable": true
|
|
475896
|
+
},
|
|
475897
|
+
{
|
|
475898
|
+
"type": "integer",
|
|
475899
|
+
"nullable": true
|
|
475900
|
+
},
|
|
475901
|
+
{
|
|
475902
|
+
"type": "array",
|
|
475903
|
+
"nullable": true,
|
|
475904
|
+
"items": {
|
|
475905
|
+
"type": "string"
|
|
475906
|
+
}
|
|
475907
|
+
}
|
|
475908
|
+
]
|
|
475909
|
+
}
|
|
475910
|
+
}
|
|
475911
|
+
}
|
|
475912
|
+
}
|
|
475913
|
+
}
|
|
475914
|
+
}
|
|
475915
|
+
}
|
|
475916
|
+
}
|
|
475917
|
+
}
|
|
475918
|
+
},
|
|
475919
|
+
"x-github": {
|
|
475920
|
+
"githubCloudOnly": false,
|
|
475921
|
+
"enabledForGitHubApps": false,
|
|
475922
|
+
"category": "users",
|
|
475923
|
+
"subcategory": "ssh-signing-keys"
|
|
475924
|
+
},
|
|
475925
|
+
"x-octokit": {}
|
|
475926
|
+
}
|
|
475927
|
+
},
|
|
475928
|
+
"/user/ssh_signing_keys/{ssh_signing_key_id}": {
|
|
475929
|
+
"get": {
|
|
475930
|
+
"summary": "Get an SSH signing key for the authenticated user",
|
|
475931
|
+
"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/).\"",
|
|
475932
|
+
"tags": [
|
|
475933
|
+
"users"
|
|
475934
|
+
],
|
|
475935
|
+
"operationId": "users/get-ssh-signing-key-for-authenticated-user",
|
|
475936
|
+
"externalDocs": {
|
|
475937
|
+
"description": "API method documentation",
|
|
475938
|
+
"url": "https://docs.github.com/rest/reference/users#get-a-ssh-signing-key-for-the-authenticated-user"
|
|
475939
|
+
},
|
|
475940
|
+
"parameters": [
|
|
475941
|
+
{
|
|
475942
|
+
"name": "ssh_signing_key_id",
|
|
475943
|
+
"description": "The unique identifier of the SSH signing key.",
|
|
475944
|
+
"in": "path",
|
|
475945
|
+
"required": true,
|
|
475946
|
+
"schema": {
|
|
475947
|
+
"type": "integer"
|
|
475948
|
+
}
|
|
475949
|
+
}
|
|
475950
|
+
],
|
|
475951
|
+
"responses": {
|
|
475952
|
+
"200": {
|
|
475953
|
+
"description": "Response",
|
|
475954
|
+
"content": {
|
|
475955
|
+
"application/json": {
|
|
475956
|
+
"schema": {
|
|
475957
|
+
"title": "SSH Signing Key",
|
|
475958
|
+
"description": "A public SSH key used to sign Git commits",
|
|
475959
|
+
"type": "object",
|
|
475960
|
+
"properties": {
|
|
475961
|
+
"key": {
|
|
475962
|
+
"type": "string"
|
|
475963
|
+
},
|
|
475964
|
+
"id": {
|
|
475965
|
+
"type": "integer"
|
|
475966
|
+
},
|
|
475967
|
+
"title": {
|
|
475968
|
+
"type": "string"
|
|
475969
|
+
},
|
|
475970
|
+
"created_at": {
|
|
475971
|
+
"type": "string",
|
|
475972
|
+
"format": "date-time"
|
|
475973
|
+
}
|
|
475974
|
+
},
|
|
475975
|
+
"required": [
|
|
475976
|
+
"key",
|
|
475977
|
+
"id",
|
|
475978
|
+
"title",
|
|
475979
|
+
"created_at"
|
|
475980
|
+
]
|
|
475981
|
+
},
|
|
475982
|
+
"examples": {
|
|
475983
|
+
"default": {
|
|
475984
|
+
"value": {
|
|
475985
|
+
"key": "2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234",
|
|
475986
|
+
"id": 2,
|
|
475987
|
+
"url": "https://api.github.com/user/keys/2",
|
|
475988
|
+
"title": "ssh-rsa AAAAB3NzaC1yc2EAAA",
|
|
475989
|
+
"created_at": "2020-06-11T21:31:57Z"
|
|
475990
|
+
}
|
|
475991
|
+
}
|
|
475992
|
+
}
|
|
475993
|
+
}
|
|
475994
|
+
}
|
|
475995
|
+
},
|
|
475996
|
+
"304": {
|
|
475997
|
+
"description": "Not modified"
|
|
475998
|
+
},
|
|
475999
|
+
"401": {
|
|
476000
|
+
"description": "Requires authentication",
|
|
476001
|
+
"content": {
|
|
476002
|
+
"application/json": {
|
|
476003
|
+
"schema": {
|
|
476004
|
+
"title": "Basic Error",
|
|
476005
|
+
"description": "Basic Error",
|
|
476006
|
+
"type": "object",
|
|
476007
|
+
"properties": {
|
|
476008
|
+
"message": {
|
|
476009
|
+
"type": "string"
|
|
476010
|
+
},
|
|
476011
|
+
"documentation_url": {
|
|
476012
|
+
"type": "string"
|
|
476013
|
+
},
|
|
476014
|
+
"url": {
|
|
476015
|
+
"type": "string"
|
|
476016
|
+
},
|
|
476017
|
+
"status": {
|
|
476018
|
+
"type": "string"
|
|
476019
|
+
}
|
|
476020
|
+
}
|
|
476021
|
+
}
|
|
476022
|
+
}
|
|
476023
|
+
}
|
|
474169
476024
|
},
|
|
474170
476025
|
"403": {
|
|
474171
476026
|
"description": "Forbidden",
|
|
@@ -474218,67 +476073,31 @@
|
|
|
474218
476073
|
}
|
|
474219
476074
|
}
|
|
474220
476075
|
}
|
|
474221
|
-
},
|
|
474222
|
-
"409": {
|
|
474223
|
-
"description": "Conflict",
|
|
474224
|
-
"content": {
|
|
474225
|
-
"application/json": {
|
|
474226
|
-
"schema": {
|
|
474227
|
-
"title": "Basic Error",
|
|
474228
|
-
"description": "Basic Error",
|
|
474229
|
-
"type": "object",
|
|
474230
|
-
"properties": {
|
|
474231
|
-
"message": {
|
|
474232
|
-
"type": "string"
|
|
474233
|
-
},
|
|
474234
|
-
"documentation_url": {
|
|
474235
|
-
"type": "string"
|
|
474236
|
-
},
|
|
474237
|
-
"url": {
|
|
474238
|
-
"type": "string"
|
|
474239
|
-
},
|
|
474240
|
-
"status": {
|
|
474241
|
-
"type": "string"
|
|
474242
|
-
}
|
|
474243
|
-
}
|
|
474244
|
-
}
|
|
474245
|
-
}
|
|
474246
|
-
}
|
|
474247
476076
|
}
|
|
474248
476077
|
},
|
|
474249
476078
|
"x-github": {
|
|
474250
476079
|
"githubCloudOnly": false,
|
|
474251
476080
|
"enabledForGitHubApps": false,
|
|
474252
|
-
"category": "
|
|
474253
|
-
"subcategory": "
|
|
476081
|
+
"category": "users",
|
|
476082
|
+
"subcategory": "ssh-signing-keys"
|
|
474254
476083
|
},
|
|
474255
|
-
"x-octokit": {
|
|
474256
|
-
"changes": [
|
|
474257
|
-
{
|
|
474258
|
-
"type": "OPERATION",
|
|
474259
|
-
"date": "2021-10-05",
|
|
474260
|
-
"before": {
|
|
474261
|
-
"operationId": "repos/accept-invitation"
|
|
474262
|
-
}
|
|
474263
|
-
}
|
|
474264
|
-
]
|
|
474265
|
-
}
|
|
476084
|
+
"x-octokit": {}
|
|
474266
476085
|
},
|
|
474267
476086
|
"delete": {
|
|
474268
|
-
"summary": "
|
|
474269
|
-
"description": "",
|
|
476087
|
+
"summary": "Delete an SSH signing key for the authenticated user",
|
|
476088
|
+
"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/).\"",
|
|
474270
476089
|
"tags": [
|
|
474271
|
-
"
|
|
476090
|
+
"users"
|
|
474272
476091
|
],
|
|
474273
|
-
"operationId": "
|
|
476092
|
+
"operationId": "users/delete-ssh-signing-key-for-authenticated-user",
|
|
474274
476093
|
"externalDocs": {
|
|
474275
476094
|
"description": "API method documentation",
|
|
474276
|
-
"url": "https://docs.github.com/rest/
|
|
476095
|
+
"url": "https://docs.github.com/rest/reference/users#delete-a-ssh-signing-key-for-the-authenticated-user"
|
|
474277
476096
|
},
|
|
474278
476097
|
"parameters": [
|
|
474279
476098
|
{
|
|
474280
|
-
"name": "
|
|
474281
|
-
"description": "The unique identifier of the
|
|
476099
|
+
"name": "ssh_signing_key_id",
|
|
476100
|
+
"description": "The unique identifier of the SSH signing key.",
|
|
474282
476101
|
"in": "path",
|
|
474283
476102
|
"required": true,
|
|
474284
476103
|
"schema": {
|
|
@@ -474293,8 +476112,8 @@
|
|
|
474293
476112
|
"304": {
|
|
474294
476113
|
"description": "Not modified"
|
|
474295
476114
|
},
|
|
474296
|
-
"
|
|
474297
|
-
"description": "
|
|
476115
|
+
"401": {
|
|
476116
|
+
"description": "Requires authentication",
|
|
474298
476117
|
"content": {
|
|
474299
476118
|
"application/json": {
|
|
474300
476119
|
"schema": {
|
|
@@ -474319,8 +476138,8 @@
|
|
|
474319
476138
|
}
|
|
474320
476139
|
}
|
|
474321
476140
|
},
|
|
474322
|
-
"
|
|
474323
|
-
"description": "
|
|
476141
|
+
"403": {
|
|
476142
|
+
"description": "Forbidden",
|
|
474324
476143
|
"content": {
|
|
474325
476144
|
"application/json": {
|
|
474326
476145
|
"schema": {
|
|
@@ -474345,8 +476164,8 @@
|
|
|
474345
476164
|
}
|
|
474346
476165
|
}
|
|
474347
476166
|
},
|
|
474348
|
-
"
|
|
474349
|
-
"description": "
|
|
476167
|
+
"404": {
|
|
476168
|
+
"description": "Resource not found",
|
|
474350
476169
|
"content": {
|
|
474351
476170
|
"application/json": {
|
|
474352
476171
|
"schema": {
|
|
@@ -474375,20 +476194,10 @@
|
|
|
474375
476194
|
"x-github": {
|
|
474376
476195
|
"githubCloudOnly": false,
|
|
474377
476196
|
"enabledForGitHubApps": false,
|
|
474378
|
-
"category": "
|
|
474379
|
-
"subcategory": "
|
|
476197
|
+
"category": "users",
|
|
476198
|
+
"subcategory": "ssh-signing-keys"
|
|
474380
476199
|
},
|
|
474381
|
-
"x-octokit": {
|
|
474382
|
-
"changes": [
|
|
474383
|
-
{
|
|
474384
|
-
"type": "OPERATION",
|
|
474385
|
-
"date": "2021-10-05",
|
|
474386
|
-
"before": {
|
|
474387
|
-
"operationId": "repos/decline-invitation"
|
|
474388
|
-
}
|
|
474389
|
-
}
|
|
474390
|
-
]
|
|
474391
|
-
}
|
|
476200
|
+
"x-octokit": {}
|
|
474392
476201
|
}
|
|
474393
476202
|
},
|
|
474394
476203
|
"/user/starred": {
|
|
@@ -475569,6 +477378,10 @@
|
|
|
475569
477378
|
"starred_at": {
|
|
475570
477379
|
"type": "string",
|
|
475571
477380
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
477381
|
+
},
|
|
477382
|
+
"anonymous_access_enabled": {
|
|
477383
|
+
"type": "boolean",
|
|
477384
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
475572
477385
|
}
|
|
475573
477386
|
},
|
|
475574
477387
|
"required": [
|
|
@@ -476902,6 +478715,10 @@
|
|
|
476902
478715
|
"starred_at": {
|
|
476903
478716
|
"type": "string",
|
|
476904
478717
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
478718
|
+
},
|
|
478719
|
+
"anonymous_access_enabled": {
|
|
478720
|
+
"type": "boolean",
|
|
478721
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
476905
478722
|
}
|
|
476906
478723
|
},
|
|
476907
478724
|
"required": [
|
|
@@ -479158,6 +480975,10 @@
|
|
|
479158
480975
|
"starred_at": {
|
|
479159
480976
|
"type": "string",
|
|
479160
480977
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
480978
|
+
},
|
|
480979
|
+
"anonymous_access_enabled": {
|
|
480980
|
+
"type": "boolean",
|
|
480981
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
479161
480982
|
}
|
|
479162
480983
|
},
|
|
479163
480984
|
"required": [
|
|
@@ -479760,8 +481581,8 @@
|
|
|
479760
481581
|
"example": "2017-08-17T12:37:15Z"
|
|
479761
481582
|
},
|
|
479762
481583
|
"organization": {
|
|
479763
|
-
"title": "Organization
|
|
479764
|
-
"description": "Organization
|
|
481584
|
+
"title": "Team Organization",
|
|
481585
|
+
"description": "Team Organization",
|
|
479765
481586
|
"type": "object",
|
|
479766
481587
|
"properties": {
|
|
479767
481588
|
"login": {
|
|
@@ -483146,6 +484967,10 @@
|
|
|
483146
484967
|
"starred_at": {
|
|
483147
484968
|
"type": "string",
|
|
483148
484969
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
484970
|
+
},
|
|
484971
|
+
"anonymous_access_enabled": {
|
|
484972
|
+
"type": "boolean",
|
|
484973
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
483149
484974
|
}
|
|
483150
484975
|
},
|
|
483151
484976
|
"required": [
|
|
@@ -486344,6 +488169,10 @@
|
|
|
486344
488169
|
"starred_at": {
|
|
486345
488170
|
"type": "string",
|
|
486346
488171
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
488172
|
+
},
|
|
488173
|
+
"anonymous_access_enabled": {
|
|
488174
|
+
"type": "boolean",
|
|
488175
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
486347
488176
|
}
|
|
486348
488177
|
},
|
|
486349
488178
|
"required": [
|
|
@@ -489544,6 +491373,10 @@
|
|
|
489544
491373
|
"starred_at": {
|
|
489545
491374
|
"type": "string",
|
|
489546
491375
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
491376
|
+
},
|
|
491377
|
+
"anonymous_access_enabled": {
|
|
491378
|
+
"type": "boolean",
|
|
491379
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
489547
491380
|
}
|
|
489548
491381
|
},
|
|
489549
491382
|
"required": [
|
|
@@ -492392,14 +494225,6 @@
|
|
|
492392
494225
|
"write"
|
|
492393
494226
|
]
|
|
492394
494227
|
},
|
|
492395
|
-
"organization_custom_roles": {
|
|
492396
|
-
"type": "string",
|
|
492397
|
-
"description": "The level of permission to grant the access token for custom roles management.",
|
|
492398
|
-
"enum": [
|
|
492399
|
-
"read",
|
|
492400
|
-
"write"
|
|
492401
|
-
]
|
|
492402
|
-
},
|
|
492403
494228
|
"deployments": {
|
|
492404
494229
|
"type": "string",
|
|
492405
494230
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -492544,6 +494369,14 @@
|
|
|
492544
494369
|
"write"
|
|
492545
494370
|
]
|
|
492546
494371
|
},
|
|
494372
|
+
"organization_custom_roles": {
|
|
494373
|
+
"type": "string",
|
|
494374
|
+
"description": "The level of permission to grant the access token for custom roles management. This property is in beta and is subject to change.",
|
|
494375
|
+
"enum": [
|
|
494376
|
+
"read",
|
|
494377
|
+
"write"
|
|
494378
|
+
]
|
|
494379
|
+
},
|
|
492547
494380
|
"organization_hooks": {
|
|
492548
494381
|
"type": "string",
|
|
492549
494382
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
@@ -494906,6 +496739,10 @@
|
|
|
494906
496739
|
"starred_at": {
|
|
494907
496740
|
"type": "string",
|
|
494908
496741
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
496742
|
+
},
|
|
496743
|
+
"anonymous_access_enabled": {
|
|
496744
|
+
"type": "boolean",
|
|
496745
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
494909
496746
|
}
|
|
494910
496747
|
},
|
|
494911
496748
|
"required": [
|
|
@@ -497046,6 +498883,10 @@
|
|
|
497046
498883
|
"starred_at": {
|
|
497047
498884
|
"type": "string",
|
|
497048
498885
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
498886
|
+
},
|
|
498887
|
+
"anonymous_access_enabled": {
|
|
498888
|
+
"type": "boolean",
|
|
498889
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
497049
498890
|
}
|
|
497050
498891
|
},
|
|
497051
498892
|
"required": [
|
|
@@ -501057,6 +502898,10 @@
|
|
|
501057
502898
|
"starred_at": {
|
|
501058
502899
|
"type": "string",
|
|
501059
502900
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
502901
|
+
},
|
|
502902
|
+
"anonymous_access_enabled": {
|
|
502903
|
+
"type": "boolean",
|
|
502904
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
501060
502905
|
}
|
|
501061
502906
|
},
|
|
501062
502907
|
"required": [
|
|
@@ -504257,6 +506102,10 @@
|
|
|
504257
506102
|
"starred_at": {
|
|
504258
506103
|
"type": "string",
|
|
504259
506104
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
506105
|
+
},
|
|
506106
|
+
"anonymous_access_enabled": {
|
|
506107
|
+
"type": "boolean",
|
|
506108
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
504260
506109
|
}
|
|
504261
506110
|
},
|
|
504262
506111
|
"required": [
|
|
@@ -506941,6 +508790,10 @@
|
|
|
506941
508790
|
"starred_at": {
|
|
506942
508791
|
"type": "string",
|
|
506943
508792
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
508793
|
+
},
|
|
508794
|
+
"anonymous_access_enabled": {
|
|
508795
|
+
"type": "boolean",
|
|
508796
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
506944
508797
|
}
|
|
506945
508798
|
},
|
|
506946
508799
|
"required": [
|
|
@@ -507572,6 +509425,122 @@
|
|
|
507572
509425
|
"x-octokit": {}
|
|
507573
509426
|
}
|
|
507574
509427
|
},
|
|
509428
|
+
"/users/{username}/ssh_signing_keys": {
|
|
509429
|
+
"get": {
|
|
509430
|
+
"summary": "List SSH signing keys for a user",
|
|
509431
|
+
"description": "Lists the SSH signing keys for a user. This operation is accessible by anyone.",
|
|
509432
|
+
"tags": [
|
|
509433
|
+
"users"
|
|
509434
|
+
],
|
|
509435
|
+
"operationId": "users/list-ssh-signing-keys-for-user",
|
|
509436
|
+
"externalDocs": {
|
|
509437
|
+
"description": "API method documentation",
|
|
509438
|
+
"url": "https://docs.github.com/rest/reference/users#list-ssh-signing-keys-for-a-user"
|
|
509439
|
+
},
|
|
509440
|
+
"parameters": [
|
|
509441
|
+
{
|
|
509442
|
+
"name": "username",
|
|
509443
|
+
"description": "The handle for the GitHub user account.",
|
|
509444
|
+
"in": "path",
|
|
509445
|
+
"required": true,
|
|
509446
|
+
"schema": {
|
|
509447
|
+
"type": "string"
|
|
509448
|
+
}
|
|
509449
|
+
},
|
|
509450
|
+
{
|
|
509451
|
+
"name": "per_page",
|
|
509452
|
+
"description": "The number of results per page (max 100).",
|
|
509453
|
+
"in": "query",
|
|
509454
|
+
"schema": {
|
|
509455
|
+
"type": "integer",
|
|
509456
|
+
"default": 30
|
|
509457
|
+
}
|
|
509458
|
+
},
|
|
509459
|
+
{
|
|
509460
|
+
"name": "page",
|
|
509461
|
+
"description": "Page number of the results to fetch.",
|
|
509462
|
+
"in": "query",
|
|
509463
|
+
"schema": {
|
|
509464
|
+
"type": "integer",
|
|
509465
|
+
"default": 1
|
|
509466
|
+
}
|
|
509467
|
+
}
|
|
509468
|
+
],
|
|
509469
|
+
"responses": {
|
|
509470
|
+
"200": {
|
|
509471
|
+
"description": "Response",
|
|
509472
|
+
"content": {
|
|
509473
|
+
"application/json": {
|
|
509474
|
+
"schema": {
|
|
509475
|
+
"type": "array",
|
|
509476
|
+
"items": {
|
|
509477
|
+
"title": "SSH Signing Key",
|
|
509478
|
+
"description": "A public SSH key used to sign Git commits",
|
|
509479
|
+
"type": "object",
|
|
509480
|
+
"properties": {
|
|
509481
|
+
"key": {
|
|
509482
|
+
"type": "string"
|
|
509483
|
+
},
|
|
509484
|
+
"id": {
|
|
509485
|
+
"type": "integer"
|
|
509486
|
+
},
|
|
509487
|
+
"title": {
|
|
509488
|
+
"type": "string"
|
|
509489
|
+
},
|
|
509490
|
+
"created_at": {
|
|
509491
|
+
"type": "string",
|
|
509492
|
+
"format": "date-time"
|
|
509493
|
+
}
|
|
509494
|
+
},
|
|
509495
|
+
"required": [
|
|
509496
|
+
"key",
|
|
509497
|
+
"id",
|
|
509498
|
+
"title",
|
|
509499
|
+
"created_at"
|
|
509500
|
+
]
|
|
509501
|
+
}
|
|
509502
|
+
},
|
|
509503
|
+
"examples": {
|
|
509504
|
+
"default": {
|
|
509505
|
+
"value": [
|
|
509506
|
+
{
|
|
509507
|
+
"key": "2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234",
|
|
509508
|
+
"id": 2,
|
|
509509
|
+
"url": "https://api.github.com/user/keys/2",
|
|
509510
|
+
"title": "ssh-rsa AAAAB3NzaC1yc2EAAA",
|
|
509511
|
+
"created_at": "2020-06-11T21:31:57Z"
|
|
509512
|
+
},
|
|
509513
|
+
{
|
|
509514
|
+
"key": "2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJy931234",
|
|
509515
|
+
"id": 3,
|
|
509516
|
+
"url": "https://api.github.com/user/keys/3",
|
|
509517
|
+
"title": "ssh-rsa AAAAB3NzaC1yc2EAAB",
|
|
509518
|
+
"created_at": "2020-07-11T21:31:57Z"
|
|
509519
|
+
}
|
|
509520
|
+
]
|
|
509521
|
+
}
|
|
509522
|
+
}
|
|
509523
|
+
}
|
|
509524
|
+
},
|
|
509525
|
+
"headers": {
|
|
509526
|
+
"Link": {
|
|
509527
|
+
"example": "<https://api.github.com/resource?page=2>; rel=\"next\", <https://api.github.com/resource?page=5>; rel=\"last\"",
|
|
509528
|
+
"schema": {
|
|
509529
|
+
"type": "string"
|
|
509530
|
+
}
|
|
509531
|
+
}
|
|
509532
|
+
}
|
|
509533
|
+
}
|
|
509534
|
+
},
|
|
509535
|
+
"x-github": {
|
|
509536
|
+
"githubCloudOnly": false,
|
|
509537
|
+
"enabledForGitHubApps": true,
|
|
509538
|
+
"category": "users",
|
|
509539
|
+
"subcategory": "ssh-signing-keys"
|
|
509540
|
+
},
|
|
509541
|
+
"x-octokit": {}
|
|
509542
|
+
}
|
|
509543
|
+
},
|
|
507575
509544
|
"/users/{username}/starred": {
|
|
507576
509545
|
"get": {
|
|
507577
509546
|
"summary": "List repositories starred by a user",
|
|
@@ -508770,6 +510739,10 @@
|
|
|
508770
510739
|
"starred_at": {
|
|
508771
510740
|
"type": "string",
|
|
508772
510741
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
510742
|
+
},
|
|
510743
|
+
"anonymous_access_enabled": {
|
|
510744
|
+
"type": "boolean",
|
|
510745
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
508773
510746
|
}
|
|
508774
510747
|
},
|
|
508775
510748
|
"required": [
|
|
@@ -509968,6 +511941,10 @@
|
|
|
509968
511941
|
"starred_at": {
|
|
509969
511942
|
"type": "string",
|
|
509970
511943
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
511944
|
+
},
|
|
511945
|
+
"anonymous_access_enabled": {
|
|
511946
|
+
"type": "boolean",
|
|
511947
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
509971
511948
|
}
|
|
509972
511949
|
},
|
|
509973
511950
|
"required": [
|
|
@@ -511794,6 +513771,10 @@
|
|
|
511794
513771
|
"starred_at": {
|
|
511795
513772
|
"type": "string",
|
|
511796
513773
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
513774
|
+
},
|
|
513775
|
+
"anonymous_access_enabled": {
|
|
513776
|
+
"type": "boolean",
|
|
513777
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
511797
513778
|
}
|
|
511798
513779
|
},
|
|
511799
513780
|
"required": [
|