@octokit/openapi 7.6.0 → 7.9.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 +1927 -149
- package/generated/api.github.com.json +566 -22
- 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 +475 -23
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +36 -6
- package/generated/ghes-3.2.deref.json +585 -35
- package/generated/ghes-3.2.json +48 -17
- package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +19 -3
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +14 -3
- package/generated/ghes-3.3.deref.json +592 -36
- package/generated/ghes-3.3.json +55 -18
- package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +145 -1
- package/generated/ghes-3.4-diff-to-ghes-3.5.json +5 -1
- package/generated/ghes-3.4.deref.json +620 -36
- package/generated/ghes-3.4.json +55 -18
- 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 +537 -23
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +39 -6
- package/generated/ghes-3.5.deref.json +633 -36
- package/generated/ghes-3.5.json +55 -18
- package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +122 -1
- package/generated/ghes-3.6-diff-to-api.github.com.deref.json +9482 -2
- package/generated/ghes-3.6-diff-to-api.github.com.json +1044 -31
- package/generated/ghes-3.6.deref.json +782 -39
- package/generated/ghes-3.6.json +204 -21
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +49 -0
- package/generated/github.ae-diff-to-api.github.com.deref.json +446 -18
- package/generated/github.ae-diff-to-api.github.com.json +43 -7
- package/generated/github.ae.deref.json +768 -30
- package/generated/github.ae.json +237 -18
- 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.9.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": {
|
|
@@ -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": [
|
|
@@ -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
|
},
|
|
@@ -22222,7 +22239,12 @@
|
|
|
22222
22239
|
"description": "The reason for the current state",
|
|
22223
22240
|
"example": "not_planned",
|
|
22224
22241
|
"type": "string",
|
|
22225
|
-
"nullable": true
|
|
22242
|
+
"nullable": true,
|
|
22243
|
+
"enum": [
|
|
22244
|
+
"completed",
|
|
22245
|
+
"reopened",
|
|
22246
|
+
"not_planned"
|
|
22247
|
+
]
|
|
22226
22248
|
},
|
|
22227
22249
|
"title": {
|
|
22228
22250
|
"description": "Title of the issue",
|
|
@@ -24170,6 +24192,10 @@
|
|
|
24170
24192
|
"starred_at": {
|
|
24171
24193
|
"type": "string",
|
|
24172
24194
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
24195
|
+
},
|
|
24196
|
+
"anonymous_access_enabled": {
|
|
24197
|
+
"type": "boolean",
|
|
24198
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
24173
24199
|
}
|
|
24174
24200
|
},
|
|
24175
24201
|
"required": [
|
|
@@ -36803,6 +36829,10 @@
|
|
|
36803
36829
|
"starred_at": {
|
|
36804
36830
|
"type": "string",
|
|
36805
36831
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
36832
|
+
},
|
|
36833
|
+
"anonymous_access_enabled": {
|
|
36834
|
+
"type": "boolean",
|
|
36835
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
36806
36836
|
}
|
|
36807
36837
|
},
|
|
36808
36838
|
"required": [
|
|
@@ -37320,7 +37350,12 @@
|
|
|
37320
37350
|
"description": "The reason for the current state",
|
|
37321
37351
|
"example": "not_planned",
|
|
37322
37352
|
"type": "string",
|
|
37323
|
-
"nullable": true
|
|
37353
|
+
"nullable": true,
|
|
37354
|
+
"enum": [
|
|
37355
|
+
"completed",
|
|
37356
|
+
"reopened",
|
|
37357
|
+
"not_planned"
|
|
37358
|
+
]
|
|
37324
37359
|
},
|
|
37325
37360
|
"title": {
|
|
37326
37361
|
"description": "Title of the issue",
|
|
@@ -39268,6 +39303,10 @@
|
|
|
39268
39303
|
"starred_at": {
|
|
39269
39304
|
"type": "string",
|
|
39270
39305
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
39306
|
+
},
|
|
39307
|
+
"anonymous_access_enabled": {
|
|
39308
|
+
"type": "boolean",
|
|
39309
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
39271
39310
|
}
|
|
39272
39311
|
},
|
|
39273
39312
|
"required": [
|
|
@@ -43167,7 +43206,12 @@
|
|
|
43167
43206
|
"description": "The reason for the current state",
|
|
43168
43207
|
"example": "not_planned",
|
|
43169
43208
|
"type": "string",
|
|
43170
|
-
"nullable": true
|
|
43209
|
+
"nullable": true,
|
|
43210
|
+
"enum": [
|
|
43211
|
+
"completed",
|
|
43212
|
+
"reopened",
|
|
43213
|
+
"not_planned"
|
|
43214
|
+
]
|
|
43171
43215
|
},
|
|
43172
43216
|
"title": {
|
|
43173
43217
|
"description": "Title of the issue",
|
|
@@ -45115,6 +45159,10 @@
|
|
|
45115
45159
|
"starred_at": {
|
|
45116
45160
|
"type": "string",
|
|
45117
45161
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
45162
|
+
},
|
|
45163
|
+
"anonymous_access_enabled": {
|
|
45164
|
+
"type": "boolean",
|
|
45165
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
45118
45166
|
}
|
|
45119
45167
|
},
|
|
45120
45168
|
"required": [
|
|
@@ -47864,6 +47912,10 @@
|
|
|
47864
47912
|
"starred_at": {
|
|
47865
47913
|
"type": "string",
|
|
47866
47914
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
47915
|
+
},
|
|
47916
|
+
"anonymous_access_enabled": {
|
|
47917
|
+
"type": "boolean",
|
|
47918
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
47867
47919
|
}
|
|
47868
47920
|
},
|
|
47869
47921
|
"required": [
|
|
@@ -50085,6 +50137,10 @@
|
|
|
50085
50137
|
"starred_at": {
|
|
50086
50138
|
"type": "string",
|
|
50087
50139
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
50140
|
+
},
|
|
50141
|
+
"anonymous_access_enabled": {
|
|
50142
|
+
"type": "boolean",
|
|
50143
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
50088
50144
|
}
|
|
50089
50145
|
},
|
|
50090
50146
|
"required": [
|
|
@@ -51554,6 +51610,36 @@
|
|
|
51554
51610
|
"updated_at": {
|
|
51555
51611
|
"type": "string",
|
|
51556
51612
|
"format": "date-time"
|
|
51613
|
+
},
|
|
51614
|
+
"advanced_security_enabled_for_new_repositories": {
|
|
51615
|
+
"type": "boolean",
|
|
51616
|
+
"example": false,
|
|
51617
|
+
"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."
|
|
51618
|
+
},
|
|
51619
|
+
"dependabot_alerts_enabled_for_new_repositories": {
|
|
51620
|
+
"type": "boolean",
|
|
51621
|
+
"example": false,
|
|
51622
|
+
"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."
|
|
51623
|
+
},
|
|
51624
|
+
"dependabot_security_updates_enabled_for_new_repositories": {
|
|
51625
|
+
"type": "boolean",
|
|
51626
|
+
"example": false,
|
|
51627
|
+
"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."
|
|
51628
|
+
},
|
|
51629
|
+
"dependency_graph_enabled_for_new_repositories": {
|
|
51630
|
+
"type": "boolean",
|
|
51631
|
+
"example": false,
|
|
51632
|
+
"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."
|
|
51633
|
+
},
|
|
51634
|
+
"secret_scanning_enabled_for_new_repositories": {
|
|
51635
|
+
"type": "boolean",
|
|
51636
|
+
"example": false,
|
|
51637
|
+
"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."
|
|
51638
|
+
},
|
|
51639
|
+
"secret_scanning_push_protection_enabled_for_new_repositories": {
|
|
51640
|
+
"type": "boolean",
|
|
51641
|
+
"example": false,
|
|
51642
|
+
"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
51643
|
}
|
|
51558
51644
|
},
|
|
51559
51645
|
"required": [
|
|
@@ -51807,6 +51893,30 @@
|
|
|
51807
51893
|
"blog": {
|
|
51808
51894
|
"type": "string",
|
|
51809
51895
|
"example": "\"http://github.blog\""
|
|
51896
|
+
},
|
|
51897
|
+
"advanced_security_enabled_for_new_repositories": {
|
|
51898
|
+
"type": "boolean",
|
|
51899
|
+
"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."
|
|
51900
|
+
},
|
|
51901
|
+
"dependabot_alerts_enabled_for_new_repositories": {
|
|
51902
|
+
"type": "boolean",
|
|
51903
|
+
"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."
|
|
51904
|
+
},
|
|
51905
|
+
"dependabot_security_updates_enabled_for_new_repositories": {
|
|
51906
|
+
"type": "boolean",
|
|
51907
|
+
"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."
|
|
51908
|
+
},
|
|
51909
|
+
"dependency_graph_enabled_for_new_repositories": {
|
|
51910
|
+
"type": "boolean",
|
|
51911
|
+
"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."
|
|
51912
|
+
},
|
|
51913
|
+
"secret_scanning_enabled_for_new_repositories": {
|
|
51914
|
+
"type": "boolean",
|
|
51915
|
+
"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."
|
|
51916
|
+
},
|
|
51917
|
+
"secret_scanning_push_protection_enabled_for_new_repositories": {
|
|
51918
|
+
"type": "boolean",
|
|
51919
|
+
"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
51920
|
}
|
|
51811
51921
|
}
|
|
51812
51922
|
},
|
|
@@ -52068,6 +52178,36 @@
|
|
|
52068
52178
|
"updated_at": {
|
|
52069
52179
|
"type": "string",
|
|
52070
52180
|
"format": "date-time"
|
|
52181
|
+
},
|
|
52182
|
+
"advanced_security_enabled_for_new_repositories": {
|
|
52183
|
+
"type": "boolean",
|
|
52184
|
+
"example": false,
|
|
52185
|
+
"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."
|
|
52186
|
+
},
|
|
52187
|
+
"dependabot_alerts_enabled_for_new_repositories": {
|
|
52188
|
+
"type": "boolean",
|
|
52189
|
+
"example": false,
|
|
52190
|
+
"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."
|
|
52191
|
+
},
|
|
52192
|
+
"dependabot_security_updates_enabled_for_new_repositories": {
|
|
52193
|
+
"type": "boolean",
|
|
52194
|
+
"example": false,
|
|
52195
|
+
"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."
|
|
52196
|
+
},
|
|
52197
|
+
"dependency_graph_enabled_for_new_repositories": {
|
|
52198
|
+
"type": "boolean",
|
|
52199
|
+
"example": false,
|
|
52200
|
+
"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."
|
|
52201
|
+
},
|
|
52202
|
+
"secret_scanning_enabled_for_new_repositories": {
|
|
52203
|
+
"type": "boolean",
|
|
52204
|
+
"example": false,
|
|
52205
|
+
"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."
|
|
52206
|
+
},
|
|
52207
|
+
"secret_scanning_push_protection_enabled_for_new_repositories": {
|
|
52208
|
+
"type": "boolean",
|
|
52209
|
+
"example": false,
|
|
52210
|
+
"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
52211
|
}
|
|
52072
52212
|
},
|
|
52073
52213
|
"required": [
|
|
@@ -54023,6 +54163,10 @@
|
|
|
54023
54163
|
"starred_at": {
|
|
54024
54164
|
"type": "string",
|
|
54025
54165
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
54166
|
+
},
|
|
54167
|
+
"anonymous_access_enabled": {
|
|
54168
|
+
"type": "boolean",
|
|
54169
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
54026
54170
|
}
|
|
54027
54171
|
},
|
|
54028
54172
|
"required": [
|
|
@@ -57059,6 +57203,10 @@
|
|
|
57059
57203
|
"starred_at": {
|
|
57060
57204
|
"type": "string",
|
|
57061
57205
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
57206
|
+
},
|
|
57207
|
+
"anonymous_access_enabled": {
|
|
57208
|
+
"type": "boolean",
|
|
57209
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
57062
57210
|
}
|
|
57063
57211
|
},
|
|
57064
57212
|
"required": [
|
|
@@ -59619,6 +59767,10 @@
|
|
|
59619
59767
|
"starred_at": {
|
|
59620
59768
|
"type": "string",
|
|
59621
59769
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
59770
|
+
},
|
|
59771
|
+
"anonymous_access_enabled": {
|
|
59772
|
+
"type": "boolean",
|
|
59773
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
59622
59774
|
}
|
|
59623
59775
|
},
|
|
59624
59776
|
"required": [
|
|
@@ -60903,6 +61055,10 @@
|
|
|
60903
61055
|
"starred_at": {
|
|
60904
61056
|
"type": "string",
|
|
60905
61057
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
61058
|
+
},
|
|
61059
|
+
"anonymous_access_enabled": {
|
|
61060
|
+
"type": "boolean",
|
|
61061
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
60906
61062
|
}
|
|
60907
61063
|
},
|
|
60908
61064
|
"required": [
|
|
@@ -64219,6 +64375,10 @@
|
|
|
64219
64375
|
"starred_at": {
|
|
64220
64376
|
"type": "string",
|
|
64221
64377
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
64378
|
+
},
|
|
64379
|
+
"anonymous_access_enabled": {
|
|
64380
|
+
"type": "boolean",
|
|
64381
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
64222
64382
|
}
|
|
64223
64383
|
},
|
|
64224
64384
|
"required": [
|
|
@@ -65815,6 +65975,11 @@
|
|
|
65815
65975
|
"nullable": true,
|
|
65816
65976
|
"type": "string",
|
|
65817
65977
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
65978
|
+
},
|
|
65979
|
+
"help_uri": {
|
|
65980
|
+
"nullable": true,
|
|
65981
|
+
"type": "string",
|
|
65982
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
65818
65983
|
}
|
|
65819
65984
|
}
|
|
65820
65985
|
},
|
|
@@ -68562,6 +68727,10 @@
|
|
|
68562
68727
|
"starred_at": {
|
|
68563
68728
|
"type": "string",
|
|
68564
68729
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
68730
|
+
},
|
|
68731
|
+
"anonymous_access_enabled": {
|
|
68732
|
+
"type": "boolean",
|
|
68733
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
68565
68734
|
}
|
|
68566
68735
|
},
|
|
68567
68736
|
"required": [
|
|
@@ -69011,6 +69180,12 @@
|
|
|
69011
69180
|
"format": "date-time",
|
|
69012
69181
|
"example": "2011-01-26T20:01:12Z",
|
|
69013
69182
|
"nullable": true
|
|
69183
|
+
},
|
|
69184
|
+
"last_known_stop_notice": {
|
|
69185
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
69186
|
+
"type": "string",
|
|
69187
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
69188
|
+
"nullable": true
|
|
69014
69189
|
}
|
|
69015
69190
|
},
|
|
69016
69191
|
"required": [
|
|
@@ -71967,6 +72142,10 @@
|
|
|
71967
72142
|
"starred_at": {
|
|
71968
72143
|
"type": "string",
|
|
71969
72144
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
72145
|
+
},
|
|
72146
|
+
"anonymous_access_enabled": {
|
|
72147
|
+
"type": "boolean",
|
|
72148
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
71970
72149
|
}
|
|
71971
72150
|
},
|
|
71972
72151
|
"required": [
|
|
@@ -72670,7 +72849,12 @@
|
|
|
72670
72849
|
"description": "The reason for the current state",
|
|
72671
72850
|
"example": "not_planned",
|
|
72672
72851
|
"type": "string",
|
|
72673
|
-
"nullable": true
|
|
72852
|
+
"nullable": true,
|
|
72853
|
+
"enum": [
|
|
72854
|
+
"completed",
|
|
72855
|
+
"reopened",
|
|
72856
|
+
"not_planned"
|
|
72857
|
+
]
|
|
72674
72858
|
},
|
|
72675
72859
|
"title": {
|
|
72676
72860
|
"description": "Title of the issue",
|
|
@@ -74618,6 +74802,10 @@
|
|
|
74618
74802
|
"starred_at": {
|
|
74619
74803
|
"type": "string",
|
|
74620
74804
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
74805
|
+
},
|
|
74806
|
+
"anonymous_access_enabled": {
|
|
74807
|
+
"type": "boolean",
|
|
74808
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
74621
74809
|
}
|
|
74622
74810
|
},
|
|
74623
74811
|
"required": [
|
|
@@ -81850,7 +82038,12 @@
|
|
|
81850
82038
|
"description": "The reason for the current state",
|
|
81851
82039
|
"example": "not_planned",
|
|
81852
82040
|
"type": "string",
|
|
81853
|
-
"nullable": true
|
|
82041
|
+
"nullable": true,
|
|
82042
|
+
"enum": [
|
|
82043
|
+
"completed",
|
|
82044
|
+
"reopened",
|
|
82045
|
+
"not_planned"
|
|
82046
|
+
]
|
|
81854
82047
|
},
|
|
81855
82048
|
"title": {
|
|
81856
82049
|
"description": "Title of the issue",
|
|
@@ -83798,6 +83991,10 @@
|
|
|
83798
83991
|
"starred_at": {
|
|
83799
83992
|
"type": "string",
|
|
83800
83993
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
83994
|
+
},
|
|
83995
|
+
"anonymous_access_enabled": {
|
|
83996
|
+
"type": "boolean",
|
|
83997
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
83801
83998
|
}
|
|
83802
83999
|
},
|
|
83803
84000
|
"required": [
|
|
@@ -84760,17 +84957,6 @@
|
|
|
84760
84957
|
}
|
|
84761
84958
|
}
|
|
84762
84959
|
},
|
|
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
84960
|
"422": {
|
|
84775
84961
|
"description": "Validation failed",
|
|
84776
84962
|
"content": {
|
|
@@ -87005,6 +87191,10 @@
|
|
|
87005
87191
|
"starred_at": {
|
|
87006
87192
|
"type": "string",
|
|
87007
87193
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
87194
|
+
},
|
|
87195
|
+
"anonymous_access_enabled": {
|
|
87196
|
+
"type": "boolean",
|
|
87197
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
87008
87198
|
}
|
|
87009
87199
|
},
|
|
87010
87200
|
"required": [
|
|
@@ -87454,6 +87644,12 @@
|
|
|
87454
87644
|
"format": "date-time",
|
|
87455
87645
|
"example": "2011-01-26T20:01:12Z",
|
|
87456
87646
|
"nullable": true
|
|
87647
|
+
},
|
|
87648
|
+
"last_known_stop_notice": {
|
|
87649
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
87650
|
+
"type": "string",
|
|
87651
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
87652
|
+
"nullable": true
|
|
87457
87653
|
}
|
|
87458
87654
|
},
|
|
87459
87655
|
"required": [
|
|
@@ -90043,6 +90239,10 @@
|
|
|
90043
90239
|
"starred_at": {
|
|
90044
90240
|
"type": "string",
|
|
90045
90241
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
90242
|
+
},
|
|
90243
|
+
"anonymous_access_enabled": {
|
|
90244
|
+
"type": "boolean",
|
|
90245
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
90046
90246
|
}
|
|
90047
90247
|
},
|
|
90048
90248
|
"required": [
|
|
@@ -91734,6 +91934,10 @@
|
|
|
91734
91934
|
"starred_at": {
|
|
91735
91935
|
"type": "string",
|
|
91736
91936
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
91937
|
+
},
|
|
91938
|
+
"anonymous_access_enabled": {
|
|
91939
|
+
"type": "boolean",
|
|
91940
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
91737
91941
|
}
|
|
91738
91942
|
},
|
|
91739
91943
|
"required": [
|
|
@@ -93454,6 +93658,10 @@
|
|
|
93454
93658
|
"starred_at": {
|
|
93455
93659
|
"type": "string",
|
|
93456
93660
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
93661
|
+
},
|
|
93662
|
+
"anonymous_access_enabled": {
|
|
93663
|
+
"type": "boolean",
|
|
93664
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
93457
93665
|
}
|
|
93458
93666
|
},
|
|
93459
93667
|
"required": [
|
|
@@ -95606,6 +95814,10 @@
|
|
|
95606
95814
|
"starred_at": {
|
|
95607
95815
|
"type": "string",
|
|
95608
95816
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
95817
|
+
},
|
|
95818
|
+
"anonymous_access_enabled": {
|
|
95819
|
+
"type": "boolean",
|
|
95820
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
95609
95821
|
}
|
|
95610
95822
|
},
|
|
95611
95823
|
"required": [
|
|
@@ -98175,6 +98387,10 @@
|
|
|
98175
98387
|
"starred_at": {
|
|
98176
98388
|
"type": "string",
|
|
98177
98389
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
98390
|
+
},
|
|
98391
|
+
"anonymous_access_enabled": {
|
|
98392
|
+
"type": "boolean",
|
|
98393
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
98178
98394
|
}
|
|
98179
98395
|
},
|
|
98180
98396
|
"required": [
|
|
@@ -100315,6 +100531,10 @@
|
|
|
100315
100531
|
"starred_at": {
|
|
100316
100532
|
"type": "string",
|
|
100317
100533
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
100534
|
+
},
|
|
100535
|
+
"anonymous_access_enabled": {
|
|
100536
|
+
"type": "boolean",
|
|
100537
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
100318
100538
|
}
|
|
100319
100539
|
},
|
|
100320
100540
|
"required": [
|
|
@@ -104569,6 +104789,10 @@
|
|
|
104569
104789
|
"starred_at": {
|
|
104570
104790
|
"type": "string",
|
|
104571
104791
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
104792
|
+
},
|
|
104793
|
+
"anonymous_access_enabled": {
|
|
104794
|
+
"type": "boolean",
|
|
104795
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
104572
104796
|
}
|
|
104573
104797
|
},
|
|
104574
104798
|
"required": [
|
|
@@ -106209,6 +106433,10 @@
|
|
|
106209
106433
|
"starred_at": {
|
|
106210
106434
|
"type": "string",
|
|
106211
106435
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
106436
|
+
},
|
|
106437
|
+
"anonymous_access_enabled": {
|
|
106438
|
+
"type": "boolean",
|
|
106439
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
106212
106440
|
}
|
|
106213
106441
|
},
|
|
106214
106442
|
"required": [
|
|
@@ -119316,6 +119544,10 @@
|
|
|
119316
119544
|
"starred_at": {
|
|
119317
119545
|
"type": "string",
|
|
119318
119546
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
119547
|
+
},
|
|
119548
|
+
"anonymous_access_enabled": {
|
|
119549
|
+
"type": "boolean",
|
|
119550
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
119319
119551
|
}
|
|
119320
119552
|
},
|
|
119321
119553
|
"required": [
|
|
@@ -121362,6 +121594,10 @@
|
|
|
121362
121594
|
"starred_at": {
|
|
121363
121595
|
"type": "string",
|
|
121364
121596
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
121597
|
+
},
|
|
121598
|
+
"anonymous_access_enabled": {
|
|
121599
|
+
"type": "boolean",
|
|
121600
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
121365
121601
|
}
|
|
121366
121602
|
},
|
|
121367
121603
|
"required": [
|
|
@@ -122572,6 +122808,77 @@
|
|
|
122572
122808
|
"x-octokit": {}
|
|
122573
122809
|
}
|
|
122574
122810
|
},
|
|
122811
|
+
"/orgs/{org}/{security_product}/{enablement}": {
|
|
122812
|
+
"post": {
|
|
122813
|
+
"summary": "Enable or disable a security feature for an organization",
|
|
122814
|
+
"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).\"",
|
|
122815
|
+
"tags": [
|
|
122816
|
+
"orgs"
|
|
122817
|
+
],
|
|
122818
|
+
"operationId": "orgs/enable-or-disable-security-product-on-all-org-repos",
|
|
122819
|
+
"externalDocs": {
|
|
122820
|
+
"description": "API method documentation",
|
|
122821
|
+
"url": "https://docs.github.com/rest/reference/orgs#enable-or-disable-security-product-on-all-org-repos"
|
|
122822
|
+
},
|
|
122823
|
+
"parameters": [
|
|
122824
|
+
{
|
|
122825
|
+
"name": "org",
|
|
122826
|
+
"description": "The organization name. The name is not case sensitive.",
|
|
122827
|
+
"in": "path",
|
|
122828
|
+
"required": true,
|
|
122829
|
+
"schema": {
|
|
122830
|
+
"type": "string"
|
|
122831
|
+
}
|
|
122832
|
+
},
|
|
122833
|
+
{
|
|
122834
|
+
"name": "security_product",
|
|
122835
|
+
"in": "path",
|
|
122836
|
+
"description": "The security feature to enable or disable.",
|
|
122837
|
+
"required": true,
|
|
122838
|
+
"schema": {
|
|
122839
|
+
"type": "string",
|
|
122840
|
+
"enum": [
|
|
122841
|
+
"dependency_graph",
|
|
122842
|
+
"dependabot_alerts",
|
|
122843
|
+
"dependabot_security_updates",
|
|
122844
|
+
"advanced_security",
|
|
122845
|
+
"secret_scanning",
|
|
122846
|
+
"secret_scanning_push_protection"
|
|
122847
|
+
]
|
|
122848
|
+
}
|
|
122849
|
+
},
|
|
122850
|
+
{
|
|
122851
|
+
"name": "enablement",
|
|
122852
|
+
"in": "path",
|
|
122853
|
+
"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.",
|
|
122854
|
+
"required": true,
|
|
122855
|
+
"schema": {
|
|
122856
|
+
"type": "string",
|
|
122857
|
+
"enum": [
|
|
122858
|
+
"enable_all",
|
|
122859
|
+
"disable_all"
|
|
122860
|
+
]
|
|
122861
|
+
}
|
|
122862
|
+
}
|
|
122863
|
+
],
|
|
122864
|
+
"responses": {
|
|
122865
|
+
"204": {
|
|
122866
|
+
"description": "Action started"
|
|
122867
|
+
},
|
|
122868
|
+
"422": {
|
|
122869
|
+
"description": "The action could not be taken due to an in progress enablement, or a policy is preventing enablement"
|
|
122870
|
+
}
|
|
122871
|
+
},
|
|
122872
|
+
"x-github": {
|
|
122873
|
+
"githubCloudOnly": false,
|
|
122874
|
+
"enabledForGitHubApps": true,
|
|
122875
|
+
"previews": [],
|
|
122876
|
+
"category": "orgs",
|
|
122877
|
+
"subcategory": "orgs"
|
|
122878
|
+
},
|
|
122879
|
+
"x-octokit": {}
|
|
122880
|
+
}
|
|
122881
|
+
},
|
|
122575
122882
|
"/projects/columns/cards/{card_id}": {
|
|
122576
122883
|
"get": {
|
|
122577
122884
|
"summary": "Get a project card",
|
|
@@ -129743,6 +130050,10 @@
|
|
|
129743
130050
|
"starred_at": {
|
|
129744
130051
|
"type": "string",
|
|
129745
130052
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
130053
|
+
},
|
|
130054
|
+
"anonymous_access_enabled": {
|
|
130055
|
+
"type": "boolean",
|
|
130056
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
129746
130057
|
}
|
|
129747
130058
|
},
|
|
129748
130059
|
"required": [
|
|
@@ -131177,6 +131488,10 @@
|
|
|
131177
131488
|
"starred_at": {
|
|
131178
131489
|
"type": "string",
|
|
131179
131490
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
131491
|
+
},
|
|
131492
|
+
"anonymous_access_enabled": {
|
|
131493
|
+
"type": "boolean",
|
|
131494
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
131180
131495
|
}
|
|
131181
131496
|
},
|
|
131182
131497
|
"required": [
|
|
@@ -132366,6 +132681,10 @@
|
|
|
132366
132681
|
"starred_at": {
|
|
132367
132682
|
"type": "string",
|
|
132368
132683
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
132684
|
+
},
|
|
132685
|
+
"anonymous_access_enabled": {
|
|
132686
|
+
"type": "boolean",
|
|
132687
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
132369
132688
|
}
|
|
132370
132689
|
},
|
|
132371
132690
|
"required": [
|
|
@@ -135025,6 +135344,10 @@
|
|
|
135025
135344
|
"starred_at": {
|
|
135026
135345
|
"type": "string",
|
|
135027
135346
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
135347
|
+
},
|
|
135348
|
+
"anonymous_access_enabled": {
|
|
135349
|
+
"type": "boolean",
|
|
135350
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
135028
135351
|
}
|
|
135029
135352
|
},
|
|
135030
135353
|
"required": [
|
|
@@ -136459,6 +136782,10 @@
|
|
|
136459
136782
|
"starred_at": {
|
|
136460
136783
|
"type": "string",
|
|
136461
136784
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
136785
|
+
},
|
|
136786
|
+
"anonymous_access_enabled": {
|
|
136787
|
+
"type": "boolean",
|
|
136788
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
136462
136789
|
}
|
|
136463
136790
|
},
|
|
136464
136791
|
"required": [
|
|
@@ -137648,6 +137975,10 @@
|
|
|
137648
137975
|
"starred_at": {
|
|
137649
137976
|
"type": "string",
|
|
137650
137977
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
137978
|
+
},
|
|
137979
|
+
"anonymous_access_enabled": {
|
|
137980
|
+
"type": "boolean",
|
|
137981
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
137651
137982
|
}
|
|
137652
137983
|
},
|
|
137653
137984
|
"required": [
|
|
@@ -142786,6 +143117,10 @@
|
|
|
142786
143117
|
"starred_at": {
|
|
142787
143118
|
"type": "string",
|
|
142788
143119
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
143120
|
+
},
|
|
143121
|
+
"anonymous_access_enabled": {
|
|
143122
|
+
"type": "boolean",
|
|
143123
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
142789
143124
|
}
|
|
142790
143125
|
},
|
|
142791
143126
|
"required": [
|
|
@@ -144079,6 +144414,10 @@
|
|
|
144079
144414
|
"starred_at": {
|
|
144080
144415
|
"type": "string",
|
|
144081
144416
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
144417
|
+
},
|
|
144418
|
+
"anonymous_access_enabled": {
|
|
144419
|
+
"type": "boolean",
|
|
144420
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
144082
144421
|
}
|
|
144083
144422
|
},
|
|
144084
144423
|
"required": [
|
|
@@ -145468,6 +145807,15 @@
|
|
|
145468
145807
|
"schema": {
|
|
145469
145808
|
"type": "integer"
|
|
145470
145809
|
}
|
|
145810
|
+
},
|
|
145811
|
+
{
|
|
145812
|
+
"name": "head_sha",
|
|
145813
|
+
"description": "Only returns workflow runs that are associated with the specified `head_sha`.",
|
|
145814
|
+
"in": "query",
|
|
145815
|
+
"required": false,
|
|
145816
|
+
"schema": {
|
|
145817
|
+
"type": "string"
|
|
145818
|
+
}
|
|
145471
145819
|
}
|
|
145472
145820
|
],
|
|
145473
145821
|
"responses": {
|
|
@@ -147589,6 +147937,10 @@
|
|
|
147589
147937
|
"starred_at": {
|
|
147590
147938
|
"type": "string",
|
|
147591
147939
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
147940
|
+
},
|
|
147941
|
+
"anonymous_access_enabled": {
|
|
147942
|
+
"type": "boolean",
|
|
147943
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
147592
147944
|
}
|
|
147593
147945
|
},
|
|
147594
147946
|
"required": [
|
|
@@ -149351,6 +149703,10 @@
|
|
|
149351
149703
|
"starred_at": {
|
|
149352
149704
|
"type": "string",
|
|
149353
149705
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
149706
|
+
},
|
|
149707
|
+
"anonymous_access_enabled": {
|
|
149708
|
+
"type": "boolean",
|
|
149709
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
149354
149710
|
}
|
|
149355
149711
|
},
|
|
149356
149712
|
"required": [
|
|
@@ -152009,6 +152365,10 @@
|
|
|
152009
152365
|
"starred_at": {
|
|
152010
152366
|
"type": "string",
|
|
152011
152367
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
152368
|
+
},
|
|
152369
|
+
"anonymous_access_enabled": {
|
|
152370
|
+
"type": "boolean",
|
|
152371
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
152012
152372
|
}
|
|
152013
152373
|
},
|
|
152014
152374
|
"required": [
|
|
@@ -153771,6 +154131,10 @@
|
|
|
153771
154131
|
"starred_at": {
|
|
153772
154132
|
"type": "string",
|
|
153773
154133
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
154134
|
+
},
|
|
154135
|
+
"anonymous_access_enabled": {
|
|
154136
|
+
"type": "boolean",
|
|
154137
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
153774
154138
|
}
|
|
153775
154139
|
},
|
|
153776
154140
|
"required": [
|
|
@@ -157145,6 +157509,10 @@
|
|
|
157145
157509
|
"starred_at": {
|
|
157146
157510
|
"type": "string",
|
|
157147
157511
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
157512
|
+
},
|
|
157513
|
+
"anonymous_access_enabled": {
|
|
157514
|
+
"type": "boolean",
|
|
157515
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
157148
157516
|
}
|
|
157149
157517
|
},
|
|
157150
157518
|
"required": [
|
|
@@ -158907,6 +159275,10 @@
|
|
|
158907
159275
|
"starred_at": {
|
|
158908
159276
|
"type": "string",
|
|
158909
159277
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
159278
|
+
},
|
|
159279
|
+
"anonymous_access_enabled": {
|
|
159280
|
+
"type": "boolean",
|
|
159281
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
158910
159282
|
}
|
|
158911
159283
|
},
|
|
158912
159284
|
"required": [
|
|
@@ -163339,6 +163711,15 @@
|
|
|
163339
163711
|
"schema": {
|
|
163340
163712
|
"type": "integer"
|
|
163341
163713
|
}
|
|
163714
|
+
},
|
|
163715
|
+
{
|
|
163716
|
+
"name": "head_sha",
|
|
163717
|
+
"description": "Only returns workflow runs that are associated with the specified `head_sha`.",
|
|
163718
|
+
"in": "query",
|
|
163719
|
+
"required": false,
|
|
163720
|
+
"schema": {
|
|
163721
|
+
"type": "string"
|
|
163722
|
+
}
|
|
163342
163723
|
}
|
|
163343
163724
|
],
|
|
163344
163725
|
"responses": {
|
|
@@ -165460,6 +165841,10 @@
|
|
|
165460
165841
|
"starred_at": {
|
|
165461
165842
|
"type": "string",
|
|
165462
165843
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
165844
|
+
},
|
|
165845
|
+
"anonymous_access_enabled": {
|
|
165846
|
+
"type": "boolean",
|
|
165847
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
165463
165848
|
}
|
|
165464
165849
|
},
|
|
165465
165850
|
"required": [
|
|
@@ -167222,6 +167607,10 @@
|
|
|
167222
167607
|
"starred_at": {
|
|
167223
167608
|
"type": "string",
|
|
167224
167609
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
167610
|
+
},
|
|
167611
|
+
"anonymous_access_enabled": {
|
|
167612
|
+
"type": "boolean",
|
|
167613
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
167225
167614
|
}
|
|
167226
167615
|
},
|
|
167227
167616
|
"required": [
|
|
@@ -168242,14 +168631,16 @@
|
|
|
168242
168631
|
"type": "string"
|
|
168243
168632
|
},
|
|
168244
168633
|
"is_alphanumeric": {
|
|
168245
|
-
"description": "Whether this autolink reference matches alphanumeric characters. If false, this autolink reference
|
|
168634
|
+
"description": "Whether this autolink reference matches alphanumeric characters. If false, this autolink reference only matches numeric characters.",
|
|
168635
|
+
"example": true,
|
|
168246
168636
|
"type": "boolean"
|
|
168247
168637
|
}
|
|
168248
168638
|
},
|
|
168249
168639
|
"required": [
|
|
168250
168640
|
"id",
|
|
168251
168641
|
"key_prefix",
|
|
168252
|
-
"url_template"
|
|
168642
|
+
"url_template",
|
|
168643
|
+
"is_alphanumeric"
|
|
168253
168644
|
]
|
|
168254
168645
|
}
|
|
168255
168646
|
},
|
|
@@ -168317,11 +168708,16 @@
|
|
|
168317
168708
|
"properties": {
|
|
168318
168709
|
"key_prefix": {
|
|
168319
168710
|
"type": "string",
|
|
168320
|
-
"description": "
|
|
168711
|
+
"description": "This prefix appended by certain characters will generate a link any time it is found in an issue, pull request, or commit."
|
|
168321
168712
|
},
|
|
168322
168713
|
"url_template": {
|
|
168323
168714
|
"type": "string",
|
|
168324
|
-
"description": "The URL must contain `<num>` for the reference number. `<num>` matches
|
|
168715
|
+
"description": "The URL must contain `<num>` for the reference number. `<num>` matches different characters depending on the value of `is_alphanumeric`."
|
|
168716
|
+
},
|
|
168717
|
+
"is_alphanumeric": {
|
|
168718
|
+
"type": "boolean",
|
|
168719
|
+
"default": "true",
|
|
168720
|
+
"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
168721
|
}
|
|
168326
168722
|
},
|
|
168327
168723
|
"required": [
|
|
@@ -168333,7 +168729,8 @@
|
|
|
168333
168729
|
"default": {
|
|
168334
168730
|
"value": {
|
|
168335
168731
|
"key_prefix": "TICKET-",
|
|
168336
|
-
"url_template": "https://example.com/TICKET?query=<num>"
|
|
168732
|
+
"url_template": "https://example.com/TICKET?query=<num>",
|
|
168733
|
+
"is_alphanumeric": true
|
|
168337
168734
|
}
|
|
168338
168735
|
}
|
|
168339
168736
|
}
|
|
@@ -168365,14 +168762,16 @@
|
|
|
168365
168762
|
"type": "string"
|
|
168366
168763
|
},
|
|
168367
168764
|
"is_alphanumeric": {
|
|
168368
|
-
"description": "Whether this autolink reference matches alphanumeric characters. If false, this autolink reference
|
|
168765
|
+
"description": "Whether this autolink reference matches alphanumeric characters. If false, this autolink reference only matches numeric characters.",
|
|
168766
|
+
"example": true,
|
|
168369
168767
|
"type": "boolean"
|
|
168370
168768
|
}
|
|
168371
168769
|
},
|
|
168372
168770
|
"required": [
|
|
168373
168771
|
"id",
|
|
168374
168772
|
"key_prefix",
|
|
168375
|
-
"url_template"
|
|
168773
|
+
"url_template",
|
|
168774
|
+
"is_alphanumeric"
|
|
168376
168775
|
]
|
|
168377
168776
|
},
|
|
168378
168777
|
"examples": {
|
|
@@ -168541,14 +168940,16 @@
|
|
|
168541
168940
|
"type": "string"
|
|
168542
168941
|
},
|
|
168543
168942
|
"is_alphanumeric": {
|
|
168544
|
-
"description": "Whether this autolink reference matches alphanumeric characters. If false, this autolink reference
|
|
168943
|
+
"description": "Whether this autolink reference matches alphanumeric characters. If false, this autolink reference only matches numeric characters.",
|
|
168944
|
+
"example": true,
|
|
168545
168945
|
"type": "boolean"
|
|
168546
168946
|
}
|
|
168547
168947
|
},
|
|
168548
168948
|
"required": [
|
|
168549
168949
|
"id",
|
|
168550
168950
|
"key_prefix",
|
|
168551
|
-
"url_template"
|
|
168951
|
+
"url_template",
|
|
168952
|
+
"is_alphanumeric"
|
|
168552
168953
|
]
|
|
168553
168954
|
},
|
|
168554
168955
|
"examples": {
|
|
@@ -194484,6 +194885,10 @@
|
|
|
194484
194885
|
"starred_at": {
|
|
194485
194886
|
"type": "string",
|
|
194486
194887
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
194888
|
+
},
|
|
194889
|
+
"anonymous_access_enabled": {
|
|
194890
|
+
"type": "boolean",
|
|
194891
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
194487
194892
|
}
|
|
194488
194893
|
},
|
|
194489
194894
|
"required": [
|
|
@@ -197064,6 +197469,10 @@
|
|
|
197064
197469
|
"starred_at": {
|
|
197065
197470
|
"type": "string",
|
|
197066
197471
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
197472
|
+
},
|
|
197473
|
+
"anonymous_access_enabled": {
|
|
197474
|
+
"type": "boolean",
|
|
197475
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
197067
197476
|
}
|
|
197068
197477
|
},
|
|
197069
197478
|
"required": [
|
|
@@ -199361,6 +199770,10 @@
|
|
|
199361
199770
|
"starred_at": {
|
|
199362
199771
|
"type": "string",
|
|
199363
199772
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
199773
|
+
},
|
|
199774
|
+
"anonymous_access_enabled": {
|
|
199775
|
+
"type": "boolean",
|
|
199776
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
199364
199777
|
}
|
|
199365
199778
|
},
|
|
199366
199779
|
"required": [
|
|
@@ -201831,6 +202244,10 @@
|
|
|
201831
202244
|
"starred_at": {
|
|
201832
202245
|
"type": "string",
|
|
201833
202246
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
202247
|
+
},
|
|
202248
|
+
"anonymous_access_enabled": {
|
|
202249
|
+
"type": "boolean",
|
|
202250
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
201834
202251
|
}
|
|
201835
202252
|
},
|
|
201836
202253
|
"required": [
|
|
@@ -204573,6 +204990,11 @@
|
|
|
204573
204990
|
"nullable": true,
|
|
204574
204991
|
"type": "string",
|
|
204575
204992
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
204993
|
+
},
|
|
204994
|
+
"help_uri": {
|
|
204995
|
+
"nullable": true,
|
|
204996
|
+
"type": "string",
|
|
204997
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
204576
204998
|
}
|
|
204577
204999
|
}
|
|
204578
205000
|
},
|
|
@@ -204735,7 +205157,8 @@
|
|
|
204735
205157
|
"security",
|
|
204736
205158
|
"external/cwe/cwe-022"
|
|
204737
205159
|
],
|
|
204738
|
-
"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 ..."
|
|
205160
|
+
"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 ...",
|
|
205161
|
+
"help_uri": "https://codeql.github.com/"
|
|
204739
205162
|
},
|
|
204740
205163
|
"tool": {
|
|
204741
205164
|
"name": "CodeQL",
|
|
@@ -205214,6 +205637,11 @@
|
|
|
205214
205637
|
"nullable": true,
|
|
205215
205638
|
"type": "string",
|
|
205216
205639
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
205640
|
+
},
|
|
205641
|
+
"help_uri": {
|
|
205642
|
+
"nullable": true,
|
|
205643
|
+
"type": "string",
|
|
205644
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
205217
205645
|
}
|
|
205218
205646
|
}
|
|
205219
205647
|
},
|
|
@@ -205376,7 +205804,8 @@
|
|
|
205376
205804
|
"security",
|
|
205377
205805
|
"external/cwe/cwe-022"
|
|
205378
205806
|
],
|
|
205379
|
-
"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 ..."
|
|
205807
|
+
"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 ...",
|
|
205808
|
+
"help_uri": "https://codeql.github.com/"
|
|
205380
205809
|
},
|
|
205381
205810
|
"tool": {
|
|
205382
205811
|
"name": "CodeQL",
|
|
@@ -209098,6 +209527,10 @@
|
|
|
209098
209527
|
"starred_at": {
|
|
209099
209528
|
"type": "string",
|
|
209100
209529
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
209530
|
+
},
|
|
209531
|
+
"anonymous_access_enabled": {
|
|
209532
|
+
"type": "boolean",
|
|
209533
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
209101
209534
|
}
|
|
209102
209535
|
},
|
|
209103
209536
|
"required": [
|
|
@@ -209547,6 +209980,12 @@
|
|
|
209547
209980
|
"format": "date-time",
|
|
209548
209981
|
"example": "2011-01-26T20:01:12Z",
|
|
209549
209982
|
"nullable": true
|
|
209983
|
+
},
|
|
209984
|
+
"last_known_stop_notice": {
|
|
209985
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
209986
|
+
"type": "string",
|
|
209987
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
209988
|
+
"nullable": true
|
|
209550
209989
|
}
|
|
209551
209990
|
},
|
|
209552
209991
|
"required": [
|
|
@@ -211895,6 +212334,10 @@
|
|
|
211895
212334
|
"starred_at": {
|
|
211896
212335
|
"type": "string",
|
|
211897
212336
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
212337
|
+
},
|
|
212338
|
+
"anonymous_access_enabled": {
|
|
212339
|
+
"type": "boolean",
|
|
212340
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
211898
212341
|
}
|
|
211899
212342
|
},
|
|
211900
212343
|
"required": [
|
|
@@ -212344,6 +212787,12 @@
|
|
|
212344
212787
|
"format": "date-time",
|
|
212345
212788
|
"example": "2011-01-26T20:01:12Z",
|
|
212346
212789
|
"nullable": true
|
|
212790
|
+
},
|
|
212791
|
+
"last_known_stop_notice": {
|
|
212792
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
212793
|
+
"type": "string",
|
|
212794
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
212795
|
+
"nullable": true
|
|
212347
212796
|
}
|
|
212348
212797
|
},
|
|
212349
212798
|
"required": [
|
|
@@ -214338,6 +214787,10 @@
|
|
|
214338
214787
|
"starred_at": {
|
|
214339
214788
|
"type": "string",
|
|
214340
214789
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
214790
|
+
},
|
|
214791
|
+
"anonymous_access_enabled": {
|
|
214792
|
+
"type": "boolean",
|
|
214793
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
214341
214794
|
}
|
|
214342
214795
|
},
|
|
214343
214796
|
"required": [
|
|
@@ -214787,6 +215240,12 @@
|
|
|
214787
215240
|
"format": "date-time",
|
|
214788
215241
|
"example": "2011-01-26T20:01:12Z",
|
|
214789
215242
|
"nullable": true
|
|
215243
|
+
},
|
|
215244
|
+
"last_known_stop_notice": {
|
|
215245
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
215246
|
+
"type": "string",
|
|
215247
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
215248
|
+
"nullable": true
|
|
214790
215249
|
}
|
|
214791
215250
|
},
|
|
214792
215251
|
"required": [
|
|
@@ -218426,6 +218885,10 @@
|
|
|
218426
218885
|
"starred_at": {
|
|
218427
218886
|
"type": "string",
|
|
218428
218887
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
218888
|
+
},
|
|
218889
|
+
"anonymous_access_enabled": {
|
|
218890
|
+
"type": "boolean",
|
|
218891
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
218429
218892
|
}
|
|
218430
218893
|
},
|
|
218431
218894
|
"required": [
|
|
@@ -225758,6 +226221,10 @@
|
|
|
225758
226221
|
"starred_at": {
|
|
225759
226222
|
"type": "string",
|
|
225760
226223
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
226224
|
+
},
|
|
226225
|
+
"anonymous_access_enabled": {
|
|
226226
|
+
"type": "boolean",
|
|
226227
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
225761
226228
|
}
|
|
225762
226229
|
},
|
|
225763
226230
|
"required": [
|
|
@@ -227088,6 +227555,10 @@
|
|
|
227088
227555
|
"starred_at": {
|
|
227089
227556
|
"type": "string",
|
|
227090
227557
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
227558
|
+
},
|
|
227559
|
+
"anonymous_access_enabled": {
|
|
227560
|
+
"type": "boolean",
|
|
227561
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
227091
227562
|
}
|
|
227092
227563
|
},
|
|
227093
227564
|
"required": [
|
|
@@ -228963,6 +229434,27 @@
|
|
|
228963
229434
|
}
|
|
228964
229435
|
}
|
|
228965
229436
|
}
|
|
229437
|
+
},
|
|
229438
|
+
"503": {
|
|
229439
|
+
"description": "Service unavailable",
|
|
229440
|
+
"content": {
|
|
229441
|
+
"application/json": {
|
|
229442
|
+
"schema": {
|
|
229443
|
+
"type": "object",
|
|
229444
|
+
"properties": {
|
|
229445
|
+
"code": {
|
|
229446
|
+
"type": "string"
|
|
229447
|
+
},
|
|
229448
|
+
"message": {
|
|
229449
|
+
"type": "string"
|
|
229450
|
+
},
|
|
229451
|
+
"documentation_url": {
|
|
229452
|
+
"type": "string"
|
|
229453
|
+
}
|
|
229454
|
+
}
|
|
229455
|
+
}
|
|
229456
|
+
}
|
|
229457
|
+
}
|
|
228966
229458
|
}
|
|
228967
229459
|
},
|
|
228968
229460
|
"x-github": {
|
|
@@ -232075,6 +232567,10 @@
|
|
|
232075
232567
|
"starred_at": {
|
|
232076
232568
|
"type": "string",
|
|
232077
232569
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
232570
|
+
},
|
|
232571
|
+
"anonymous_access_enabled": {
|
|
232572
|
+
"type": "boolean",
|
|
232573
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
232078
232574
|
}
|
|
232079
232575
|
},
|
|
232080
232576
|
"required": [
|
|
@@ -234293,6 +234789,10 @@
|
|
|
234293
234789
|
"starred_at": {
|
|
234294
234790
|
"type": "string",
|
|
234295
234791
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
234792
|
+
},
|
|
234793
|
+
"anonymous_access_enabled": {
|
|
234794
|
+
"type": "boolean",
|
|
234795
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
234296
234796
|
}
|
|
234297
234797
|
},
|
|
234298
234798
|
"required": [
|
|
@@ -237373,6 +237873,27 @@
|
|
|
237373
237873
|
}
|
|
237374
237874
|
}
|
|
237375
237875
|
}
|
|
237876
|
+
},
|
|
237877
|
+
"503": {
|
|
237878
|
+
"description": "Service unavailable",
|
|
237879
|
+
"content": {
|
|
237880
|
+
"application/json": {
|
|
237881
|
+
"schema": {
|
|
237882
|
+
"type": "object",
|
|
237883
|
+
"properties": {
|
|
237884
|
+
"code": {
|
|
237885
|
+
"type": "string"
|
|
237886
|
+
},
|
|
237887
|
+
"message": {
|
|
237888
|
+
"type": "string"
|
|
237889
|
+
},
|
|
237890
|
+
"documentation_url": {
|
|
237891
|
+
"type": "string"
|
|
237892
|
+
}
|
|
237893
|
+
}
|
|
237894
|
+
}
|
|
237895
|
+
}
|
|
237896
|
+
}
|
|
237376
237897
|
}
|
|
237377
237898
|
},
|
|
237378
237899
|
"x-github": {
|
|
@@ -247526,7 +248047,12 @@
|
|
|
247526
248047
|
"description": "The reason for the current state",
|
|
247527
248048
|
"example": "not_planned",
|
|
247528
248049
|
"type": "string",
|
|
247529
|
-
"nullable": true
|
|
248050
|
+
"nullable": true,
|
|
248051
|
+
"enum": [
|
|
248052
|
+
"completed",
|
|
248053
|
+
"reopened",
|
|
248054
|
+
"not_planned"
|
|
248055
|
+
]
|
|
247530
248056
|
},
|
|
247531
248057
|
"title": {
|
|
247532
248058
|
"description": "Title of the issue",
|
|
@@ -249474,6 +250000,10 @@
|
|
|
249474
250000
|
"starred_at": {
|
|
249475
250001
|
"type": "string",
|
|
249476
250002
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
250003
|
+
},
|
|
250004
|
+
"anonymous_access_enabled": {
|
|
250005
|
+
"type": "boolean",
|
|
250006
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
249477
250007
|
}
|
|
249478
250008
|
},
|
|
249479
250009
|
"required": [
|
|
@@ -252128,6 +252658,10 @@
|
|
|
252128
252658
|
"starred_at": {
|
|
252129
252659
|
"type": "string",
|
|
252130
252660
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
252661
|
+
},
|
|
252662
|
+
"anonymous_access_enabled": {
|
|
252663
|
+
"type": "boolean",
|
|
252664
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
252131
252665
|
}
|
|
252132
252666
|
},
|
|
252133
252667
|
"required": [
|
|
@@ -254183,6 +254717,10 @@
|
|
|
254183
254717
|
"starred_at": {
|
|
254184
254718
|
"type": "string",
|
|
254185
254719
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
254720
|
+
},
|
|
254721
|
+
"anonymous_access_enabled": {
|
|
254722
|
+
"type": "boolean",
|
|
254723
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
254186
254724
|
}
|
|
254187
254725
|
},
|
|
254188
254726
|
"required": [
|
|
@@ -255617,6 +256155,10 @@
|
|
|
255617
256155
|
"starred_at": {
|
|
255618
256156
|
"type": "string",
|
|
255619
256157
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
256158
|
+
},
|
|
256159
|
+
"anonymous_access_enabled": {
|
|
256160
|
+
"type": "boolean",
|
|
256161
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
255620
256162
|
}
|
|
255621
256163
|
},
|
|
255622
256164
|
"required": [
|
|
@@ -256806,6 +257348,10 @@
|
|
|
256806
257348
|
"starred_at": {
|
|
256807
257349
|
"type": "string",
|
|
256808
257350
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
257351
|
+
},
|
|
257352
|
+
"anonymous_access_enabled": {
|
|
257353
|
+
"type": "boolean",
|
|
257354
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
256809
257355
|
}
|
|
256810
257356
|
},
|
|
256811
257357
|
"required": [
|
|
@@ -268376,6 +268922,10 @@
|
|
|
268376
268922
|
"starred_at": {
|
|
268377
268923
|
"type": "string",
|
|
268378
268924
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
268925
|
+
},
|
|
268926
|
+
"anonymous_access_enabled": {
|
|
268927
|
+
"type": "boolean",
|
|
268928
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
268379
268929
|
}
|
|
268380
268930
|
},
|
|
268381
268931
|
"required": [
|
|
@@ -270656,6 +271206,10 @@
|
|
|
270656
271206
|
"starred_at": {
|
|
270657
271207
|
"type": "string",
|
|
270658
271208
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
271209
|
+
},
|
|
271210
|
+
"anonymous_access_enabled": {
|
|
271211
|
+
"type": "boolean",
|
|
271212
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
270659
271213
|
}
|
|
270660
271214
|
},
|
|
270661
271215
|
"required": [
|
|
@@ -271552,7 +272106,12 @@
|
|
|
271552
272106
|
"description": "The reason for the current state",
|
|
271553
272107
|
"example": "not_planned",
|
|
271554
272108
|
"type": "string",
|
|
271555
|
-
"nullable": true
|
|
272109
|
+
"nullable": true,
|
|
272110
|
+
"enum": [
|
|
272111
|
+
"completed",
|
|
272112
|
+
"reopened",
|
|
272113
|
+
"not_planned"
|
|
272114
|
+
]
|
|
271556
272115
|
},
|
|
271557
272116
|
"title": {
|
|
271558
272117
|
"description": "Title of the issue",
|
|
@@ -273500,6 +274059,10 @@
|
|
|
273500
274059
|
"starred_at": {
|
|
273501
274060
|
"type": "string",
|
|
273502
274061
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
274062
|
+
},
|
|
274063
|
+
"anonymous_access_enabled": {
|
|
274064
|
+
"type": "boolean",
|
|
274065
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
273503
274066
|
}
|
|
273504
274067
|
},
|
|
273505
274068
|
"required": [
|
|
@@ -274405,7 +274968,12 @@
|
|
|
274405
274968
|
"description": "The reason for the current state",
|
|
274406
274969
|
"example": "not_planned",
|
|
274407
274970
|
"type": "string",
|
|
274408
|
-
"nullable": true
|
|
274971
|
+
"nullable": true,
|
|
274972
|
+
"enum": [
|
|
274973
|
+
"completed",
|
|
274974
|
+
"reopened",
|
|
274975
|
+
"not_planned"
|
|
274976
|
+
]
|
|
274409
274977
|
},
|
|
274410
274978
|
"title": {
|
|
274411
274979
|
"description": "Title of the issue",
|
|
@@ -276353,6 +276921,10 @@
|
|
|
276353
276921
|
"starred_at": {
|
|
276354
276922
|
"type": "string",
|
|
276355
276923
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
276924
|
+
},
|
|
276925
|
+
"anonymous_access_enabled": {
|
|
276926
|
+
"type": "boolean",
|
|
276927
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
276356
276928
|
}
|
|
276357
276929
|
},
|
|
276358
276930
|
"required": [
|
|
@@ -280411,7 +280983,12 @@
|
|
|
280411
280983
|
"description": "The reason for the current state",
|
|
280412
280984
|
"example": "not_planned",
|
|
280413
280985
|
"type": "string",
|
|
280414
|
-
"nullable": true
|
|
280986
|
+
"nullable": true,
|
|
280987
|
+
"enum": [
|
|
280988
|
+
"completed",
|
|
280989
|
+
"reopened",
|
|
280990
|
+
"not_planned"
|
|
280991
|
+
]
|
|
280415
280992
|
},
|
|
280416
280993
|
"title": {
|
|
280417
280994
|
"description": "Title of the issue",
|
|
@@ -282359,6 +282936,10 @@
|
|
|
282359
282936
|
"starred_at": {
|
|
282360
282937
|
"type": "string",
|
|
282361
282938
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
282939
|
+
},
|
|
282940
|
+
"anonymous_access_enabled": {
|
|
282941
|
+
"type": "boolean",
|
|
282942
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
282362
282943
|
}
|
|
282363
282944
|
},
|
|
282364
282945
|
"required": [
|
|
@@ -284320,7 +284901,12 @@
|
|
|
284320
284901
|
"description": "The reason for the current state",
|
|
284321
284902
|
"example": "not_planned",
|
|
284322
284903
|
"type": "string",
|
|
284323
|
-
"nullable": true
|
|
284904
|
+
"nullable": true,
|
|
284905
|
+
"enum": [
|
|
284906
|
+
"completed",
|
|
284907
|
+
"reopened",
|
|
284908
|
+
"not_planned"
|
|
284909
|
+
]
|
|
284324
284910
|
},
|
|
284325
284911
|
"title": {
|
|
284326
284912
|
"description": "Title of the issue",
|
|
@@ -286268,6 +286854,10 @@
|
|
|
286268
286854
|
"starred_at": {
|
|
286269
286855
|
"type": "string",
|
|
286270
286856
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
286857
|
+
},
|
|
286858
|
+
"anonymous_access_enabled": {
|
|
286859
|
+
"type": "boolean",
|
|
286860
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
286271
286861
|
}
|
|
286272
286862
|
},
|
|
286273
286863
|
"required": [
|
|
@@ -288111,7 +288701,12 @@
|
|
|
288111
288701
|
"description": "The reason for the current state",
|
|
288112
288702
|
"example": "not_planned",
|
|
288113
288703
|
"type": "string",
|
|
288114
|
-
"nullable": true
|
|
288704
|
+
"nullable": true,
|
|
288705
|
+
"enum": [
|
|
288706
|
+
"completed",
|
|
288707
|
+
"reopened",
|
|
288708
|
+
"not_planned"
|
|
288709
|
+
]
|
|
288115
288710
|
},
|
|
288116
288711
|
"title": {
|
|
288117
288712
|
"description": "Title of the issue",
|
|
@@ -290059,6 +290654,10 @@
|
|
|
290059
290654
|
"starred_at": {
|
|
290060
290655
|
"type": "string",
|
|
290061
290656
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
290657
|
+
},
|
|
290658
|
+
"anonymous_access_enabled": {
|
|
290659
|
+
"type": "boolean",
|
|
290660
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
290062
290661
|
}
|
|
290063
290662
|
},
|
|
290064
290663
|
"required": [
|
|
@@ -290807,6 +291406,11 @@
|
|
|
290807
291406
|
},
|
|
290808
291407
|
"state_reason": {
|
|
290809
291408
|
"type": "string",
|
|
291409
|
+
"enum": [
|
|
291410
|
+
"completed",
|
|
291411
|
+
"not_planned",
|
|
291412
|
+
"reopened"
|
|
291413
|
+
],
|
|
290810
291414
|
"nullable": true,
|
|
290811
291415
|
"description": "The reason for the current state",
|
|
290812
291416
|
"example": "not_planned"
|
|
@@ -290936,7 +291540,12 @@
|
|
|
290936
291540
|
"description": "The reason for the current state",
|
|
290937
291541
|
"example": "not_planned",
|
|
290938
291542
|
"type": "string",
|
|
290939
|
-
"nullable": true
|
|
291543
|
+
"nullable": true,
|
|
291544
|
+
"enum": [
|
|
291545
|
+
"completed",
|
|
291546
|
+
"reopened",
|
|
291547
|
+
"not_planned"
|
|
291548
|
+
]
|
|
290940
291549
|
},
|
|
290941
291550
|
"title": {
|
|
290942
291551
|
"description": "Title of the issue",
|
|
@@ -292884,6 +293493,10 @@
|
|
|
292884
293493
|
"starred_at": {
|
|
292885
293494
|
"type": "string",
|
|
292886
293495
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
293496
|
+
},
|
|
293497
|
+
"anonymous_access_enabled": {
|
|
293498
|
+
"type": "boolean",
|
|
293499
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
292887
293500
|
}
|
|
292888
293501
|
},
|
|
292889
293502
|
"required": [
|
|
@@ -293792,7 +294405,12 @@
|
|
|
293792
294405
|
"description": "The reason for the current state",
|
|
293793
294406
|
"example": "not_planned",
|
|
293794
294407
|
"type": "string",
|
|
293795
|
-
"nullable": true
|
|
294408
|
+
"nullable": true,
|
|
294409
|
+
"enum": [
|
|
294410
|
+
"completed",
|
|
294411
|
+
"reopened",
|
|
294412
|
+
"not_planned"
|
|
294413
|
+
]
|
|
293796
294414
|
},
|
|
293797
294415
|
"title": {
|
|
293798
294416
|
"description": "Title of the issue",
|
|
@@ -295740,6 +296358,10 @@
|
|
|
295740
296358
|
"starred_at": {
|
|
295741
296359
|
"type": "string",
|
|
295742
296360
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
296361
|
+
},
|
|
296362
|
+
"anonymous_access_enabled": {
|
|
296363
|
+
"type": "boolean",
|
|
296364
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
295743
296365
|
}
|
|
295744
296366
|
},
|
|
295745
296367
|
"required": [
|
|
@@ -317645,7 +318267,12 @@
|
|
|
317645
318267
|
"description": "The reason for the current state",
|
|
317646
318268
|
"example": "not_planned",
|
|
317647
318269
|
"type": "string",
|
|
317648
|
-
"nullable": true
|
|
318270
|
+
"nullable": true,
|
|
318271
|
+
"enum": [
|
|
318272
|
+
"completed",
|
|
318273
|
+
"reopened",
|
|
318274
|
+
"not_planned"
|
|
318275
|
+
]
|
|
317649
318276
|
},
|
|
317650
318277
|
"title": {
|
|
317651
318278
|
"description": "Title of the issue",
|
|
@@ -319593,6 +320220,10 @@
|
|
|
319593
320220
|
"starred_at": {
|
|
319594
320221
|
"type": "string",
|
|
319595
320222
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
320223
|
+
},
|
|
320224
|
+
"anonymous_access_enabled": {
|
|
320225
|
+
"type": "boolean",
|
|
320226
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
319596
320227
|
}
|
|
319597
320228
|
},
|
|
319598
320229
|
"required": [
|
|
@@ -328903,6 +329534,10 @@
|
|
|
328903
329534
|
"starred_at": {
|
|
328904
329535
|
"type": "string",
|
|
328905
329536
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
329537
|
+
},
|
|
329538
|
+
"anonymous_access_enabled": {
|
|
329539
|
+
"type": "boolean",
|
|
329540
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
328906
329541
|
}
|
|
328907
329542
|
},
|
|
328908
329543
|
"required": [
|
|
@@ -335185,6 +335820,10 @@
|
|
|
335185
335820
|
"starred_at": {
|
|
335186
335821
|
"type": "string",
|
|
335187
335822
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
335823
|
+
},
|
|
335824
|
+
"anonymous_access_enabled": {
|
|
335825
|
+
"type": "boolean",
|
|
335826
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
335188
335827
|
}
|
|
335189
335828
|
},
|
|
335190
335829
|
"required": [
|
|
@@ -336515,6 +337154,10 @@
|
|
|
336515
337154
|
"starred_at": {
|
|
336516
337155
|
"type": "string",
|
|
336517
337156
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
337157
|
+
},
|
|
337158
|
+
"anonymous_access_enabled": {
|
|
337159
|
+
"type": "boolean",
|
|
337160
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
336518
337161
|
}
|
|
336519
337162
|
},
|
|
336520
337163
|
"required": [
|
|
@@ -347072,6 +347715,27 @@
|
|
|
347072
347715
|
}
|
|
347073
347716
|
}
|
|
347074
347717
|
}
|
|
347718
|
+
},
|
|
347719
|
+
"503": {
|
|
347720
|
+
"description": "Service unavailable",
|
|
347721
|
+
"content": {
|
|
347722
|
+
"application/json": {
|
|
347723
|
+
"schema": {
|
|
347724
|
+
"type": "object",
|
|
347725
|
+
"properties": {
|
|
347726
|
+
"code": {
|
|
347727
|
+
"type": "string"
|
|
347728
|
+
},
|
|
347729
|
+
"message": {
|
|
347730
|
+
"type": "string"
|
|
347731
|
+
},
|
|
347732
|
+
"documentation_url": {
|
|
347733
|
+
"type": "string"
|
|
347734
|
+
}
|
|
347735
|
+
}
|
|
347736
|
+
}
|
|
347737
|
+
}
|
|
347738
|
+
}
|
|
347075
347739
|
}
|
|
347076
347740
|
},
|
|
347077
347741
|
"x-github": {
|
|
@@ -352409,6 +353073,10 @@
|
|
|
352409
353073
|
"starred_at": {
|
|
352410
353074
|
"type": "string",
|
|
352411
353075
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
353076
|
+
},
|
|
353077
|
+
"anonymous_access_enabled": {
|
|
353078
|
+
"type": "boolean",
|
|
353079
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
352412
353080
|
}
|
|
352413
353081
|
},
|
|
352414
353082
|
"required": [
|
|
@@ -352858,6 +353526,12 @@
|
|
|
352858
353526
|
"format": "date-time",
|
|
352859
353527
|
"example": "2011-01-26T20:01:12Z",
|
|
352860
353528
|
"nullable": true
|
|
353529
|
+
},
|
|
353530
|
+
"last_known_stop_notice": {
|
|
353531
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
353532
|
+
"type": "string",
|
|
353533
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
353534
|
+
"nullable": true
|
|
352861
353535
|
}
|
|
352862
353536
|
},
|
|
352863
353537
|
"required": [
|
|
@@ -354852,6 +355526,10 @@
|
|
|
354852
355526
|
"starred_at": {
|
|
354853
355527
|
"type": "string",
|
|
354854
355528
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
355529
|
+
},
|
|
355530
|
+
"anonymous_access_enabled": {
|
|
355531
|
+
"type": "boolean",
|
|
355532
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
354855
355533
|
}
|
|
354856
355534
|
},
|
|
354857
355535
|
"required": [
|
|
@@ -355301,6 +355979,12 @@
|
|
|
355301
355979
|
"format": "date-time",
|
|
355302
355980
|
"example": "2011-01-26T20:01:12Z",
|
|
355303
355981
|
"nullable": true
|
|
355982
|
+
},
|
|
355983
|
+
"last_known_stop_notice": {
|
|
355984
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
355985
|
+
"type": "string",
|
|
355986
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
355987
|
+
"nullable": true
|
|
355304
355988
|
}
|
|
355305
355989
|
},
|
|
355306
355990
|
"required": [
|
|
@@ -358368,6 +359052,27 @@
|
|
|
358368
359052
|
}
|
|
358369
359053
|
}
|
|
358370
359054
|
}
|
|
359055
|
+
},
|
|
359056
|
+
"503": {
|
|
359057
|
+
"description": "Service unavailable",
|
|
359058
|
+
"content": {
|
|
359059
|
+
"application/json": {
|
|
359060
|
+
"schema": {
|
|
359061
|
+
"type": "object",
|
|
359062
|
+
"properties": {
|
|
359063
|
+
"code": {
|
|
359064
|
+
"type": "string"
|
|
359065
|
+
},
|
|
359066
|
+
"message": {
|
|
359067
|
+
"type": "string"
|
|
359068
|
+
},
|
|
359069
|
+
"documentation_url": {
|
|
359070
|
+
"type": "string"
|
|
359071
|
+
}
|
|
359072
|
+
}
|
|
359073
|
+
}
|
|
359074
|
+
}
|
|
359075
|
+
}
|
|
358371
359076
|
}
|
|
358372
359077
|
},
|
|
358373
359078
|
"x-github": {
|
|
@@ -361389,6 +362094,10 @@
|
|
|
361389
362094
|
"starred_at": {
|
|
361390
362095
|
"type": "string",
|
|
361391
362096
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
362097
|
+
},
|
|
362098
|
+
"anonymous_access_enabled": {
|
|
362099
|
+
"type": "boolean",
|
|
362100
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
361392
362101
|
}
|
|
361393
362102
|
},
|
|
361394
362103
|
"required": [
|
|
@@ -362719,6 +363428,10 @@
|
|
|
362719
363428
|
"starred_at": {
|
|
362720
363429
|
"type": "string",
|
|
362721
363430
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
363431
|
+
},
|
|
363432
|
+
"anonymous_access_enabled": {
|
|
363433
|
+
"type": "boolean",
|
|
363434
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
362722
363435
|
}
|
|
362723
363436
|
},
|
|
362724
363437
|
"required": [
|
|
@@ -366098,6 +366811,10 @@
|
|
|
366098
366811
|
"starred_at": {
|
|
366099
366812
|
"type": "string",
|
|
366100
366813
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
366814
|
+
},
|
|
366815
|
+
"anonymous_access_enabled": {
|
|
366816
|
+
"type": "boolean",
|
|
366817
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
366101
366818
|
}
|
|
366102
366819
|
},
|
|
366103
366820
|
"required": [
|
|
@@ -367428,6 +368145,10 @@
|
|
|
367428
368145
|
"starred_at": {
|
|
367429
368146
|
"type": "string",
|
|
367430
368147
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
368148
|
+
},
|
|
368149
|
+
"anonymous_access_enabled": {
|
|
368150
|
+
"type": "boolean",
|
|
368151
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
367431
368152
|
}
|
|
367432
368153
|
},
|
|
367433
368154
|
"required": [
|
|
@@ -386557,6 +387278,10 @@
|
|
|
386557
387278
|
"starred_at": {
|
|
386558
387279
|
"type": "string",
|
|
386559
387280
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
387281
|
+
},
|
|
387282
|
+
"anonymous_access_enabled": {
|
|
387283
|
+
"type": "boolean",
|
|
387284
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
386560
387285
|
}
|
|
386561
387286
|
},
|
|
386562
387287
|
"required": [
|
|
@@ -387228,7 +387953,7 @@
|
|
|
387228
387953
|
"/repos/{template_owner}/{template_repo}/generate": {
|
|
387229
387954
|
"post": {
|
|
387230
387955
|
"summary": "Create a repository using a template",
|
|
387231
|
-
"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.
|
|
387956
|
+
"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",
|
|
387232
387957
|
"tags": [
|
|
387233
387958
|
"repos"
|
|
387234
387959
|
],
|
|
@@ -388419,6 +389144,10 @@
|
|
|
388419
389144
|
"starred_at": {
|
|
388420
389145
|
"type": "string",
|
|
388421
389146
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
389147
|
+
},
|
|
389148
|
+
"anonymous_access_enabled": {
|
|
389149
|
+
"type": "boolean",
|
|
389150
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
388422
389151
|
}
|
|
388423
389152
|
},
|
|
388424
389153
|
"required": [
|
|
@@ -390214,6 +390943,10 @@
|
|
|
390214
390943
|
"starred_at": {
|
|
390215
390944
|
"type": "string",
|
|
390216
390945
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
390946
|
+
},
|
|
390947
|
+
"anonymous_access_enabled": {
|
|
390948
|
+
"type": "boolean",
|
|
390949
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
390217
390950
|
}
|
|
390218
390951
|
},
|
|
390219
390952
|
"required": [
|
|
@@ -398198,6 +398931,10 @@
|
|
|
398198
398931
|
"starred_at": {
|
|
398199
398932
|
"type": "string",
|
|
398200
398933
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
398934
|
+
},
|
|
398935
|
+
"anonymous_access_enabled": {
|
|
398936
|
+
"type": "boolean",
|
|
398937
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
398201
398938
|
}
|
|
398202
398939
|
},
|
|
398203
398940
|
"required": [
|
|
@@ -400627,6 +401364,10 @@
|
|
|
400627
401364
|
"starred_at": {
|
|
400628
401365
|
"type": "string",
|
|
400629
401366
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
401367
|
+
},
|
|
401368
|
+
"anonymous_access_enabled": {
|
|
401369
|
+
"type": "boolean",
|
|
401370
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
400630
401371
|
}
|
|
400631
401372
|
},
|
|
400632
401373
|
"required": [
|
|
@@ -403051,6 +403792,10 @@
|
|
|
403051
403792
|
"starred_at": {
|
|
403052
403793
|
"type": "string",
|
|
403053
403794
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
403795
|
+
},
|
|
403796
|
+
"anonymous_access_enabled": {
|
|
403797
|
+
"type": "boolean",
|
|
403798
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
403054
403799
|
}
|
|
403055
403800
|
},
|
|
403056
403801
|
"required": [
|
|
@@ -415620,6 +416365,10 @@
|
|
|
415620
416365
|
"starred_at": {
|
|
415621
416366
|
"type": "string",
|
|
415622
416367
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
416368
|
+
},
|
|
416369
|
+
"anonymous_access_enabled": {
|
|
416370
|
+
"type": "boolean",
|
|
416371
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
415623
416372
|
}
|
|
415624
416373
|
},
|
|
415625
416374
|
"required": [
|
|
@@ -417686,6 +418435,10 @@
|
|
|
417686
418435
|
"starred_at": {
|
|
417687
418436
|
"type": "string",
|
|
417688
418437
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
418438
|
+
},
|
|
418439
|
+
"anonymous_access_enabled": {
|
|
418440
|
+
"type": "boolean",
|
|
418441
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
417689
418442
|
}
|
|
417690
418443
|
},
|
|
417691
418444
|
"required": [
|
|
@@ -422961,6 +423714,10 @@
|
|
|
422961
423714
|
"starred_at": {
|
|
422962
423715
|
"type": "string",
|
|
422963
423716
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
423717
|
+
},
|
|
423718
|
+
"anonymous_access_enabled": {
|
|
423719
|
+
"type": "boolean",
|
|
423720
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
422964
423721
|
}
|
|
422965
423722
|
},
|
|
422966
423723
|
"required": [
|
|
@@ -423410,6 +424167,12 @@
|
|
|
423410
424167
|
"format": "date-time",
|
|
423411
424168
|
"example": "2011-01-26T20:01:12Z",
|
|
423412
424169
|
"nullable": true
|
|
424170
|
+
},
|
|
424171
|
+
"last_known_stop_notice": {
|
|
424172
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
424173
|
+
"type": "string",
|
|
424174
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
424175
|
+
"nullable": true
|
|
423413
424176
|
}
|
|
423414
424177
|
},
|
|
423415
424178
|
"required": [
|
|
@@ -425941,6 +426704,10 @@
|
|
|
425941
426704
|
"starred_at": {
|
|
425942
426705
|
"type": "string",
|
|
425943
426706
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
426707
|
+
},
|
|
426708
|
+
"anonymous_access_enabled": {
|
|
426709
|
+
"type": "boolean",
|
|
426710
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
425944
426711
|
}
|
|
425945
426712
|
},
|
|
425946
426713
|
"required": [
|
|
@@ -426390,6 +427157,12 @@
|
|
|
426390
427157
|
"format": "date-time",
|
|
426391
427158
|
"example": "2011-01-26T20:01:12Z",
|
|
426392
427159
|
"nullable": true
|
|
427160
|
+
},
|
|
427161
|
+
"last_known_stop_notice": {
|
|
427162
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
427163
|
+
"type": "string",
|
|
427164
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
427165
|
+
"nullable": true
|
|
426393
427166
|
}
|
|
426394
427167
|
},
|
|
426395
427168
|
"required": [
|
|
@@ -428384,6 +429157,10 @@
|
|
|
428384
429157
|
"starred_at": {
|
|
428385
429158
|
"type": "string",
|
|
428386
429159
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
429160
|
+
},
|
|
429161
|
+
"anonymous_access_enabled": {
|
|
429162
|
+
"type": "boolean",
|
|
429163
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
428387
429164
|
}
|
|
428388
429165
|
},
|
|
428389
429166
|
"required": [
|
|
@@ -428833,6 +429610,12 @@
|
|
|
428833
429610
|
"format": "date-time",
|
|
428834
429611
|
"example": "2011-01-26T20:01:12Z",
|
|
428835
429612
|
"nullable": true
|
|
429613
|
+
},
|
|
429614
|
+
"last_known_stop_notice": {
|
|
429615
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
429616
|
+
"type": "string",
|
|
429617
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
429618
|
+
"nullable": true
|
|
428836
429619
|
}
|
|
428837
429620
|
},
|
|
428838
429621
|
"required": [
|
|
@@ -431200,6 +431983,10 @@
|
|
|
431200
431983
|
"starred_at": {
|
|
431201
431984
|
"type": "string",
|
|
431202
431985
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
431986
|
+
},
|
|
431987
|
+
"anonymous_access_enabled": {
|
|
431988
|
+
"type": "boolean",
|
|
431989
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
431203
431990
|
}
|
|
431204
431991
|
},
|
|
431205
431992
|
"required": [
|
|
@@ -434091,6 +434878,10 @@
|
|
|
434091
434878
|
"starred_at": {
|
|
434092
434879
|
"type": "string",
|
|
434093
434880
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
434881
|
+
},
|
|
434882
|
+
"anonymous_access_enabled": {
|
|
434883
|
+
"type": "boolean",
|
|
434884
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
434094
434885
|
}
|
|
434095
434886
|
},
|
|
434096
434887
|
"required": [
|
|
@@ -434540,6 +435331,12 @@
|
|
|
434540
435331
|
"format": "date-time",
|
|
434541
435332
|
"example": "2011-01-26T20:01:12Z",
|
|
434542
435333
|
"nullable": true
|
|
435334
|
+
},
|
|
435335
|
+
"last_known_stop_notice": {
|
|
435336
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
435337
|
+
"type": "string",
|
|
435338
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
435339
|
+
"nullable": true
|
|
434543
435340
|
}
|
|
434544
435341
|
},
|
|
434545
435342
|
"required": [
|
|
@@ -436707,6 +437504,10 @@
|
|
|
436707
437504
|
"starred_at": {
|
|
436708
437505
|
"type": "string",
|
|
436709
437506
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
437507
|
+
},
|
|
437508
|
+
"anonymous_access_enabled": {
|
|
437509
|
+
"type": "boolean",
|
|
437510
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
436710
437511
|
}
|
|
436711
437512
|
},
|
|
436712
437513
|
"required": [
|
|
@@ -437156,6 +437957,12 @@
|
|
|
437156
437957
|
"format": "date-time",
|
|
437157
437958
|
"example": "2011-01-26T20:01:12Z",
|
|
437158
437959
|
"nullable": true
|
|
437960
|
+
},
|
|
437961
|
+
"last_known_stop_notice": {
|
|
437962
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
437963
|
+
"type": "string",
|
|
437964
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
437965
|
+
"nullable": true
|
|
437159
437966
|
}
|
|
437160
437967
|
},
|
|
437161
437968
|
"required": [
|
|
@@ -440058,6 +440865,10 @@
|
|
|
440058
440865
|
"starred_at": {
|
|
440059
440866
|
"type": "string",
|
|
440060
440867
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
440868
|
+
},
|
|
440869
|
+
"anonymous_access_enabled": {
|
|
440870
|
+
"type": "boolean",
|
|
440871
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
440061
440872
|
}
|
|
440062
440873
|
},
|
|
440063
440874
|
"required": [
|
|
@@ -440507,6 +441318,12 @@
|
|
|
440507
441318
|
"format": "date-time",
|
|
440508
441319
|
"example": "2011-01-26T20:01:12Z",
|
|
440509
441320
|
"nullable": true
|
|
441321
|
+
},
|
|
441322
|
+
"last_known_stop_notice": {
|
|
441323
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
441324
|
+
"type": "string",
|
|
441325
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
441326
|
+
"nullable": true
|
|
440510
441327
|
}
|
|
440511
441328
|
},
|
|
440512
441329
|
"required": [
|
|
@@ -442754,6 +443571,10 @@
|
|
|
442754
443571
|
"starred_at": {
|
|
442755
443572
|
"type": "string",
|
|
442756
443573
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
443574
|
+
},
|
|
443575
|
+
"anonymous_access_enabled": {
|
|
443576
|
+
"type": "boolean",
|
|
443577
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
442757
443578
|
}
|
|
442758
443579
|
},
|
|
442759
443580
|
"required": [
|
|
@@ -443203,6 +444024,12 @@
|
|
|
443203
444024
|
"format": "date-time",
|
|
443204
444025
|
"example": "2011-01-26T20:01:12Z",
|
|
443205
444026
|
"nullable": true
|
|
444027
|
+
},
|
|
444028
|
+
"last_known_stop_notice": {
|
|
444029
|
+
"description": "The text to display to a user when a codespace has been stopped for a potentially actionable reason.",
|
|
444030
|
+
"type": "string",
|
|
444031
|
+
"example": "you've used 100% of your spending limit for Codespaces",
|
|
444032
|
+
"nullable": true
|
|
443206
444033
|
}
|
|
443207
444034
|
},
|
|
443208
444035
|
"required": [
|
|
@@ -448786,6 +449613,10 @@
|
|
|
448786
449613
|
"starred_at": {
|
|
448787
449614
|
"type": "string",
|
|
448788
449615
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
449616
|
+
},
|
|
449617
|
+
"anonymous_access_enabled": {
|
|
449618
|
+
"type": "boolean",
|
|
449619
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
448789
449620
|
}
|
|
448790
449621
|
},
|
|
448791
449622
|
"required": [
|
|
@@ -449787,7 +450618,12 @@
|
|
|
449787
450618
|
"description": "The reason for the current state",
|
|
449788
450619
|
"example": "not_planned",
|
|
449789
450620
|
"type": "string",
|
|
449790
|
-
"nullable": true
|
|
450621
|
+
"nullable": true,
|
|
450622
|
+
"enum": [
|
|
450623
|
+
"completed",
|
|
450624
|
+
"reopened",
|
|
450625
|
+
"not_planned"
|
|
450626
|
+
]
|
|
449791
450627
|
},
|
|
449792
450628
|
"title": {
|
|
449793
450629
|
"description": "Title of the issue",
|
|
@@ -451735,6 +452571,10 @@
|
|
|
451735
452571
|
"starred_at": {
|
|
451736
452572
|
"type": "string",
|
|
451737
452573
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
452574
|
+
},
|
|
452575
|
+
"anonymous_access_enabled": {
|
|
452576
|
+
"type": "boolean",
|
|
452577
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
451738
452578
|
}
|
|
451739
452579
|
},
|
|
451740
452580
|
"required": [
|
|
@@ -456585,6 +457425,10 @@
|
|
|
456585
457425
|
"starred_at": {
|
|
456586
457426
|
"type": "string",
|
|
456587
457427
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
457428
|
+
},
|
|
457429
|
+
"anonymous_access_enabled": {
|
|
457430
|
+
"type": "boolean",
|
|
457431
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
456588
457432
|
}
|
|
456589
457433
|
},
|
|
456590
457434
|
"required": [
|
|
@@ -458330,6 +459174,10 @@
|
|
|
458330
459174
|
"starred_at": {
|
|
458331
459175
|
"type": "string",
|
|
458332
459176
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
459177
|
+
},
|
|
459178
|
+
"anonymous_access_enabled": {
|
|
459179
|
+
"type": "boolean",
|
|
459180
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
458333
459181
|
}
|
|
458334
459182
|
},
|
|
458335
459183
|
"required": [
|
|
@@ -460065,6 +460913,10 @@
|
|
|
460065
460913
|
"starred_at": {
|
|
460066
460914
|
"type": "string",
|
|
460067
460915
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
460916
|
+
},
|
|
460917
|
+
"anonymous_access_enabled": {
|
|
460918
|
+
"type": "boolean",
|
|
460919
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
460068
460920
|
}
|
|
460069
460921
|
},
|
|
460070
460922
|
"required": [
|
|
@@ -462376,6 +463228,10 @@
|
|
|
462376
463228
|
"starred_at": {
|
|
462377
463229
|
"type": "string",
|
|
462378
463230
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
463231
|
+
},
|
|
463232
|
+
"anonymous_access_enabled": {
|
|
463233
|
+
"type": "boolean",
|
|
463234
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
462379
463235
|
}
|
|
462380
463236
|
},
|
|
462381
463237
|
"required": [
|
|
@@ -464735,6 +465591,10 @@
|
|
|
464735
465591
|
"starred_at": {
|
|
464736
465592
|
"type": "string",
|
|
464737
465593
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
465594
|
+
},
|
|
465595
|
+
"anonymous_access_enabled": {
|
|
465596
|
+
"type": "boolean",
|
|
465597
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
464738
465598
|
}
|
|
464739
465599
|
},
|
|
464740
465600
|
"required": [
|
|
@@ -466814,6 +467674,10 @@
|
|
|
466814
467674
|
"starred_at": {
|
|
466815
467675
|
"type": "string",
|
|
466816
467676
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
467677
|
+
},
|
|
467678
|
+
"anonymous_access_enabled": {
|
|
467679
|
+
"type": "boolean",
|
|
467680
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
466817
467681
|
}
|
|
466818
467682
|
},
|
|
466819
467683
|
"required": [
|
|
@@ -470084,6 +470948,10 @@
|
|
|
470084
470948
|
"starred_at": {
|
|
470085
470949
|
"type": "string",
|
|
470086
470950
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
470951
|
+
},
|
|
470952
|
+
"anonymous_access_enabled": {
|
|
470953
|
+
"type": "boolean",
|
|
470954
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
470087
470955
|
}
|
|
470088
470956
|
},
|
|
470089
470957
|
"required": [
|
|
@@ -471703,6 +472571,10 @@
|
|
|
471703
472571
|
"starred_at": {
|
|
471704
472572
|
"type": "string",
|
|
471705
472573
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
472574
|
+
},
|
|
472575
|
+
"anonymous_access_enabled": {
|
|
472576
|
+
"type": "boolean",
|
|
472577
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
471706
472578
|
}
|
|
471707
472579
|
},
|
|
471708
472580
|
"required": [
|
|
@@ -473735,6 +474607,10 @@
|
|
|
473735
474607
|
"starred_at": {
|
|
473736
474608
|
"type": "string",
|
|
473737
474609
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
474610
|
+
},
|
|
474611
|
+
"anonymous_access_enabled": {
|
|
474612
|
+
"type": "boolean",
|
|
474613
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
473738
474614
|
}
|
|
473739
474615
|
},
|
|
473740
474616
|
"required": [
|
|
@@ -474452,46 +475328,797 @@
|
|
|
474452
475328
|
}
|
|
474453
475329
|
}
|
|
474454
475330
|
}
|
|
474455
|
-
}
|
|
474456
|
-
},
|
|
474457
|
-
"x-github": {
|
|
474458
|
-
"githubCloudOnly": false,
|
|
474459
|
-
"enabledForGitHubApps": false,
|
|
474460
|
-
"category": "collaborators",
|
|
474461
|
-
"subcategory": "invitations"
|
|
474462
|
-
},
|
|
474463
|
-
"x-octokit": {}
|
|
474464
|
-
}
|
|
474465
|
-
},
|
|
474466
|
-
"/user/repository_invitations/{invitation_id}": {
|
|
474467
|
-
"patch": {
|
|
474468
|
-
"summary": "Accept a repository invitation",
|
|
474469
|
-
"description": "",
|
|
474470
|
-
"tags": [
|
|
474471
|
-
"repos"
|
|
474472
|
-
],
|
|
474473
|
-
"operationId": "repos/accept-invitation-for-authenticated-user",
|
|
474474
|
-
"externalDocs": {
|
|
474475
|
-
"description": "API method documentation",
|
|
474476
|
-
"url": "https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation"
|
|
474477
|
-
},
|
|
474478
|
-
"parameters": [
|
|
474479
|
-
{
|
|
474480
|
-
"name": "invitation_id",
|
|
474481
|
-
"description": "The unique identifier of the invitation.",
|
|
474482
|
-
"in": "path",
|
|
474483
|
-
"required": true,
|
|
474484
|
-
"schema": {
|
|
474485
|
-
"type": "integer"
|
|
474486
|
-
}
|
|
474487
|
-
}
|
|
474488
|
-
],
|
|
474489
|
-
"responses": {
|
|
474490
|
-
"204": {
|
|
474491
|
-
"description": "Response"
|
|
474492
|
-
},
|
|
474493
|
-
"304": {
|
|
474494
|
-
"description": "Not modified"
|
|
475331
|
+
}
|
|
475332
|
+
},
|
|
475333
|
+
"x-github": {
|
|
475334
|
+
"githubCloudOnly": false,
|
|
475335
|
+
"enabledForGitHubApps": false,
|
|
475336
|
+
"category": "collaborators",
|
|
475337
|
+
"subcategory": "invitations"
|
|
475338
|
+
},
|
|
475339
|
+
"x-octokit": {}
|
|
475340
|
+
}
|
|
475341
|
+
},
|
|
475342
|
+
"/user/repository_invitations/{invitation_id}": {
|
|
475343
|
+
"patch": {
|
|
475344
|
+
"summary": "Accept a repository invitation",
|
|
475345
|
+
"description": "",
|
|
475346
|
+
"tags": [
|
|
475347
|
+
"repos"
|
|
475348
|
+
],
|
|
475349
|
+
"operationId": "repos/accept-invitation-for-authenticated-user",
|
|
475350
|
+
"externalDocs": {
|
|
475351
|
+
"description": "API method documentation",
|
|
475352
|
+
"url": "https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation"
|
|
475353
|
+
},
|
|
475354
|
+
"parameters": [
|
|
475355
|
+
{
|
|
475356
|
+
"name": "invitation_id",
|
|
475357
|
+
"description": "The unique identifier of the invitation.",
|
|
475358
|
+
"in": "path",
|
|
475359
|
+
"required": true,
|
|
475360
|
+
"schema": {
|
|
475361
|
+
"type": "integer"
|
|
475362
|
+
}
|
|
475363
|
+
}
|
|
475364
|
+
],
|
|
475365
|
+
"responses": {
|
|
475366
|
+
"204": {
|
|
475367
|
+
"description": "Response"
|
|
475368
|
+
},
|
|
475369
|
+
"304": {
|
|
475370
|
+
"description": "Not modified"
|
|
475371
|
+
},
|
|
475372
|
+
"403": {
|
|
475373
|
+
"description": "Forbidden",
|
|
475374
|
+
"content": {
|
|
475375
|
+
"application/json": {
|
|
475376
|
+
"schema": {
|
|
475377
|
+
"title": "Basic Error",
|
|
475378
|
+
"description": "Basic Error",
|
|
475379
|
+
"type": "object",
|
|
475380
|
+
"properties": {
|
|
475381
|
+
"message": {
|
|
475382
|
+
"type": "string"
|
|
475383
|
+
},
|
|
475384
|
+
"documentation_url": {
|
|
475385
|
+
"type": "string"
|
|
475386
|
+
},
|
|
475387
|
+
"url": {
|
|
475388
|
+
"type": "string"
|
|
475389
|
+
},
|
|
475390
|
+
"status": {
|
|
475391
|
+
"type": "string"
|
|
475392
|
+
}
|
|
475393
|
+
}
|
|
475394
|
+
}
|
|
475395
|
+
}
|
|
475396
|
+
}
|
|
475397
|
+
},
|
|
475398
|
+
"404": {
|
|
475399
|
+
"description": "Resource not found",
|
|
475400
|
+
"content": {
|
|
475401
|
+
"application/json": {
|
|
475402
|
+
"schema": {
|
|
475403
|
+
"title": "Basic Error",
|
|
475404
|
+
"description": "Basic Error",
|
|
475405
|
+
"type": "object",
|
|
475406
|
+
"properties": {
|
|
475407
|
+
"message": {
|
|
475408
|
+
"type": "string"
|
|
475409
|
+
},
|
|
475410
|
+
"documentation_url": {
|
|
475411
|
+
"type": "string"
|
|
475412
|
+
},
|
|
475413
|
+
"url": {
|
|
475414
|
+
"type": "string"
|
|
475415
|
+
},
|
|
475416
|
+
"status": {
|
|
475417
|
+
"type": "string"
|
|
475418
|
+
}
|
|
475419
|
+
}
|
|
475420
|
+
}
|
|
475421
|
+
}
|
|
475422
|
+
}
|
|
475423
|
+
},
|
|
475424
|
+
"409": {
|
|
475425
|
+
"description": "Conflict",
|
|
475426
|
+
"content": {
|
|
475427
|
+
"application/json": {
|
|
475428
|
+
"schema": {
|
|
475429
|
+
"title": "Basic Error",
|
|
475430
|
+
"description": "Basic Error",
|
|
475431
|
+
"type": "object",
|
|
475432
|
+
"properties": {
|
|
475433
|
+
"message": {
|
|
475434
|
+
"type": "string"
|
|
475435
|
+
},
|
|
475436
|
+
"documentation_url": {
|
|
475437
|
+
"type": "string"
|
|
475438
|
+
},
|
|
475439
|
+
"url": {
|
|
475440
|
+
"type": "string"
|
|
475441
|
+
},
|
|
475442
|
+
"status": {
|
|
475443
|
+
"type": "string"
|
|
475444
|
+
}
|
|
475445
|
+
}
|
|
475446
|
+
}
|
|
475447
|
+
}
|
|
475448
|
+
}
|
|
475449
|
+
}
|
|
475450
|
+
},
|
|
475451
|
+
"x-github": {
|
|
475452
|
+
"githubCloudOnly": false,
|
|
475453
|
+
"enabledForGitHubApps": false,
|
|
475454
|
+
"category": "collaborators",
|
|
475455
|
+
"subcategory": "invitations"
|
|
475456
|
+
},
|
|
475457
|
+
"x-octokit": {
|
|
475458
|
+
"changes": [
|
|
475459
|
+
{
|
|
475460
|
+
"type": "OPERATION",
|
|
475461
|
+
"date": "2021-10-05",
|
|
475462
|
+
"before": {
|
|
475463
|
+
"operationId": "repos/accept-invitation"
|
|
475464
|
+
}
|
|
475465
|
+
}
|
|
475466
|
+
]
|
|
475467
|
+
}
|
|
475468
|
+
},
|
|
475469
|
+
"delete": {
|
|
475470
|
+
"summary": "Decline a repository invitation",
|
|
475471
|
+
"description": "",
|
|
475472
|
+
"tags": [
|
|
475473
|
+
"repos"
|
|
475474
|
+
],
|
|
475475
|
+
"operationId": "repos/decline-invitation-for-authenticated-user",
|
|
475476
|
+
"externalDocs": {
|
|
475477
|
+
"description": "API method documentation",
|
|
475478
|
+
"url": "https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation"
|
|
475479
|
+
},
|
|
475480
|
+
"parameters": [
|
|
475481
|
+
{
|
|
475482
|
+
"name": "invitation_id",
|
|
475483
|
+
"description": "The unique identifier of the invitation.",
|
|
475484
|
+
"in": "path",
|
|
475485
|
+
"required": true,
|
|
475486
|
+
"schema": {
|
|
475487
|
+
"type": "integer"
|
|
475488
|
+
}
|
|
475489
|
+
}
|
|
475490
|
+
],
|
|
475491
|
+
"responses": {
|
|
475492
|
+
"204": {
|
|
475493
|
+
"description": "Response"
|
|
475494
|
+
},
|
|
475495
|
+
"304": {
|
|
475496
|
+
"description": "Not modified"
|
|
475497
|
+
},
|
|
475498
|
+
"403": {
|
|
475499
|
+
"description": "Forbidden",
|
|
475500
|
+
"content": {
|
|
475501
|
+
"application/json": {
|
|
475502
|
+
"schema": {
|
|
475503
|
+
"title": "Basic Error",
|
|
475504
|
+
"description": "Basic Error",
|
|
475505
|
+
"type": "object",
|
|
475506
|
+
"properties": {
|
|
475507
|
+
"message": {
|
|
475508
|
+
"type": "string"
|
|
475509
|
+
},
|
|
475510
|
+
"documentation_url": {
|
|
475511
|
+
"type": "string"
|
|
475512
|
+
},
|
|
475513
|
+
"url": {
|
|
475514
|
+
"type": "string"
|
|
475515
|
+
},
|
|
475516
|
+
"status": {
|
|
475517
|
+
"type": "string"
|
|
475518
|
+
}
|
|
475519
|
+
}
|
|
475520
|
+
}
|
|
475521
|
+
}
|
|
475522
|
+
}
|
|
475523
|
+
},
|
|
475524
|
+
"404": {
|
|
475525
|
+
"description": "Resource not found",
|
|
475526
|
+
"content": {
|
|
475527
|
+
"application/json": {
|
|
475528
|
+
"schema": {
|
|
475529
|
+
"title": "Basic Error",
|
|
475530
|
+
"description": "Basic Error",
|
|
475531
|
+
"type": "object",
|
|
475532
|
+
"properties": {
|
|
475533
|
+
"message": {
|
|
475534
|
+
"type": "string"
|
|
475535
|
+
},
|
|
475536
|
+
"documentation_url": {
|
|
475537
|
+
"type": "string"
|
|
475538
|
+
},
|
|
475539
|
+
"url": {
|
|
475540
|
+
"type": "string"
|
|
475541
|
+
},
|
|
475542
|
+
"status": {
|
|
475543
|
+
"type": "string"
|
|
475544
|
+
}
|
|
475545
|
+
}
|
|
475546
|
+
}
|
|
475547
|
+
}
|
|
475548
|
+
}
|
|
475549
|
+
},
|
|
475550
|
+
"409": {
|
|
475551
|
+
"description": "Conflict",
|
|
475552
|
+
"content": {
|
|
475553
|
+
"application/json": {
|
|
475554
|
+
"schema": {
|
|
475555
|
+
"title": "Basic Error",
|
|
475556
|
+
"description": "Basic Error",
|
|
475557
|
+
"type": "object",
|
|
475558
|
+
"properties": {
|
|
475559
|
+
"message": {
|
|
475560
|
+
"type": "string"
|
|
475561
|
+
},
|
|
475562
|
+
"documentation_url": {
|
|
475563
|
+
"type": "string"
|
|
475564
|
+
},
|
|
475565
|
+
"url": {
|
|
475566
|
+
"type": "string"
|
|
475567
|
+
},
|
|
475568
|
+
"status": {
|
|
475569
|
+
"type": "string"
|
|
475570
|
+
}
|
|
475571
|
+
}
|
|
475572
|
+
}
|
|
475573
|
+
}
|
|
475574
|
+
}
|
|
475575
|
+
}
|
|
475576
|
+
},
|
|
475577
|
+
"x-github": {
|
|
475578
|
+
"githubCloudOnly": false,
|
|
475579
|
+
"enabledForGitHubApps": false,
|
|
475580
|
+
"category": "collaborators",
|
|
475581
|
+
"subcategory": "invitations"
|
|
475582
|
+
},
|
|
475583
|
+
"x-octokit": {
|
|
475584
|
+
"changes": [
|
|
475585
|
+
{
|
|
475586
|
+
"type": "OPERATION",
|
|
475587
|
+
"date": "2021-10-05",
|
|
475588
|
+
"before": {
|
|
475589
|
+
"operationId": "repos/decline-invitation"
|
|
475590
|
+
}
|
|
475591
|
+
}
|
|
475592
|
+
]
|
|
475593
|
+
}
|
|
475594
|
+
}
|
|
475595
|
+
},
|
|
475596
|
+
"/user/ssh_signing_keys": {
|
|
475597
|
+
"get": {
|
|
475598
|
+
"summary": "List SSH signing keys for the authenticated user",
|
|
475599
|
+
"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/).\"",
|
|
475600
|
+
"tags": [
|
|
475601
|
+
"users"
|
|
475602
|
+
],
|
|
475603
|
+
"operationId": "users/list-ssh-signing-keys-for-authenticated-user",
|
|
475604
|
+
"externalDocs": {
|
|
475605
|
+
"description": "API method documentation",
|
|
475606
|
+
"url": "https://docs.github.com/rest/reference/users#list-public-ssh-signing-keys-for-the-authenticated-user"
|
|
475607
|
+
},
|
|
475608
|
+
"parameters": [
|
|
475609
|
+
{
|
|
475610
|
+
"name": "per_page",
|
|
475611
|
+
"description": "The number of results per page (max 100).",
|
|
475612
|
+
"in": "query",
|
|
475613
|
+
"schema": {
|
|
475614
|
+
"type": "integer",
|
|
475615
|
+
"default": 30
|
|
475616
|
+
}
|
|
475617
|
+
},
|
|
475618
|
+
{
|
|
475619
|
+
"name": "page",
|
|
475620
|
+
"description": "Page number of the results to fetch.",
|
|
475621
|
+
"in": "query",
|
|
475622
|
+
"schema": {
|
|
475623
|
+
"type": "integer",
|
|
475624
|
+
"default": 1
|
|
475625
|
+
}
|
|
475626
|
+
}
|
|
475627
|
+
],
|
|
475628
|
+
"responses": {
|
|
475629
|
+
"200": {
|
|
475630
|
+
"description": "Response",
|
|
475631
|
+
"content": {
|
|
475632
|
+
"application/json": {
|
|
475633
|
+
"schema": {
|
|
475634
|
+
"type": "array",
|
|
475635
|
+
"items": {
|
|
475636
|
+
"title": "SSH Signing Key",
|
|
475637
|
+
"description": "A public SSH key used to sign Git commits",
|
|
475638
|
+
"type": "object",
|
|
475639
|
+
"properties": {
|
|
475640
|
+
"key": {
|
|
475641
|
+
"type": "string"
|
|
475642
|
+
},
|
|
475643
|
+
"id": {
|
|
475644
|
+
"type": "integer"
|
|
475645
|
+
},
|
|
475646
|
+
"title": {
|
|
475647
|
+
"type": "string"
|
|
475648
|
+
},
|
|
475649
|
+
"created_at": {
|
|
475650
|
+
"type": "string",
|
|
475651
|
+
"format": "date-time"
|
|
475652
|
+
}
|
|
475653
|
+
},
|
|
475654
|
+
"required": [
|
|
475655
|
+
"key",
|
|
475656
|
+
"id",
|
|
475657
|
+
"title",
|
|
475658
|
+
"created_at"
|
|
475659
|
+
]
|
|
475660
|
+
}
|
|
475661
|
+
},
|
|
475662
|
+
"examples": {
|
|
475663
|
+
"default": {
|
|
475664
|
+
"value": [
|
|
475665
|
+
{
|
|
475666
|
+
"key": "2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234",
|
|
475667
|
+
"id": 2,
|
|
475668
|
+
"url": "https://api.github.com/user/keys/2",
|
|
475669
|
+
"title": "ssh-rsa AAAAB3NzaC1yc2EAAA",
|
|
475670
|
+
"created_at": "2020-06-11T21:31:57Z"
|
|
475671
|
+
},
|
|
475672
|
+
{
|
|
475673
|
+
"key": "2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJy931234",
|
|
475674
|
+
"id": 3,
|
|
475675
|
+
"url": "https://api.github.com/user/keys/3",
|
|
475676
|
+
"title": "ssh-rsa AAAAB3NzaC1yc2EAAB",
|
|
475677
|
+
"created_at": "2020-07-11T21:31:57Z"
|
|
475678
|
+
}
|
|
475679
|
+
]
|
|
475680
|
+
}
|
|
475681
|
+
}
|
|
475682
|
+
}
|
|
475683
|
+
},
|
|
475684
|
+
"headers": {
|
|
475685
|
+
"Link": {
|
|
475686
|
+
"example": "<https://api.github.com/resource?page=2>; rel=\"next\", <https://api.github.com/resource?page=5>; rel=\"last\"",
|
|
475687
|
+
"schema": {
|
|
475688
|
+
"type": "string"
|
|
475689
|
+
}
|
|
475690
|
+
}
|
|
475691
|
+
}
|
|
475692
|
+
},
|
|
475693
|
+
"304": {
|
|
475694
|
+
"description": "Not modified"
|
|
475695
|
+
},
|
|
475696
|
+
"401": {
|
|
475697
|
+
"description": "Requires authentication",
|
|
475698
|
+
"content": {
|
|
475699
|
+
"application/json": {
|
|
475700
|
+
"schema": {
|
|
475701
|
+
"title": "Basic Error",
|
|
475702
|
+
"description": "Basic Error",
|
|
475703
|
+
"type": "object",
|
|
475704
|
+
"properties": {
|
|
475705
|
+
"message": {
|
|
475706
|
+
"type": "string"
|
|
475707
|
+
},
|
|
475708
|
+
"documentation_url": {
|
|
475709
|
+
"type": "string"
|
|
475710
|
+
},
|
|
475711
|
+
"url": {
|
|
475712
|
+
"type": "string"
|
|
475713
|
+
},
|
|
475714
|
+
"status": {
|
|
475715
|
+
"type": "string"
|
|
475716
|
+
}
|
|
475717
|
+
}
|
|
475718
|
+
}
|
|
475719
|
+
}
|
|
475720
|
+
}
|
|
475721
|
+
},
|
|
475722
|
+
"403": {
|
|
475723
|
+
"description": "Forbidden",
|
|
475724
|
+
"content": {
|
|
475725
|
+
"application/json": {
|
|
475726
|
+
"schema": {
|
|
475727
|
+
"title": "Basic Error",
|
|
475728
|
+
"description": "Basic Error",
|
|
475729
|
+
"type": "object",
|
|
475730
|
+
"properties": {
|
|
475731
|
+
"message": {
|
|
475732
|
+
"type": "string"
|
|
475733
|
+
},
|
|
475734
|
+
"documentation_url": {
|
|
475735
|
+
"type": "string"
|
|
475736
|
+
},
|
|
475737
|
+
"url": {
|
|
475738
|
+
"type": "string"
|
|
475739
|
+
},
|
|
475740
|
+
"status": {
|
|
475741
|
+
"type": "string"
|
|
475742
|
+
}
|
|
475743
|
+
}
|
|
475744
|
+
}
|
|
475745
|
+
}
|
|
475746
|
+
}
|
|
475747
|
+
},
|
|
475748
|
+
"404": {
|
|
475749
|
+
"description": "Resource not found",
|
|
475750
|
+
"content": {
|
|
475751
|
+
"application/json": {
|
|
475752
|
+
"schema": {
|
|
475753
|
+
"title": "Basic Error",
|
|
475754
|
+
"description": "Basic Error",
|
|
475755
|
+
"type": "object",
|
|
475756
|
+
"properties": {
|
|
475757
|
+
"message": {
|
|
475758
|
+
"type": "string"
|
|
475759
|
+
},
|
|
475760
|
+
"documentation_url": {
|
|
475761
|
+
"type": "string"
|
|
475762
|
+
},
|
|
475763
|
+
"url": {
|
|
475764
|
+
"type": "string"
|
|
475765
|
+
},
|
|
475766
|
+
"status": {
|
|
475767
|
+
"type": "string"
|
|
475768
|
+
}
|
|
475769
|
+
}
|
|
475770
|
+
}
|
|
475771
|
+
}
|
|
475772
|
+
}
|
|
475773
|
+
}
|
|
475774
|
+
},
|
|
475775
|
+
"x-github": {
|
|
475776
|
+
"githubCloudOnly": false,
|
|
475777
|
+
"enabledForGitHubApps": false,
|
|
475778
|
+
"previews": [],
|
|
475779
|
+
"category": "users",
|
|
475780
|
+
"subcategory": "ssh-signing-keys"
|
|
475781
|
+
},
|
|
475782
|
+
"x-octokit": {}
|
|
475783
|
+
},
|
|
475784
|
+
"post": {
|
|
475785
|
+
"summary": "Create a SSH signing key for the authenticated user",
|
|
475786
|
+
"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/).\"",
|
|
475787
|
+
"operationId": "users/create-ssh-signing-key-for-authenticated-user",
|
|
475788
|
+
"tags": [
|
|
475789
|
+
"users"
|
|
475790
|
+
],
|
|
475791
|
+
"externalDocs": {
|
|
475792
|
+
"description": "API method documentation",
|
|
475793
|
+
"url": "https://docs.github.com/rest/reference/users#create-an-ssh-signing-key-for-the-authenticated-user"
|
|
475794
|
+
},
|
|
475795
|
+
"parameters": [],
|
|
475796
|
+
"requestBody": {
|
|
475797
|
+
"required": true,
|
|
475798
|
+
"content": {
|
|
475799
|
+
"application/json": {
|
|
475800
|
+
"schema": {
|
|
475801
|
+
"properties": {
|
|
475802
|
+
"title": {
|
|
475803
|
+
"description": "A descriptive name for the new key.",
|
|
475804
|
+
"type": "string",
|
|
475805
|
+
"example": "Personal MacBook Air"
|
|
475806
|
+
},
|
|
475807
|
+
"key": {
|
|
475808
|
+
"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).\"",
|
|
475809
|
+
"type": "string",
|
|
475810
|
+
"pattern": "^ssh-(rsa|dss|ed25519) |^ecdsa-sha2-nistp(256|384|521) "
|
|
475811
|
+
}
|
|
475812
|
+
},
|
|
475813
|
+
"required": [
|
|
475814
|
+
"key"
|
|
475815
|
+
],
|
|
475816
|
+
"type": "object"
|
|
475817
|
+
}
|
|
475818
|
+
}
|
|
475819
|
+
}
|
|
475820
|
+
},
|
|
475821
|
+
"responses": {
|
|
475822
|
+
"201": {
|
|
475823
|
+
"description": "Response",
|
|
475824
|
+
"content": {
|
|
475825
|
+
"application/json": {
|
|
475826
|
+
"schema": {
|
|
475827
|
+
"title": "SSH Signing Key",
|
|
475828
|
+
"description": "A public SSH key used to sign Git commits",
|
|
475829
|
+
"type": "object",
|
|
475830
|
+
"properties": {
|
|
475831
|
+
"key": {
|
|
475832
|
+
"type": "string"
|
|
475833
|
+
},
|
|
475834
|
+
"id": {
|
|
475835
|
+
"type": "integer"
|
|
475836
|
+
},
|
|
475837
|
+
"title": {
|
|
475838
|
+
"type": "string"
|
|
475839
|
+
},
|
|
475840
|
+
"created_at": {
|
|
475841
|
+
"type": "string",
|
|
475842
|
+
"format": "date-time"
|
|
475843
|
+
}
|
|
475844
|
+
},
|
|
475845
|
+
"required": [
|
|
475846
|
+
"key",
|
|
475847
|
+
"id",
|
|
475848
|
+
"title",
|
|
475849
|
+
"created_at"
|
|
475850
|
+
]
|
|
475851
|
+
},
|
|
475852
|
+
"examples": {
|
|
475853
|
+
"default": {
|
|
475854
|
+
"value": {
|
|
475855
|
+
"key": "2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234",
|
|
475856
|
+
"id": 2,
|
|
475857
|
+
"url": "https://api.github.com/user/keys/2",
|
|
475858
|
+
"title": "ssh-rsa AAAAB3NzaC1yc2EAAA",
|
|
475859
|
+
"created_at": "2020-06-11T21:31:57Z"
|
|
475860
|
+
}
|
|
475861
|
+
}
|
|
475862
|
+
}
|
|
475863
|
+
}
|
|
475864
|
+
}
|
|
475865
|
+
},
|
|
475866
|
+
"304": {
|
|
475867
|
+
"description": "Not modified"
|
|
475868
|
+
},
|
|
475869
|
+
"401": {
|
|
475870
|
+
"description": "Requires authentication",
|
|
475871
|
+
"content": {
|
|
475872
|
+
"application/json": {
|
|
475873
|
+
"schema": {
|
|
475874
|
+
"title": "Basic Error",
|
|
475875
|
+
"description": "Basic Error",
|
|
475876
|
+
"type": "object",
|
|
475877
|
+
"properties": {
|
|
475878
|
+
"message": {
|
|
475879
|
+
"type": "string"
|
|
475880
|
+
},
|
|
475881
|
+
"documentation_url": {
|
|
475882
|
+
"type": "string"
|
|
475883
|
+
},
|
|
475884
|
+
"url": {
|
|
475885
|
+
"type": "string"
|
|
475886
|
+
},
|
|
475887
|
+
"status": {
|
|
475888
|
+
"type": "string"
|
|
475889
|
+
}
|
|
475890
|
+
}
|
|
475891
|
+
}
|
|
475892
|
+
}
|
|
475893
|
+
}
|
|
475894
|
+
},
|
|
475895
|
+
"403": {
|
|
475896
|
+
"description": "Forbidden",
|
|
475897
|
+
"content": {
|
|
475898
|
+
"application/json": {
|
|
475899
|
+
"schema": {
|
|
475900
|
+
"title": "Basic Error",
|
|
475901
|
+
"description": "Basic Error",
|
|
475902
|
+
"type": "object",
|
|
475903
|
+
"properties": {
|
|
475904
|
+
"message": {
|
|
475905
|
+
"type": "string"
|
|
475906
|
+
},
|
|
475907
|
+
"documentation_url": {
|
|
475908
|
+
"type": "string"
|
|
475909
|
+
},
|
|
475910
|
+
"url": {
|
|
475911
|
+
"type": "string"
|
|
475912
|
+
},
|
|
475913
|
+
"status": {
|
|
475914
|
+
"type": "string"
|
|
475915
|
+
}
|
|
475916
|
+
}
|
|
475917
|
+
}
|
|
475918
|
+
}
|
|
475919
|
+
}
|
|
475920
|
+
},
|
|
475921
|
+
"404": {
|
|
475922
|
+
"description": "Resource not found",
|
|
475923
|
+
"content": {
|
|
475924
|
+
"application/json": {
|
|
475925
|
+
"schema": {
|
|
475926
|
+
"title": "Basic Error",
|
|
475927
|
+
"description": "Basic Error",
|
|
475928
|
+
"type": "object",
|
|
475929
|
+
"properties": {
|
|
475930
|
+
"message": {
|
|
475931
|
+
"type": "string"
|
|
475932
|
+
},
|
|
475933
|
+
"documentation_url": {
|
|
475934
|
+
"type": "string"
|
|
475935
|
+
},
|
|
475936
|
+
"url": {
|
|
475937
|
+
"type": "string"
|
|
475938
|
+
},
|
|
475939
|
+
"status": {
|
|
475940
|
+
"type": "string"
|
|
475941
|
+
}
|
|
475942
|
+
}
|
|
475943
|
+
}
|
|
475944
|
+
}
|
|
475945
|
+
}
|
|
475946
|
+
},
|
|
475947
|
+
"422": {
|
|
475948
|
+
"description": "Validation failed",
|
|
475949
|
+
"content": {
|
|
475950
|
+
"application/json": {
|
|
475951
|
+
"schema": {
|
|
475952
|
+
"title": "Validation Error",
|
|
475953
|
+
"description": "Validation Error",
|
|
475954
|
+
"type": "object",
|
|
475955
|
+
"required": [
|
|
475956
|
+
"message",
|
|
475957
|
+
"documentation_url"
|
|
475958
|
+
],
|
|
475959
|
+
"properties": {
|
|
475960
|
+
"message": {
|
|
475961
|
+
"type": "string"
|
|
475962
|
+
},
|
|
475963
|
+
"documentation_url": {
|
|
475964
|
+
"type": "string"
|
|
475965
|
+
},
|
|
475966
|
+
"errors": {
|
|
475967
|
+
"type": "array",
|
|
475968
|
+
"items": {
|
|
475969
|
+
"type": "object",
|
|
475970
|
+
"required": [
|
|
475971
|
+
"code"
|
|
475972
|
+
],
|
|
475973
|
+
"properties": {
|
|
475974
|
+
"resource": {
|
|
475975
|
+
"type": "string"
|
|
475976
|
+
},
|
|
475977
|
+
"field": {
|
|
475978
|
+
"type": "string"
|
|
475979
|
+
},
|
|
475980
|
+
"message": {
|
|
475981
|
+
"type": "string"
|
|
475982
|
+
},
|
|
475983
|
+
"code": {
|
|
475984
|
+
"type": "string"
|
|
475985
|
+
},
|
|
475986
|
+
"index": {
|
|
475987
|
+
"type": "integer"
|
|
475988
|
+
},
|
|
475989
|
+
"value": {
|
|
475990
|
+
"oneOf": [
|
|
475991
|
+
{
|
|
475992
|
+
"type": "string",
|
|
475993
|
+
"nullable": true
|
|
475994
|
+
},
|
|
475995
|
+
{
|
|
475996
|
+
"type": "integer",
|
|
475997
|
+
"nullable": true
|
|
475998
|
+
},
|
|
475999
|
+
{
|
|
476000
|
+
"type": "array",
|
|
476001
|
+
"nullable": true,
|
|
476002
|
+
"items": {
|
|
476003
|
+
"type": "string"
|
|
476004
|
+
}
|
|
476005
|
+
}
|
|
476006
|
+
]
|
|
476007
|
+
}
|
|
476008
|
+
}
|
|
476009
|
+
}
|
|
476010
|
+
}
|
|
476011
|
+
}
|
|
476012
|
+
}
|
|
476013
|
+
}
|
|
476014
|
+
}
|
|
476015
|
+
}
|
|
476016
|
+
},
|
|
476017
|
+
"x-github": {
|
|
476018
|
+
"githubCloudOnly": false,
|
|
476019
|
+
"enabledForGitHubApps": false,
|
|
476020
|
+
"category": "users",
|
|
476021
|
+
"subcategory": "ssh-signing-keys"
|
|
476022
|
+
},
|
|
476023
|
+
"x-octokit": {}
|
|
476024
|
+
}
|
|
476025
|
+
},
|
|
476026
|
+
"/user/ssh_signing_keys/{ssh_signing_key_id}": {
|
|
476027
|
+
"get": {
|
|
476028
|
+
"summary": "Get an SSH signing key for the authenticated user",
|
|
476029
|
+
"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/).\"",
|
|
476030
|
+
"tags": [
|
|
476031
|
+
"users"
|
|
476032
|
+
],
|
|
476033
|
+
"operationId": "users/get-ssh-signing-key-for-authenticated-user",
|
|
476034
|
+
"externalDocs": {
|
|
476035
|
+
"description": "API method documentation",
|
|
476036
|
+
"url": "https://docs.github.com/rest/reference/users#get-a-ssh-signing-key-for-the-authenticated-user"
|
|
476037
|
+
},
|
|
476038
|
+
"parameters": [
|
|
476039
|
+
{
|
|
476040
|
+
"name": "ssh_signing_key_id",
|
|
476041
|
+
"description": "The unique identifier of the SSH signing key.",
|
|
476042
|
+
"in": "path",
|
|
476043
|
+
"required": true,
|
|
476044
|
+
"schema": {
|
|
476045
|
+
"type": "integer"
|
|
476046
|
+
}
|
|
476047
|
+
}
|
|
476048
|
+
],
|
|
476049
|
+
"responses": {
|
|
476050
|
+
"200": {
|
|
476051
|
+
"description": "Response",
|
|
476052
|
+
"content": {
|
|
476053
|
+
"application/json": {
|
|
476054
|
+
"schema": {
|
|
476055
|
+
"title": "SSH Signing Key",
|
|
476056
|
+
"description": "A public SSH key used to sign Git commits",
|
|
476057
|
+
"type": "object",
|
|
476058
|
+
"properties": {
|
|
476059
|
+
"key": {
|
|
476060
|
+
"type": "string"
|
|
476061
|
+
},
|
|
476062
|
+
"id": {
|
|
476063
|
+
"type": "integer"
|
|
476064
|
+
},
|
|
476065
|
+
"title": {
|
|
476066
|
+
"type": "string"
|
|
476067
|
+
},
|
|
476068
|
+
"created_at": {
|
|
476069
|
+
"type": "string",
|
|
476070
|
+
"format": "date-time"
|
|
476071
|
+
}
|
|
476072
|
+
},
|
|
476073
|
+
"required": [
|
|
476074
|
+
"key",
|
|
476075
|
+
"id",
|
|
476076
|
+
"title",
|
|
476077
|
+
"created_at"
|
|
476078
|
+
]
|
|
476079
|
+
},
|
|
476080
|
+
"examples": {
|
|
476081
|
+
"default": {
|
|
476082
|
+
"value": {
|
|
476083
|
+
"key": "2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234",
|
|
476084
|
+
"id": 2,
|
|
476085
|
+
"url": "https://api.github.com/user/keys/2",
|
|
476086
|
+
"title": "ssh-rsa AAAAB3NzaC1yc2EAAA",
|
|
476087
|
+
"created_at": "2020-06-11T21:31:57Z"
|
|
476088
|
+
}
|
|
476089
|
+
}
|
|
476090
|
+
}
|
|
476091
|
+
}
|
|
476092
|
+
}
|
|
476093
|
+
},
|
|
476094
|
+
"304": {
|
|
476095
|
+
"description": "Not modified"
|
|
476096
|
+
},
|
|
476097
|
+
"401": {
|
|
476098
|
+
"description": "Requires authentication",
|
|
476099
|
+
"content": {
|
|
476100
|
+
"application/json": {
|
|
476101
|
+
"schema": {
|
|
476102
|
+
"title": "Basic Error",
|
|
476103
|
+
"description": "Basic Error",
|
|
476104
|
+
"type": "object",
|
|
476105
|
+
"properties": {
|
|
476106
|
+
"message": {
|
|
476107
|
+
"type": "string"
|
|
476108
|
+
},
|
|
476109
|
+
"documentation_url": {
|
|
476110
|
+
"type": "string"
|
|
476111
|
+
},
|
|
476112
|
+
"url": {
|
|
476113
|
+
"type": "string"
|
|
476114
|
+
},
|
|
476115
|
+
"status": {
|
|
476116
|
+
"type": "string"
|
|
476117
|
+
}
|
|
476118
|
+
}
|
|
476119
|
+
}
|
|
476120
|
+
}
|
|
476121
|
+
}
|
|
474495
476122
|
},
|
|
474496
476123
|
"403": {
|
|
474497
476124
|
"description": "Forbidden",
|
|
@@ -474544,67 +476171,31 @@
|
|
|
474544
476171
|
}
|
|
474545
476172
|
}
|
|
474546
476173
|
}
|
|
474547
|
-
},
|
|
474548
|
-
"409": {
|
|
474549
|
-
"description": "Conflict",
|
|
474550
|
-
"content": {
|
|
474551
|
-
"application/json": {
|
|
474552
|
-
"schema": {
|
|
474553
|
-
"title": "Basic Error",
|
|
474554
|
-
"description": "Basic Error",
|
|
474555
|
-
"type": "object",
|
|
474556
|
-
"properties": {
|
|
474557
|
-
"message": {
|
|
474558
|
-
"type": "string"
|
|
474559
|
-
},
|
|
474560
|
-
"documentation_url": {
|
|
474561
|
-
"type": "string"
|
|
474562
|
-
},
|
|
474563
|
-
"url": {
|
|
474564
|
-
"type": "string"
|
|
474565
|
-
},
|
|
474566
|
-
"status": {
|
|
474567
|
-
"type": "string"
|
|
474568
|
-
}
|
|
474569
|
-
}
|
|
474570
|
-
}
|
|
474571
|
-
}
|
|
474572
|
-
}
|
|
474573
476174
|
}
|
|
474574
476175
|
},
|
|
474575
476176
|
"x-github": {
|
|
474576
476177
|
"githubCloudOnly": false,
|
|
474577
476178
|
"enabledForGitHubApps": false,
|
|
474578
|
-
"category": "
|
|
474579
|
-
"subcategory": "
|
|
476179
|
+
"category": "users",
|
|
476180
|
+
"subcategory": "ssh-signing-keys"
|
|
474580
476181
|
},
|
|
474581
|
-
"x-octokit": {
|
|
474582
|
-
"changes": [
|
|
474583
|
-
{
|
|
474584
|
-
"type": "OPERATION",
|
|
474585
|
-
"date": "2021-10-05",
|
|
474586
|
-
"before": {
|
|
474587
|
-
"operationId": "repos/accept-invitation"
|
|
474588
|
-
}
|
|
474589
|
-
}
|
|
474590
|
-
]
|
|
474591
|
-
}
|
|
476182
|
+
"x-octokit": {}
|
|
474592
476183
|
},
|
|
474593
476184
|
"delete": {
|
|
474594
|
-
"summary": "
|
|
474595
|
-
"description": "",
|
|
476185
|
+
"summary": "Delete an SSH signing key for the authenticated user",
|
|
476186
|
+
"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/).\"",
|
|
474596
476187
|
"tags": [
|
|
474597
|
-
"
|
|
476188
|
+
"users"
|
|
474598
476189
|
],
|
|
474599
|
-
"operationId": "
|
|
476190
|
+
"operationId": "users/delete-ssh-signing-key-for-authenticated-user",
|
|
474600
476191
|
"externalDocs": {
|
|
474601
476192
|
"description": "API method documentation",
|
|
474602
|
-
"url": "https://docs.github.com/rest/
|
|
476193
|
+
"url": "https://docs.github.com/rest/reference/users#delete-a-ssh-signing-key-for-the-authenticated-user"
|
|
474603
476194
|
},
|
|
474604
476195
|
"parameters": [
|
|
474605
476196
|
{
|
|
474606
|
-
"name": "
|
|
474607
|
-
"description": "The unique identifier of the
|
|
476197
|
+
"name": "ssh_signing_key_id",
|
|
476198
|
+
"description": "The unique identifier of the SSH signing key.",
|
|
474608
476199
|
"in": "path",
|
|
474609
476200
|
"required": true,
|
|
474610
476201
|
"schema": {
|
|
@@ -474619,8 +476210,8 @@
|
|
|
474619
476210
|
"304": {
|
|
474620
476211
|
"description": "Not modified"
|
|
474621
476212
|
},
|
|
474622
|
-
"
|
|
474623
|
-
"description": "
|
|
476213
|
+
"401": {
|
|
476214
|
+
"description": "Requires authentication",
|
|
474624
476215
|
"content": {
|
|
474625
476216
|
"application/json": {
|
|
474626
476217
|
"schema": {
|
|
@@ -474645,8 +476236,8 @@
|
|
|
474645
476236
|
}
|
|
474646
476237
|
}
|
|
474647
476238
|
},
|
|
474648
|
-
"
|
|
474649
|
-
"description": "
|
|
476239
|
+
"403": {
|
|
476240
|
+
"description": "Forbidden",
|
|
474650
476241
|
"content": {
|
|
474651
476242
|
"application/json": {
|
|
474652
476243
|
"schema": {
|
|
@@ -474671,8 +476262,8 @@
|
|
|
474671
476262
|
}
|
|
474672
476263
|
}
|
|
474673
476264
|
},
|
|
474674
|
-
"
|
|
474675
|
-
"description": "
|
|
476265
|
+
"404": {
|
|
476266
|
+
"description": "Resource not found",
|
|
474676
476267
|
"content": {
|
|
474677
476268
|
"application/json": {
|
|
474678
476269
|
"schema": {
|
|
@@ -474701,20 +476292,10 @@
|
|
|
474701
476292
|
"x-github": {
|
|
474702
476293
|
"githubCloudOnly": false,
|
|
474703
476294
|
"enabledForGitHubApps": false,
|
|
474704
|
-
"category": "
|
|
474705
|
-
"subcategory": "
|
|
476295
|
+
"category": "users",
|
|
476296
|
+
"subcategory": "ssh-signing-keys"
|
|
474706
476297
|
},
|
|
474707
|
-
"x-octokit": {
|
|
474708
|
-
"changes": [
|
|
474709
|
-
{
|
|
474710
|
-
"type": "OPERATION",
|
|
474711
|
-
"date": "2021-10-05",
|
|
474712
|
-
"before": {
|
|
474713
|
-
"operationId": "repos/decline-invitation"
|
|
474714
|
-
}
|
|
474715
|
-
}
|
|
474716
|
-
]
|
|
474717
|
-
}
|
|
476298
|
+
"x-octokit": {}
|
|
474718
476299
|
}
|
|
474719
476300
|
},
|
|
474720
476301
|
"/user/starred": {
|
|
@@ -475895,6 +477476,10 @@
|
|
|
475895
477476
|
"starred_at": {
|
|
475896
477477
|
"type": "string",
|
|
475897
477478
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
477479
|
+
},
|
|
477480
|
+
"anonymous_access_enabled": {
|
|
477481
|
+
"type": "boolean",
|
|
477482
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
475898
477483
|
}
|
|
475899
477484
|
},
|
|
475900
477485
|
"required": [
|
|
@@ -477228,6 +478813,10 @@
|
|
|
477228
478813
|
"starred_at": {
|
|
477229
478814
|
"type": "string",
|
|
477230
478815
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
478816
|
+
},
|
|
478817
|
+
"anonymous_access_enabled": {
|
|
478818
|
+
"type": "boolean",
|
|
478819
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
477231
478820
|
}
|
|
477232
478821
|
},
|
|
477233
478822
|
"required": [
|
|
@@ -479484,6 +481073,10 @@
|
|
|
479484
481073
|
"starred_at": {
|
|
479485
481074
|
"type": "string",
|
|
479486
481075
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
481076
|
+
},
|
|
481077
|
+
"anonymous_access_enabled": {
|
|
481078
|
+
"type": "boolean",
|
|
481079
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
479487
481080
|
}
|
|
479488
481081
|
},
|
|
479489
481082
|
"required": [
|
|
@@ -481524,7 +483117,12 @@
|
|
|
481524
483117
|
"description": "The reason for the current state",
|
|
481525
483118
|
"example": "not_planned",
|
|
481526
483119
|
"type": "string",
|
|
481527
|
-
"nullable": true
|
|
483120
|
+
"nullable": true,
|
|
483121
|
+
"enum": [
|
|
483122
|
+
"completed",
|
|
483123
|
+
"reopened",
|
|
483124
|
+
"not_planned"
|
|
483125
|
+
]
|
|
481528
483126
|
},
|
|
481529
483127
|
"title": {
|
|
481530
483128
|
"description": "Title of the issue",
|
|
@@ -483472,6 +485070,10 @@
|
|
|
483472
485070
|
"starred_at": {
|
|
483473
485071
|
"type": "string",
|
|
483474
485072
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
485073
|
+
},
|
|
485074
|
+
"anonymous_access_enabled": {
|
|
485075
|
+
"type": "boolean",
|
|
485076
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
483475
485077
|
}
|
|
483476
485078
|
},
|
|
483477
485079
|
"required": [
|
|
@@ -484722,7 +486324,12 @@
|
|
|
484722
486324
|
"description": "The reason for the current state",
|
|
484723
486325
|
"example": "not_planned",
|
|
484724
486326
|
"type": "string",
|
|
484725
|
-
"nullable": true
|
|
486327
|
+
"nullable": true,
|
|
486328
|
+
"enum": [
|
|
486329
|
+
"completed",
|
|
486330
|
+
"reopened",
|
|
486331
|
+
"not_planned"
|
|
486332
|
+
]
|
|
484726
486333
|
},
|
|
484727
486334
|
"title": {
|
|
484728
486335
|
"description": "Title of the issue",
|
|
@@ -486670,6 +488277,10 @@
|
|
|
486670
488277
|
"starred_at": {
|
|
486671
488278
|
"type": "string",
|
|
486672
488279
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
488280
|
+
},
|
|
488281
|
+
"anonymous_access_enabled": {
|
|
488282
|
+
"type": "boolean",
|
|
488283
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
486673
488284
|
}
|
|
486674
488285
|
},
|
|
486675
488286
|
"required": [
|
|
@@ -487922,7 +489533,12 @@
|
|
|
487922
489533
|
"description": "The reason for the current state",
|
|
487923
489534
|
"example": "not_planned",
|
|
487924
489535
|
"type": "string",
|
|
487925
|
-
"nullable": true
|
|
489536
|
+
"nullable": true,
|
|
489537
|
+
"enum": [
|
|
489538
|
+
"completed",
|
|
489539
|
+
"reopened",
|
|
489540
|
+
"not_planned"
|
|
489541
|
+
]
|
|
487926
489542
|
},
|
|
487927
489543
|
"title": {
|
|
487928
489544
|
"description": "Title of the issue",
|
|
@@ -489870,6 +491486,10 @@
|
|
|
489870
491486
|
"starred_at": {
|
|
489871
491487
|
"type": "string",
|
|
489872
491488
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
491489
|
+
},
|
|
491490
|
+
"anonymous_access_enabled": {
|
|
491491
|
+
"type": "boolean",
|
|
491492
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
489873
491493
|
}
|
|
489874
491494
|
},
|
|
489875
491495
|
"required": [
|
|
@@ -495232,6 +496852,10 @@
|
|
|
495232
496852
|
"starred_at": {
|
|
495233
496853
|
"type": "string",
|
|
495234
496854
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
496855
|
+
},
|
|
496856
|
+
"anonymous_access_enabled": {
|
|
496857
|
+
"type": "boolean",
|
|
496858
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
495235
496859
|
}
|
|
495236
496860
|
},
|
|
495237
496861
|
"required": [
|
|
@@ -497372,6 +498996,10 @@
|
|
|
497372
498996
|
"starred_at": {
|
|
497373
498997
|
"type": "string",
|
|
497374
498998
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
498999
|
+
},
|
|
499000
|
+
"anonymous_access_enabled": {
|
|
499001
|
+
"type": "boolean",
|
|
499002
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
497375
499003
|
}
|
|
497376
499004
|
},
|
|
497377
499005
|
"required": [
|
|
@@ -499435,7 +501063,12 @@
|
|
|
499435
501063
|
"description": "The reason for the current state",
|
|
499436
501064
|
"example": "not_planned",
|
|
499437
501065
|
"type": "string",
|
|
499438
|
-
"nullable": true
|
|
501066
|
+
"nullable": true,
|
|
501067
|
+
"enum": [
|
|
501068
|
+
"completed",
|
|
501069
|
+
"reopened",
|
|
501070
|
+
"not_planned"
|
|
501071
|
+
]
|
|
499439
501072
|
},
|
|
499440
501073
|
"title": {
|
|
499441
501074
|
"description": "Title of the issue",
|
|
@@ -501383,6 +503016,10 @@
|
|
|
501383
503016
|
"starred_at": {
|
|
501384
503017
|
"type": "string",
|
|
501385
503018
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
503019
|
+
},
|
|
503020
|
+
"anonymous_access_enabled": {
|
|
503021
|
+
"type": "boolean",
|
|
503022
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
501386
503023
|
}
|
|
501387
503024
|
},
|
|
501388
503025
|
"required": [
|
|
@@ -502635,7 +504272,12 @@
|
|
|
502635
504272
|
"description": "The reason for the current state",
|
|
502636
504273
|
"example": "not_planned",
|
|
502637
504274
|
"type": "string",
|
|
502638
|
-
"nullable": true
|
|
504275
|
+
"nullable": true,
|
|
504276
|
+
"enum": [
|
|
504277
|
+
"completed",
|
|
504278
|
+
"reopened",
|
|
504279
|
+
"not_planned"
|
|
504280
|
+
]
|
|
502639
504281
|
},
|
|
502640
504282
|
"title": {
|
|
502641
504283
|
"description": "Title of the issue",
|
|
@@ -504583,6 +506225,10 @@
|
|
|
504583
506225
|
"starred_at": {
|
|
504584
506226
|
"type": "string",
|
|
504585
506227
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
506228
|
+
},
|
|
506229
|
+
"anonymous_access_enabled": {
|
|
506230
|
+
"type": "boolean",
|
|
506231
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
504586
506232
|
}
|
|
504587
506233
|
},
|
|
504588
506234
|
"required": [
|
|
@@ -507267,6 +508913,10 @@
|
|
|
507267
508913
|
"starred_at": {
|
|
507268
508914
|
"type": "string",
|
|
507269
508915
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
508916
|
+
},
|
|
508917
|
+
"anonymous_access_enabled": {
|
|
508918
|
+
"type": "boolean",
|
|
508919
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
507270
508920
|
}
|
|
507271
508921
|
},
|
|
507272
508922
|
"required": [
|
|
@@ -507898,6 +509548,122 @@
|
|
|
507898
509548
|
"x-octokit": {}
|
|
507899
509549
|
}
|
|
507900
509550
|
},
|
|
509551
|
+
"/users/{username}/ssh_signing_keys": {
|
|
509552
|
+
"get": {
|
|
509553
|
+
"summary": "List SSH signing keys for a user",
|
|
509554
|
+
"description": "Lists the SSH signing keys for a user. This operation is accessible by anyone.",
|
|
509555
|
+
"tags": [
|
|
509556
|
+
"users"
|
|
509557
|
+
],
|
|
509558
|
+
"operationId": "users/list-ssh-signing-keys-for-user",
|
|
509559
|
+
"externalDocs": {
|
|
509560
|
+
"description": "API method documentation",
|
|
509561
|
+
"url": "https://docs.github.com/rest/reference/users#list-ssh-signing-keys-for-a-user"
|
|
509562
|
+
},
|
|
509563
|
+
"parameters": [
|
|
509564
|
+
{
|
|
509565
|
+
"name": "username",
|
|
509566
|
+
"description": "The handle for the GitHub user account.",
|
|
509567
|
+
"in": "path",
|
|
509568
|
+
"required": true,
|
|
509569
|
+
"schema": {
|
|
509570
|
+
"type": "string"
|
|
509571
|
+
}
|
|
509572
|
+
},
|
|
509573
|
+
{
|
|
509574
|
+
"name": "per_page",
|
|
509575
|
+
"description": "The number of results per page (max 100).",
|
|
509576
|
+
"in": "query",
|
|
509577
|
+
"schema": {
|
|
509578
|
+
"type": "integer",
|
|
509579
|
+
"default": 30
|
|
509580
|
+
}
|
|
509581
|
+
},
|
|
509582
|
+
{
|
|
509583
|
+
"name": "page",
|
|
509584
|
+
"description": "Page number of the results to fetch.",
|
|
509585
|
+
"in": "query",
|
|
509586
|
+
"schema": {
|
|
509587
|
+
"type": "integer",
|
|
509588
|
+
"default": 1
|
|
509589
|
+
}
|
|
509590
|
+
}
|
|
509591
|
+
],
|
|
509592
|
+
"responses": {
|
|
509593
|
+
"200": {
|
|
509594
|
+
"description": "Response",
|
|
509595
|
+
"content": {
|
|
509596
|
+
"application/json": {
|
|
509597
|
+
"schema": {
|
|
509598
|
+
"type": "array",
|
|
509599
|
+
"items": {
|
|
509600
|
+
"title": "SSH Signing Key",
|
|
509601
|
+
"description": "A public SSH key used to sign Git commits",
|
|
509602
|
+
"type": "object",
|
|
509603
|
+
"properties": {
|
|
509604
|
+
"key": {
|
|
509605
|
+
"type": "string"
|
|
509606
|
+
},
|
|
509607
|
+
"id": {
|
|
509608
|
+
"type": "integer"
|
|
509609
|
+
},
|
|
509610
|
+
"title": {
|
|
509611
|
+
"type": "string"
|
|
509612
|
+
},
|
|
509613
|
+
"created_at": {
|
|
509614
|
+
"type": "string",
|
|
509615
|
+
"format": "date-time"
|
|
509616
|
+
}
|
|
509617
|
+
},
|
|
509618
|
+
"required": [
|
|
509619
|
+
"key",
|
|
509620
|
+
"id",
|
|
509621
|
+
"title",
|
|
509622
|
+
"created_at"
|
|
509623
|
+
]
|
|
509624
|
+
}
|
|
509625
|
+
},
|
|
509626
|
+
"examples": {
|
|
509627
|
+
"default": {
|
|
509628
|
+
"value": [
|
|
509629
|
+
{
|
|
509630
|
+
"key": "2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234",
|
|
509631
|
+
"id": 2,
|
|
509632
|
+
"url": "https://api.github.com/user/keys/2",
|
|
509633
|
+
"title": "ssh-rsa AAAAB3NzaC1yc2EAAA",
|
|
509634
|
+
"created_at": "2020-06-11T21:31:57Z"
|
|
509635
|
+
},
|
|
509636
|
+
{
|
|
509637
|
+
"key": "2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJy931234",
|
|
509638
|
+
"id": 3,
|
|
509639
|
+
"url": "https://api.github.com/user/keys/3",
|
|
509640
|
+
"title": "ssh-rsa AAAAB3NzaC1yc2EAAB",
|
|
509641
|
+
"created_at": "2020-07-11T21:31:57Z"
|
|
509642
|
+
}
|
|
509643
|
+
]
|
|
509644
|
+
}
|
|
509645
|
+
}
|
|
509646
|
+
}
|
|
509647
|
+
},
|
|
509648
|
+
"headers": {
|
|
509649
|
+
"Link": {
|
|
509650
|
+
"example": "<https://api.github.com/resource?page=2>; rel=\"next\", <https://api.github.com/resource?page=5>; rel=\"last\"",
|
|
509651
|
+
"schema": {
|
|
509652
|
+
"type": "string"
|
|
509653
|
+
}
|
|
509654
|
+
}
|
|
509655
|
+
}
|
|
509656
|
+
}
|
|
509657
|
+
},
|
|
509658
|
+
"x-github": {
|
|
509659
|
+
"githubCloudOnly": false,
|
|
509660
|
+
"enabledForGitHubApps": true,
|
|
509661
|
+
"category": "users",
|
|
509662
|
+
"subcategory": "ssh-signing-keys"
|
|
509663
|
+
},
|
|
509664
|
+
"x-octokit": {}
|
|
509665
|
+
}
|
|
509666
|
+
},
|
|
507901
509667
|
"/users/{username}/starred": {
|
|
507902
509668
|
"get": {
|
|
507903
509669
|
"summary": "List repositories starred by a user",
|
|
@@ -509096,6 +510862,10 @@
|
|
|
509096
510862
|
"starred_at": {
|
|
509097
510863
|
"type": "string",
|
|
509098
510864
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
510865
|
+
},
|
|
510866
|
+
"anonymous_access_enabled": {
|
|
510867
|
+
"type": "boolean",
|
|
510868
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
509099
510869
|
}
|
|
509100
510870
|
},
|
|
509101
510871
|
"required": [
|
|
@@ -510294,6 +512064,10 @@
|
|
|
510294
512064
|
"starred_at": {
|
|
510295
512065
|
"type": "string",
|
|
510296
512066
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
512067
|
+
},
|
|
512068
|
+
"anonymous_access_enabled": {
|
|
512069
|
+
"type": "boolean",
|
|
512070
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
510297
512071
|
}
|
|
510298
512072
|
},
|
|
510299
512073
|
"required": [
|
|
@@ -512120,6 +513894,10 @@
|
|
|
512120
513894
|
"starred_at": {
|
|
512121
513895
|
"type": "string",
|
|
512122
513896
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
513897
|
+
},
|
|
513898
|
+
"anonymous_access_enabled": {
|
|
513899
|
+
"type": "boolean",
|
|
513900
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
512123
513901
|
}
|
|
512124
513902
|
},
|
|
512125
513903
|
"required": [
|