@octokit/openapi 6.2.1 → 6.4.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 +7689 -7772
- package/generated/api.github.com.json +1344 -1295
- 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 +50 -3
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +53 -3
- package/generated/ghes-3.2.deref.json +73 -7
- package/generated/ghes-3.2.json +89 -28
- package/generated/ghes-3.3-anicca-diff-to-ghes-3.4.deref.json +31 -4
- package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +96 -1
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +92 -1
- package/generated/ghes-3.3.deref.json +76 -10
- package/generated/ghes-3.3.json +92 -31
- package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +1 -1
- package/generated/ghes-3.4-diff-to-ghes-3.5.json +1 -1
- package/generated/ghes-3.4.deref.json +97 -19
- package/generated/ghes-3.4.json +105 -40
- package/generated/ghes-3.5-anicca-diff-to-api.github.com.deref.json +71 -25
- package/generated/ghes-3.5-diff-to-api.github.com.deref.json +328 -574
- package/generated/ghes-3.5-diff-to-api.github.com.json +206 -272
- package/generated/ghes-3.5.deref.json +115 -52
- package/generated/ghes-3.5.json +131 -77
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +97 -4
- package/generated/github.ae-diff-to-api.github.com.deref.json +423 -1
- package/generated/github.ae-diff-to-api.github.com.json +294 -12
- package/generated/github.ae.deref.json +92 -119
- package/generated/github.ae.json +118 -95
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "6.
|
|
4
|
+
"version": "6.4.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": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
|
|
@@ -55835,7 +55835,7 @@
|
|
|
55835
55835
|
"operationId": "actions/create-or-update-org-secret",
|
|
55836
55836
|
"externalDocs": {
|
|
55837
55837
|
"description": "API method documentation",
|
|
55838
|
-
"url": "https://docs.github.com/
|
|
55838
|
+
"url": "https://docs.github.com/rest/reference/actions#create-or-update-an-organization-secret"
|
|
55839
55839
|
},
|
|
55840
55840
|
"parameters": [
|
|
55841
55841
|
{
|
|
@@ -55862,7 +55862,7 @@
|
|
|
55862
55862
|
"properties": {
|
|
55863
55863
|
"encrypted_value": {
|
|
55864
55864
|
"type": "string",
|
|
55865
|
-
"description": "Value for your secret, encrypted with [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages) using the public key retrieved from the [Get an organization public key](https://docs.github.com/
|
|
55865
|
+
"description": "Value for your secret, encrypted with [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages) using the public key retrieved from the [Get an organization public key](https://docs.github.com/rest/reference/actions#get-an-organization-public-key) endpoint.",
|
|
55866
55866
|
"pattern": "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{4})$"
|
|
55867
55867
|
},
|
|
55868
55868
|
"key_id": {
|
|
@@ -55876,8 +55876,10 @@
|
|
|
55876
55876
|
},
|
|
55877
55877
|
"selected_repository_ids": {
|
|
55878
55878
|
"type": "array",
|
|
55879
|
-
"description": "An array of repository ids that can access the organization secret. You can only provide a list of repository ids when the `visibility` is set to `selected`. You can manage the list of selected repositories using the [List selected repositories for an organization secret](https://docs.github.com/
|
|
55880
|
-
"items": {
|
|
55879
|
+
"description": "An array of repository ids that can access the organization secret. You can only provide a list of repository ids when the `visibility` is set to `selected`. You can manage the list of selected repositories using the [List selected repositories for an organization secret](https://docs.github.com/rest/reference/actions#list-selected-repositories-for-an-organization-secret), [Set selected repositories for an organization secret](https://docs.github.com/rest/reference/actions#set-selected-repositories-for-an-organization-secret), and [Remove selected repository from an organization secret](https://docs.github.com/rest/reference/actions#remove-selected-repository-from-an-organization-secret) endpoints.",
|
|
55880
|
+
"items": {
|
|
55881
|
+
"anyOf": [{ "type": "integer" }, { "type": "string" }]
|
|
55882
|
+
}
|
|
55881
55883
|
}
|
|
55882
55884
|
},
|
|
55883
55885
|
"required": ["visibility"]
|
|
@@ -55888,7 +55890,7 @@
|
|
|
55888
55890
|
"encrypted_value": "c2VjcmV0",
|
|
55889
55891
|
"key_id": "012345678912345678",
|
|
55890
55892
|
"visibility": "selected",
|
|
55891
|
-
"selected_repository_ids": [
|
|
55893
|
+
"selected_repository_ids": [1296269, 1296280]
|
|
55892
55894
|
}
|
|
55893
55895
|
}
|
|
55894
55896
|
}
|
|
@@ -59280,7 +59282,7 @@
|
|
|
59280
59282
|
"operationId": "dependabot/create-or-update-org-secret",
|
|
59281
59283
|
"externalDocs": {
|
|
59282
59284
|
"description": "API method documentation",
|
|
59283
|
-
"url": "https://docs.github.com/
|
|
59285
|
+
"url": "https://docs.github.com/rest/reference/dependabot#create-or-update-an-organization-secret"
|
|
59284
59286
|
},
|
|
59285
59287
|
"parameters": [
|
|
59286
59288
|
{
|
|
@@ -59307,7 +59309,7 @@
|
|
|
59307
59309
|
"properties": {
|
|
59308
59310
|
"encrypted_value": {
|
|
59309
59311
|
"type": "string",
|
|
59310
|
-
"description": "Value for your secret, encrypted with [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages) using the public key retrieved from the [Get an organization public key](https://docs.github.com/
|
|
59312
|
+
"description": "Value for your secret, encrypted with [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages) using the public key retrieved from the [Get an organization public key](https://docs.github.com/rest/reference/dependabot#get-an-organization-public-key) endpoint.",
|
|
59311
59313
|
"pattern": "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{4})$"
|
|
59312
59314
|
},
|
|
59313
59315
|
"key_id": {
|
|
@@ -59321,8 +59323,10 @@
|
|
|
59321
59323
|
},
|
|
59322
59324
|
"selected_repository_ids": {
|
|
59323
59325
|
"type": "array",
|
|
59324
|
-
"description": "An array of repository ids that can access the organization secret. You can only provide a list of repository ids when the `visibility` is set to `selected`. You can manage the list of selected repositories using the [List selected repositories for an organization secret](https://docs.github.com/
|
|
59325
|
-
"items": {
|
|
59326
|
+
"description": "An array of repository ids that can access the organization secret. You can only provide a list of repository ids when the `visibility` is set to `selected`. You can manage the list of selected repositories using the [List selected repositories for an organization secret](https://docs.github.com/rest/reference/dependabot#list-selected-repositories-for-an-organization-secret), [Set selected repositories for an organization secret](https://docs.github.com/rest/reference/dependabot#set-selected-repositories-for-an-organization-secret), and [Remove selected repository from an organization secret](https://docs.github.com/rest/reference/dependabot#remove-selected-repository-from-an-organization-secret) endpoints.",
|
|
59327
|
+
"items": {
|
|
59328
|
+
"anyOf": [{ "type": "string" }, { "type": "integer" }]
|
|
59329
|
+
}
|
|
59326
59330
|
}
|
|
59327
59331
|
},
|
|
59328
59332
|
"required": ["visibility"]
|
|
@@ -124047,7 +124051,7 @@
|
|
|
124047
124051
|
"category": "repos",
|
|
124048
124052
|
"subcategory": "autolinks"
|
|
124049
124053
|
},
|
|
124050
|
-
"x-octokit": {}
|
|
124054
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
124051
124055
|
},
|
|
124052
124056
|
"post": {
|
|
124053
124057
|
"summary": "Create an autolink reference for a repository",
|
|
@@ -124087,7 +124091,7 @@
|
|
|
124087
124091
|
},
|
|
124088
124092
|
"url_template": {
|
|
124089
124093
|
"type": "string",
|
|
124090
|
-
"description": "The URL must contain
|
|
124094
|
+
"description": "The URL must contain `<num>` for the reference number."
|
|
124091
124095
|
}
|
|
124092
124096
|
},
|
|
124093
124097
|
"required": ["key_prefix", "url_template"]
|
|
@@ -124194,7 +124198,7 @@
|
|
|
124194
124198
|
"category": "repos",
|
|
124195
124199
|
"subcategory": "autolinks"
|
|
124196
124200
|
},
|
|
124197
|
-
"x-octokit": {}
|
|
124201
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
124198
124202
|
}
|
|
124199
124203
|
},
|
|
124200
124204
|
"/repos/{owner}/{repo}/autolinks/{autolink_id}": {
|
|
@@ -124291,7 +124295,7 @@
|
|
|
124291
124295
|
"category": "repos",
|
|
124292
124296
|
"subcategory": "autolinks"
|
|
124293
124297
|
},
|
|
124294
|
-
"x-octokit": {}
|
|
124298
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
124295
124299
|
},
|
|
124296
124300
|
"delete": {
|
|
124297
124301
|
"summary": "Delete an autolink reference from a repository",
|
|
@@ -152285,7 +152289,7 @@
|
|
|
152285
152289
|
"operationId": "code-scanning/list-alerts-for-repo",
|
|
152286
152290
|
"externalDocs": {
|
|
152287
152291
|
"description": "API method documentation",
|
|
152288
|
-
"url": "https://docs.github.com/
|
|
152292
|
+
"url": "https://docs.github.com/rest/reference/code-scanning#list-code-scanning-alerts-for-a-repository"
|
|
152289
152293
|
},
|
|
152290
152294
|
"parameters": [
|
|
152291
152295
|
{
|
|
@@ -152358,13 +152362,13 @@
|
|
|
152358
152362
|
},
|
|
152359
152363
|
{
|
|
152360
152364
|
"name": "sort",
|
|
152361
|
-
"description": "The property by which to sort the results.",
|
|
152365
|
+
"description": "The property by which to sort the results. `number` is deprecated - we recommend that you use `created` instead.",
|
|
152362
152366
|
"in": "query",
|
|
152363
152367
|
"required": false,
|
|
152364
152368
|
"schema": {
|
|
152365
152369
|
"type": "string",
|
|
152366
|
-
"enum": ["created", "
|
|
152367
|
-
"default": "
|
|
152370
|
+
"enum": ["created", "number", "updated"],
|
|
152371
|
+
"default": "created"
|
|
152368
152372
|
}
|
|
152369
152373
|
},
|
|
152370
152374
|
{
|
|
@@ -152557,6 +152561,12 @@
|
|
|
152557
152561
|
"used in tests"
|
|
152558
152562
|
]
|
|
152559
152563
|
},
|
|
152564
|
+
"dismissed_comment": {
|
|
152565
|
+
"type": "string",
|
|
152566
|
+
"description": "The dismissal comment associated with the dismissal of the alert.",
|
|
152567
|
+
"nullable": true,
|
|
152568
|
+
"maxLength": 280
|
|
152569
|
+
},
|
|
152560
152570
|
"rule": {
|
|
152561
152571
|
"type": "object",
|
|
152562
152572
|
"properties": {
|
|
@@ -152689,6 +152699,7 @@
|
|
|
152689
152699
|
"dismissed_by": null,
|
|
152690
152700
|
"dismissed_at": null,
|
|
152691
152701
|
"dismissed_reason": null,
|
|
152702
|
+
"dismissed_comment": null,
|
|
152692
152703
|
"rule": {
|
|
152693
152704
|
"id": "js/zipslip",
|
|
152694
152705
|
"severity": "error",
|
|
@@ -152750,6 +152761,7 @@
|
|
|
152750
152761
|
},
|
|
152751
152762
|
"dismissed_at": "2020-02-14T12:29:18Z",
|
|
152752
152763
|
"dismissed_reason": "false positive",
|
|
152764
|
+
"dismissed_comment": "This alert is not actually correct, because there's a sanitizer included in the library.",
|
|
152753
152765
|
"rule": {
|
|
152754
152766
|
"id": "js/zipslip",
|
|
152755
152767
|
"severity": "error",
|
|
@@ -152847,7 +152859,7 @@
|
|
|
152847
152859
|
"category": "code-scanning",
|
|
152848
152860
|
"subcategory": null
|
|
152849
152861
|
},
|
|
152850
|
-
"x-octokit": {
|
|
152862
|
+
"x-octokit": {}
|
|
152851
152863
|
}
|
|
152852
152864
|
},
|
|
152853
152865
|
"/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}": {
|
|
@@ -154425,7 +154437,6 @@
|
|
|
154425
154437
|
"200": {
|
|
154426
154438
|
"description": "Response",
|
|
154427
154439
|
"content": {
|
|
154428
|
-
"application/json+sarif": { "schema": { "type": "string" } },
|
|
154429
154440
|
"application/json": {
|
|
154430
154441
|
"schema": {
|
|
154431
154442
|
"type": "object",
|
|
@@ -154531,7 +154542,7 @@
|
|
|
154531
154542
|
},
|
|
154532
154543
|
"examples": {
|
|
154533
154544
|
"response": {
|
|
154534
|
-
"summary": "
|
|
154545
|
+
"summary": "application/json response",
|
|
154535
154546
|
"value": {
|
|
154536
154547
|
"ref": "refs/heads/main",
|
|
154537
154548
|
"commit_sha": "c18c69115654ff0166991962832dc2bd7756e655",
|
|
@@ -154555,6 +154566,54 @@
|
|
|
154555
154566
|
}
|
|
154556
154567
|
}
|
|
154557
154568
|
}
|
|
154569
|
+
},
|
|
154570
|
+
"application/json+sarif": {
|
|
154571
|
+
"schema": { "type": "object", "additionalProperties": true },
|
|
154572
|
+
"examples": {
|
|
154573
|
+
"response": {
|
|
154574
|
+
"summary": "application/json+sarif response",
|
|
154575
|
+
"value": {
|
|
154576
|
+
"runs": [
|
|
154577
|
+
{
|
|
154578
|
+
"tool": {
|
|
154579
|
+
"driver": {
|
|
154580
|
+
"name": "CodeQL",
|
|
154581
|
+
"organization": "GitHub",
|
|
154582
|
+
"semanticVersion": "1.0.0",
|
|
154583
|
+
"rules": [
|
|
154584
|
+
{
|
|
154585
|
+
"id": "js/unused-local-variable",
|
|
154586
|
+
"name": "js/unused-local-variable"
|
|
154587
|
+
}
|
|
154588
|
+
]
|
|
154589
|
+
}
|
|
154590
|
+
},
|
|
154591
|
+
"results": [
|
|
154592
|
+
{
|
|
154593
|
+
"guid": "326aa09f-9af8-13cf-9851-3d0e5183ec38",
|
|
154594
|
+
"message": { "text": "Unused variable foo." },
|
|
154595
|
+
"locations": [
|
|
154596
|
+
{
|
|
154597
|
+
"physicalLocation": {
|
|
154598
|
+
"artifactLocation": { "uri": "file1.js" },
|
|
154599
|
+
"region": { "startLine": 1 }
|
|
154600
|
+
}
|
|
154601
|
+
}
|
|
154602
|
+
],
|
|
154603
|
+
"ruleId": "js/unused-local-variable",
|
|
154604
|
+
"properties": [
|
|
154605
|
+
{ "github/alertNumber": 2 },
|
|
154606
|
+
{
|
|
154607
|
+
"github/alertUrl": "https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2"
|
|
154608
|
+
}
|
|
154609
|
+
]
|
|
154610
|
+
}
|
|
154611
|
+
]
|
|
154612
|
+
}
|
|
154613
|
+
]
|
|
154614
|
+
}
|
|
154615
|
+
}
|
|
154616
|
+
}
|
|
154558
154617
|
}
|
|
154559
154618
|
}
|
|
154560
154619
|
},
|
|
@@ -154856,6 +154915,15 @@
|
|
|
154856
154915
|
}
|
|
154857
154916
|
},
|
|
154858
154917
|
"required": ["commit_sha", "ref", "sarif"]
|
|
154918
|
+
},
|
|
154919
|
+
"examples": {
|
|
154920
|
+
"default": {
|
|
154921
|
+
"value": {
|
|
154922
|
+
"commit_sha": "4b6472266afd7b471e86085a6659e8c7f2b119da",
|
|
154923
|
+
"ref": "refs/heads/master",
|
|
154924
|
+
"sarif": "H4sICMLGdF4AA2V4YW1wbGUuc2FyaWYAvVjdbts2FL7PUxDCijaA/CM7iRNfLkPXYgHSNstumlzQ0pHFVCI1korjFgH2ONtr7Ul2KFmy/mOn6QIkjsjDw0/nfN85NL8dEGL9pNwAImqRObECrWM1H40kXQ2XTAfJIlEgXcE1cD10RTQSVDE10K4aKSqZP1AxuKOIKg1ydJU60jSfSh8Hk6EzHA/vlOCWbfa7B6kYPpj90rlsWCZcmbHP5Bs+4oAWIjQD2SMOeJLh2vIQDnIaQerqXHjw8YIgxohybxAyDsS4cAPKsp03K4RcUs6+Up2D+JXpd8mibKIQN9fM/aMCdbyBujGSSQgVxJtx5qX2d2qUcIweQhEuDQf3GBO6CKHkogx/N3MVCKl/AeVKFuf4y5ubsMGDTj1ep+5I7sgmLIpxtU38hLtmMRGSuCFVyip5eKzs5ydh+LztVL6f2m6oih1BkYiuyQIIJWodxVpERPj4sEiWBNNH8EWT0DMG8EAjzKVHXCrB4FkPu/F64NMk1OeC+2yZSNoBOoR7CC0EzYWGbm+xFDFIzbI011+cLjfZtyJkmMZfumAh02uL3NpV2y+MZ6RAjxibyKrNxxJcVjANSb4eBGwZ1M0KsuyR2poLr5rMl8vaDSeVn6eTWEO2j2xIEcmhwlTKNOi4GMOI8gfuZYkvJ7b4v5Tiumyz7RnHeodFzpS8ASIZCH/AYdWi2z3sG8JtFxJ6fF9yR9CdifBr9Pd6d5V2+zbJKjjCFGGmsHuYFy2ytJq9tUxcLSRSQecppOGKrpUxYfxefMEFK+wOGa4hudQByBVT0L+EKtyACxnRsABhEx1QjVDs1KNI9MbpnhqfE45B6FJvu3hRu5VRU9MhZLmK7fqkKyQSTHNoyMqUFMqXCV3CwAeqEwmVokraK8IuBaGvHjQ0gMYrKjnjyw7uk9uD8tgmsBbFMPnU1bV2ZhkJNkuolUiWys3UPWzs5aaIUz9TBe8zMb+6+nT+6fLy91dlE3xzeDDT4zYszb0bW6NjJd0Rvn2EnLvWLFSdKPpBzInzfRgu8ETyMcH8nIfMnJCeC2PyfTA+UKngcnGH7Hw2hGkVQs5YlIRCtdWZYQ4/73es2JlxkfViOEIhoWJq5Oo6UBBfiKIqFBWhiE3jJGbFwVoxBHTRSuIS67sMeplei24X20shLjG+8gqbKC/bESiNMC+wd5q5id0yeS7CJEqXzmrTWNq3k05l84P6f4/bEmXFJjI0fIt1BGQssUnUDkBYeVhE5TqPnMH3jqogDcP0zKcTgLPTMSzOjhbjuVOmW23l1fYNStulfo6sXlFsGLhbDy5RECPRYGCTgOj2bd4nUQEivEd0H7KKYxqnEhFohuur3a3UPskbH/+Yg0+M5P2MHRJu3ziHh3Z2NCrWt3XF1rWTw8Ne/pfbWYXnDSE0SNZQQt1i18q7te2vOhu7ehWuvVyeu0wbLZi24mhoo6aOOTltzG/lgdVvVoXQq5V+pewkFIzL8fjEcadT55jOjpzFzHuOTtDNrMkJPMVQDd7F09RID72O/UPZ0tmctqZ7kWX6EmSZnDpP8GU67SXM8XE3YSrxbKsx6UReZ4y6n/FVZfJjs9Z7stma75W5yQtkzjk5eSJxk1lv4o7+j8TlhaJ2lsKWZO6lruDPBLib3x5ZN/KGWzZ+pn///evv7OOf4iIBv3oY9L/l1wiJ9p0Tc+F1zZnOE9NxXWEus6IQhr5pMfoqxi8WPsuu0azsns4UC6WzNzHIzbeEx4P/AJ3SefgcFAAA"
|
|
154925
|
+
}
|
|
154926
|
+
}
|
|
154859
154927
|
}
|
|
154860
154928
|
}
|
|
154861
154929
|
}
|
|
@@ -215638,7 +215706,7 @@
|
|
|
215638
215706
|
"operationId": "issues/remove-assignees",
|
|
215639
215707
|
"externalDocs": {
|
|
215640
215708
|
"description": "API method documentation",
|
|
215641
|
-
"url": "https://docs.github.com/
|
|
215709
|
+
"url": "https://docs.github.com/rest/reference/issues#remove-assignees-from-an-issue"
|
|
215642
215710
|
},
|
|
215643
215711
|
"parameters": [
|
|
215644
215712
|
{
|
|
@@ -215664,6 +215732,7 @@
|
|
|
215664
215732
|
}
|
|
215665
215733
|
],
|
|
215666
215734
|
"requestBody": {
|
|
215735
|
+
"required": true,
|
|
215667
215736
|
"content": {
|
|
215668
215737
|
"application/json": {
|
|
215669
215738
|
"schema": {
|
|
@@ -215674,7 +215743,8 @@
|
|
|
215674
215743
|
"description": "Usernames of assignees to remove from an issue. _NOTE: Only users with push access can remove assignees from an issue. Assignees are silently ignored otherwise._",
|
|
215675
215744
|
"items": { "type": "string" }
|
|
215676
215745
|
}
|
|
215677
|
-
}
|
|
215746
|
+
},
|
|
215747
|
+
"required": ["assignees"]
|
|
215678
215748
|
},
|
|
215679
215749
|
"examples": {
|
|
215680
215750
|
"default": { "value": { "assignees": ["hubot", "other_user"] } }
|
|
@@ -217105,6 +217175,9 @@
|
|
|
217105
217175
|
"allow_auto_merge": { "type": "boolean" },
|
|
217106
217176
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
217107
217177
|
"allow_update_branch": { "type": "boolean" },
|
|
217178
|
+
"use_squash_pr_title_as_default": {
|
|
217179
|
+
"type": "boolean"
|
|
217180
|
+
},
|
|
217108
217181
|
"allow_merge_commit": { "type": "boolean" },
|
|
217109
217182
|
"subscribers_count": { "type": "integer" },
|
|
217110
217183
|
"network_count": { "type": "integer" }
|
|
@@ -217135,6 +217208,11 @@
|
|
|
217135
217208
|
"type": "boolean",
|
|
217136
217209
|
"example": false
|
|
217137
217210
|
},
|
|
217211
|
+
"use_squash_pr_title_as_default": {
|
|
217212
|
+
"type": "boolean",
|
|
217213
|
+
"description": "Whether a squash merge commit can use the pull request title as default.",
|
|
217214
|
+
"default": false
|
|
217215
|
+
},
|
|
217138
217216
|
"allow_merge_commit": {
|
|
217139
217217
|
"description": "Whether to allow merge commits for pull requests.",
|
|
217140
217218
|
"default": true,
|
|
@@ -350722,20 +350800,6 @@
|
|
|
350722
350800
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
350723
350801
|
}
|
|
350724
350802
|
},
|
|
350725
|
-
"/orgs/{org_id}/codespaces": {
|
|
350726
|
-
"get": {
|
|
350727
|
-
"summary": "List codespaces for the organization",
|
|
350728
|
-
"description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
|
|
350729
|
-
"tags": ["codespaces"],
|
|
350730
|
-
"operationId": "codespaces/list-in-organization",
|
|
350731
|
-
"externalDocs": {
|
|
350732
|
-
"description": "API method documentation",
|
|
350733
|
-
"url": "https://docs.github.com/rest/reference/codespaces#list-in-organization"
|
|
350734
|
-
},
|
|
350735
|
-
"x-octokit": { "api.github.com": "removed" },
|
|
350736
|
-
"responses": { "501": { "description": "Not Implemented" } }
|
|
350737
|
-
}
|
|
350738
|
-
},
|
|
350739
350803
|
"/orgs/{org}/actions/oidc/customization/sub": {
|
|
350740
350804
|
"get": {
|
|
350741
350805
|
"summary": "Get the customization template for an OIDC subject claim for an organization",
|
|
@@ -350814,6 +350878,20 @@
|
|
|
350814
350878
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
350815
350879
|
}
|
|
350816
350880
|
},
|
|
350881
|
+
"/orgs/{org}/codespaces": {
|
|
350882
|
+
"get": {
|
|
350883
|
+
"summary": "List codespaces for the organization",
|
|
350884
|
+
"description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
|
|
350885
|
+
"tags": ["codespaces"],
|
|
350886
|
+
"operationId": "codespaces/list-in-organization",
|
|
350887
|
+
"externalDocs": {
|
|
350888
|
+
"description": "API method documentation",
|
|
350889
|
+
"url": "https://docs.github.com/rest/reference/codespaces#list-in-organization"
|
|
350890
|
+
},
|
|
350891
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
350892
|
+
"responses": { "501": { "description": "Not Implemented" } }
|
|
350893
|
+
}
|
|
350894
|
+
},
|
|
350817
350895
|
"/orgs/{org}/credential-authorizations": {
|
|
350818
350896
|
"get": {
|
|
350819
350897
|
"summary": "List SAML SSO authorizations for an organization",
|
|
@@ -351580,21 +351658,6 @@
|
|
|
351580
351658
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
351581
351659
|
}
|
|
351582
351660
|
},
|
|
351583
|
-
"/repos/{owner}/{repo}/community/code_of_conduct": {
|
|
351584
|
-
"get": {
|
|
351585
|
-
"summary": "Get the code of conduct for a repository",
|
|
351586
|
-
"description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
|
|
351587
|
-
"tags": ["codes-of-conduct"],
|
|
351588
|
-
"operationId": "codes-of-conduct/get-for-repo",
|
|
351589
|
-
"externalDocs": {
|
|
351590
|
-
"description": "API method documentation",
|
|
351591
|
-
"url": "https://docs.github.com/rest/reference/codes-of-conduct#get-the-code-of-conduct-for-a-repository"
|
|
351592
|
-
},
|
|
351593
|
-
"deprecated": true,
|
|
351594
|
-
"x-octokit": { "api.github.com": "removed" },
|
|
351595
|
-
"responses": { "501": { "description": "Not Implemented" } }
|
|
351596
|
-
}
|
|
351597
|
-
},
|
|
351598
351661
|
"/repos/{owner}/{repo}/community/profile": {
|
|
351599
351662
|
"get": {
|
|
351600
351663
|
"summary": "Get community profile metrics",
|