diff --git a/lib/rest/static/decorated/api.github.com.json b/lib/rest/static/decorated/api.github.com.json index d7d49be78f..235896aee1 100644 --- a/lib/rest/static/decorated/api.github.com.json +++ b/lib/rest/static/decorated/api.github.com.json @@ -367605,6 +367605,7 @@ }, { "type": "array of strings", + "description": "
Exclude related items from being returned in the response in order to improve performance of the request. The array can include any of: \"repositories\".
Specifies which types of repositories non-admin organization members can create. private is only available to repositories that are part of an organization on GitHub Enterprise Cloud.\nNote: This parameter is deprecated and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in members_can_create_repositories. See the parameter deprecation notice in the operation description for details.
Specifies which types of repositories non-admin organization members can create.\nNote: This parameter is deprecated and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in members_can_create_repositories. See the parameter deprecation notice in the operation description for details.
Specifies which types of repositories non-admin organization members can create. private is only available to repositories that are part of an organization on GitHub Enterprise Cloud.\nNote: This parameter is deprecated and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in members_can_create_repositories. See the parameter deprecation notice in the operation description for details.
Specifies which types of repositories non-admin organization members can create.\nNote: This parameter is deprecated and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in members_can_create_repositories. See the parameter deprecation notice in the operation description for details.
Either true to allow auto-merge on pull requests, or false to disallow auto-merge.
Either true to allow automatically deleting head branches when pull requests are merged, or false to prevent automatic deletion.
Creates a new repository in the specified organization. The authenticated user must be a member of the organization.
\nOAuth scope requirements
\nWhen using OAuth, authorizations must include:
\npublic_repo scope or repo scope to create a public repository. Note: For GitHub AE, use repo scope to create an internal repository.repo scope to create a private repositoryValidation failed
" } ], + "previews": [ + "You can set the visibility of a repository using the new visibility parameter in the Repositories API, and get a repository's visibility with a new response key. For more information, see the blog post.
To access repository visibility during the preview period, you must provide a custom media type in the Accept header:
application/vnd.github.nebula-preview+json",
+ "The is_template and template_repository keys are currently available for developer to preview. See Create a repository using a template to learn how to create template repositories. To access these new response keys during the preview period, you must provide a custom media type in the Accept header:
application/vnd.github.baptiste-preview+json"
+ ],
"subcategory": "repos"
},
{
@@ -373653,7 +372913,6 @@
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
"svn_url": "https://svn.github.com/octocat/Hello-World",
"homepage": "https://github.com",
- "language": null,
"forks_count": 9,
"forks": 9,
"stargazers_count": 80,
@@ -373759,7 +373018,6 @@
"hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
"svn_url": "https://svn.github.com/octocat/Hello-World-Template",
"homepage": "https://github.com",
- "language": null,
"forks": 9,
"forks_count": 9,
"stargazers_count": 80,
@@ -373803,7 +373061,6 @@
"allow_rebase_merge": true,
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
"allow_squash_merge": true,
- "allow_auto_merge": false,
"delete_branch_on_merge": true,
"allow_merge_commit": true,
"subscribers_count": 42,
@@ -373811,7 +373068,6 @@
},
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
"allow_squash_merge": true,
- "allow_auto_merge": false,
"delete_branch_on_merge": true,
"allow_merge_commit": true,
"subscribers_count": 42,
@@ -373915,7 +373171,6 @@
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
"svn_url": "https://svn.github.com/octocat/Hello-World",
"homepage": "https://github.com",
- "language": null,
"forks_count": 9,
"stargazers_count": 80,
"watchers_count": 80,
@@ -373948,7 +373203,6 @@
"allow_rebase_merge": true,
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
"allow_squash_merge": true,
- "allow_auto_merge": false,
"delete_branch_on_merge": true,
"allow_merge_commit": true,
"subscribers_count": 42,
@@ -374037,7 +373291,6 @@
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
"svn_url": "https://svn.github.com/octocat/Hello-World",
"homepage": "https://github.com",
- "language": null,
"forks_count": 9,
"stargazers_count": 80,
"watchers_count": 80,
@@ -374070,7 +373323,6 @@
"allow_rebase_merge": true,
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
"allow_squash_merge": true,
- "allow_auto_merge": false,
"delete_branch_on_merge": true,
"allow_merge_commit": true,
"subscribers_count": 42,
@@ -375948,9 +375200,6 @@
"allow_squash_merge": {
"type": "boolean"
},
- "allow_auto_merge": {
- "type": "boolean"
- },
"delete_branch_on_merge": {
"type": "boolean"
},
@@ -375979,14 +375228,6 @@
true
]
},
- "allow_auto_merge": {
- "description": "Whether to allow Auto-merge to be used on pull requests.",
- "default": false,
- "type": "boolean",
- "examples": [
- false
- ]
- },
"delete_branch_on_merge": {
"description": "Whether to delete head branches when pull requests are merged",
"default": false,
@@ -376127,12 +375368,6 @@
true
]
},
- "allow_auto_merge": {
- "type": "boolean",
- "examples": [
- false
- ]
- },
"delete_branch_on_merge": {
"type": "boolean",
"examples": [
@@ -377608,9 +376843,6 @@
"allow_squash_merge": {
"type": "boolean"
},
- "allow_auto_merge": {
- "type": "boolean"
- },
"delete_branch_on_merge": {
"type": "boolean"
},
@@ -377639,14 +376871,6 @@
true
]
},
- "allow_auto_merge": {
- "description": "Whether to allow Auto-merge to be used on pull requests.",
- "default": false,
- "type": "boolean",
- "examples": [
- false
- ]
- },
"delete_branch_on_merge": {
"description": "Whether to delete head branches when pull requests are merged",
"default": false,
@@ -378982,9 +378206,6 @@
"allow_squash_merge": {
"type": "boolean"
},
- "allow_auto_merge": {
- "type": "boolean"
- },
"delete_branch_on_merge": {
"type": "boolean"
},
@@ -379013,14 +378234,6 @@
true
]
},
- "allow_auto_merge": {
- "description": "Whether to allow Auto-merge to be used on pull requests.",
- "default": false,
- "type": "boolean",
- "examples": [
- false
- ]
- },
"delete_branch_on_merge": {
"description": "Whether to delete head branches when pull requests are merged",
"default": false,
@@ -379417,7 +378630,6 @@
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
"svn_url": "https://svn.github.com/octocat/Hello-World",
"homepage": "https://github.com",
- "language": null,
"forks_count": 9,
"forks": 9,
"stargazers_count": 80,
@@ -379523,7 +378735,6 @@
"hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
"svn_url": "https://svn.github.com/octocat/Hello-World-Template",
"homepage": "https://github.com",
- "language": null,
"forks": 9,
"forks_count": 9,
"stargazers_count": 80,
@@ -379567,7 +378778,6 @@
"allow_rebase_merge": true,
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
"allow_squash_merge": true,
- "allow_auto_merge": false,
"delete_branch_on_merge": true,
"allow_merge_commit": true,
"subscribers_count": 42,
@@ -379575,7 +378785,6 @@
},
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
"allow_squash_merge": true,
- "allow_auto_merge": false,
"delete_branch_on_merge": true,
"allow_merge_commit": true,
"subscribers_count": 42,
@@ -379679,7 +378888,6 @@
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
"svn_url": "https://svn.github.com/octocat/Hello-World",
"homepage": "https://github.com",
- "language": null,
"forks_count": 9,
"stargazers_count": 80,
"watchers_count": 80,
@@ -379712,7 +378920,6 @@
"allow_rebase_merge": true,
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
"allow_squash_merge": true,
- "allow_auto_merge": false,
"delete_branch_on_merge": true,
"allow_merge_commit": true,
"subscribers_count": 42,
@@ -379801,7 +379008,6 @@
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
"svn_url": "https://svn.github.com/octocat/Hello-World",
"homepage": "https://github.com",
- "language": null,
"forks_count": 9,
"stargazers_count": 80,
"watchers_count": 80,
@@ -379834,7 +379040,6 @@
"allow_rebase_merge": true,
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
"allow_squash_merge": true,
- "allow_auto_merge": false,
"delete_branch_on_merge": true,
"allow_merge_commit": true,
"subscribers_count": 42,
@@ -381718,9 +380923,6 @@
"allow_squash_merge": {
"type": "boolean"
},
- "allow_auto_merge": {
- "type": "boolean"
- },
"delete_branch_on_merge": {
"type": "boolean"
},
@@ -381749,14 +380951,6 @@
true
]
},
- "allow_auto_merge": {
- "description": "Whether to allow Auto-merge to be used on pull requests.",
- "default": false,
- "type": "boolean",
- "examples": [
- false
- ]
- },
"delete_branch_on_merge": {
"description": "Whether to delete head branches when pull requests are merged",
"default": false,
@@ -381897,12 +381091,6 @@
true
]
},
- "allow_auto_merge": {
- "type": "boolean",
- "examples": [
- false
- ]
- },
"delete_branch_on_merge": {
"type": "boolean",
"examples": [
@@ -383378,9 +382566,6 @@
"allow_squash_merge": {
"type": "boolean"
},
- "allow_auto_merge": {
- "type": "boolean"
- },
"delete_branch_on_merge": {
"type": "boolean"
},
@@ -383409,14 +382594,6 @@
true
]
},
- "allow_auto_merge": {
- "description": "Whether to allow Auto-merge to be used on pull requests.",
- "default": false,
- "type": "boolean",
- "examples": [
- false
- ]
- },
"delete_branch_on_merge": {
"description": "Whether to delete head branches when pull requests are merged",
"default": false,
@@ -384752,9 +383929,6 @@
"allow_squash_merge": {
"type": "boolean"
},
- "allow_auto_merge": {
- "type": "boolean"
- },
"delete_branch_on_merge": {
"type": "boolean"
},
@@ -384783,14 +383957,6 @@
true
]
},
- "allow_auto_merge": {
- "description": "Whether to allow Auto-merge to be used on pull requests.",
- "default": false,
- "type": "boolean",
- "examples": [
- false
- ]
- },
"delete_branch_on_merge": {
"description": "Whether to delete head branches when pull requests are merged",
"default": false,
@@ -385590,17 +384756,6 @@
"isRequired": false,
"childParamsGroups": []
},
- {
- "type": "boolean",
- "description": "Either true to allow auto-merge on pull requests, or false to disallow auto-merge.
Either true to allow automatically deleting head branches when pull requests are merged, or false to prevent automatic deletion.
Note: To edit a repository's topics, use the Replace all repository topics endpoint.
", "statusCodes": [ { @@ -391460,6 +390567,10 @@ "description": "Validation failed
" } ], + "previews": [ + "You can set the visibility of a repository using the new visibility parameter in the Repositories API, and get a repository's visibility with a new response key. For more information, see the blog post.
To access repository visibility during the preview period, you must provide a custom media type in the Accept header:
application/vnd.github.nebula-preview+json",
+ "The is_template and template_repository keys are currently available for developer to preview. See Create a repository using a template to learn how to create template repositories. To access these new response keys during the preview period, you must provide a custom media type in the Accept header:
application/vnd.github.baptiste-preview+json"
+ ],
"subcategory": "repos"
},
{
@@ -392702,7 +391813,6 @@
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
"svn_url": "https://svn.github.com/octocat/Hello-World",
"homepage": "https://github.com",
- "language": null,
"forks_count": 9,
"stargazers_count": 80,
"watchers_count": 80,
@@ -392804,7 +391914,6 @@
"hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
"svn_url": "https://svn.github.com/octocat/Hello-World-Template",
"homepage": "https://github.com",
- "language": null,
"forks": 9,
"forks_count": 9,
"stargazers_count": 80,
@@ -392848,7 +391957,6 @@
"allow_rebase_merge": true,
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
"allow_squash_merge": true,
- "allow_auto_merge": false,
"delete_branch_on_merge": true,
"allow_merge_commit": true,
"allow_forking": true,
@@ -394649,9 +393757,6 @@
"allow_squash_merge": {
"type": "boolean"
},
- "allow_auto_merge": {
- "type": "boolean"
- },
"delete_branch_on_merge": {
"type": "boolean"
},
@@ -394680,14 +393785,6 @@
true
]
},
- "allow_auto_merge": {
- "description": "Whether to allow Auto-merge to be used on pull requests.",
- "default": false,
- "type": "boolean",
- "examples": [
- false
- ]
- },
"delete_branch_on_merge": {
"description": "Whether to delete head branches when pull requests are merged",
"default": false,
@@ -395156,7 +394253,6 @@
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
"svn_url": "https://svn.github.com/octocat/Hello-World",
"homepage": "https://github.com",
- "language": null,
"forks_count": 9,
"forks": 9,
"stargazers_count": 80,
@@ -395190,7 +394286,6 @@
"pull": true
},
"allow_rebase_merge": true,
- "allow_auto_merge": false,
"license": {
"key": "mit",
"name": "MIT License",
@@ -395198,7 +394293,8 @@
"spdx_id": "MIT",
"node_id": "MDc6TGljZW5zZW1pdA==",
"html_url": "https://github.com/licenses/mit"
- }
+ },
+ "template_repository": {}
},
"schema": {
"title": "Repository",
@@ -396409,9 +395505,6 @@
"allow_squash_merge": {
"type": "boolean"
},
- "allow_auto_merge": {
- "type": "boolean"
- },
"delete_branch_on_merge": {
"type": "boolean"
},
@@ -396440,14 +395533,6 @@
true
]
},
- "allow_auto_merge": {
- "description": "Whether to allow Auto-merge to be used on pull requests.",
- "default": false,
- "type": "boolean",
- "examples": [
- false
- ]
- },
"delete_branch_on_merge": {
"description": "Whether to delete head branches when pull requests are merged",
"default": false,
@@ -398502,9 +397587,6 @@
"allow_squash_merge": {
"type": "boolean"
},
- "allow_auto_merge": {
- "type": "boolean"
- },
"delete_branch_on_merge": {
"type": "boolean"
},
@@ -398533,14 +397615,6 @@
true
]
},
- "allow_auto_merge": {
- "description": "Whether to allow Auto-merge to be used on pull requests.",
- "default": false,
- "type": "boolean",
- "examples": [
- false
- ]
- },
"delete_branch_on_merge": {
"description": "Whether to delete head branches when pull requests are merged",
"default": false,
@@ -399079,7 +398153,6 @@
"template_repository": null,
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
"allow_squash_merge": true,
- "allow_auto_merge": false,
"delete_branch_on_merge": true,
"allow_merge_commit": true,
"subscribers_count": 42,
@@ -400308,9 +399381,6 @@
"allow_squash_merge": {
"type": "boolean"
},
- "allow_auto_merge": {
- "type": "boolean"
- },
"delete_branch_on_merge": {
"type": "boolean"
},
@@ -400339,14 +399409,6 @@
true
]
},
- "allow_auto_merge": {
- "description": "Whether to allow Auto-merge to be used on pull requests.",
- "default": false,
- "type": "boolean",
- "examples": [
- false
- ]
- },
"delete_branch_on_merge": {
"description": "Whether to delete head branches when pull requests are merged",
"default": false,
@@ -400686,20 +399748,6 @@
"isRequired": false,
"childParamsGroups": []
},
- {
- "description": "Whether to allow Auto-merge to be used on pull requests.
", - "default": false, - "type": "boolean", - "examples": [ - false - ], - "name": "allow_auto_merge", - "in": "body", - "rawType": "boolean", - "rawDescription": "Whether to allow Auto-merge to be used on pull requests.", - "isRequired": false, - "childParamsGroups": [] - }, { "description": "Whether to delete head branches when pull requests are merged
", "default": false, @@ -400828,8 +399876,6 @@ "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks", "svn_url": "https://svn.github.com/octocat/Hello-World", "homepage": "https://github.com", - "organization": null, - "language": null, "forks": 9, "forks_count": 9, "stargazers_count": 80, @@ -400871,10 +399917,8 @@ "pull": true }, "allow_rebase_merge": true, - "template_repository": null, "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O", "allow_squash_merge": true, - "allow_auto_merge": false, "delete_branch_on_merge": true, "allow_merge_commit": true, "subscribers_count": 42, @@ -402089,9 +401133,6 @@ "allow_squash_merge": { "type": "boolean" }, - "allow_auto_merge": { - "type": "boolean" - }, "delete_branch_on_merge": { "type": "boolean" }, @@ -402120,14 +401161,6 @@ true ] }, - "allow_auto_merge": { - "description": "Whether to allow Auto-merge to be used on pull requests.", - "default": false, - "type": "boolean", - "examples": [ - false - ] - }, "delete_branch_on_merge": { "description": "Whether to delete head branches when pull requests are merged", "default": false, @@ -404287,9 +403320,6 @@ "allow_squash_merge": { "type": "boolean" }, - "allow_auto_merge": { - "type": "boolean" - }, "delete_branch_on_merge": { "type": "boolean" }, @@ -404318,14 +403348,6 @@ true ] }, - "allow_auto_merge": { - "description": "Whether to allow Auto-merge to be used on pull requests.", - "default": false, - "type": "boolean", - "examples": [ - false - ] - }, "delete_branch_on_merge": { "description": "Whether to delete head branches when pull requests are merged", "default": false, @@ -410113,9 +409135,6 @@ "allow_squash_merge": { "type": "boolean" }, - "allow_auto_merge": { - "type": "boolean" - }, "delete_branch_on_merge": { "type": "boolean" }, @@ -410144,14 +409163,6 @@ true ] }, - "allow_auto_merge": { - "description": "Whether to allow Auto-merge to be used on pull requests.", - "default": false, - "type": "boolean", - "examples": [ - false - ] - }, "delete_branch_on_merge": { "description": "Whether to delete head branches when pull requests are merged", "default": false, @@ -410584,7 +409595,6 @@ "node_id": "MDc6TGljZW5zZW1pdA==", "html_url": "https://github.com/licenses/mit" }, - "language": null, "forks_count": 9, "forks": 9, "stargazers_count": 80, @@ -410690,7 +409700,6 @@ "hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks", "svn_url": "https://svn.github.com/octocat/Hello-World-Template", "homepage": "https://github.com", - "language": null, "forks": 9, "forks_count": 9, "stargazers_count": 80, @@ -410734,7 +409743,6 @@ "allow_rebase_merge": true, "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O", "allow_squash_merge": true, - "allow_auto_merge": false, "delete_branch_on_merge": true, "allow_merge_commit": true, "subscribers_count": 42, @@ -410742,7 +409750,6 @@ }, "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O", "allow_squash_merge": true, - "allow_auto_merge": false, "delete_branch_on_merge": true, "allow_merge_commit": true, "allow_forking": true, @@ -410840,7 +409847,6 @@ "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks", "svn_url": "https://svn.github.com/octocat/Hello-World", "homepage": "https://github.com", - "language": null, "forks_count": 9, "stargazers_count": 80, "watchers_count": 80, @@ -410873,7 +409879,6 @@ "allow_rebase_merge": true, "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O", "allow_squash_merge": true, - "allow_auto_merge": false, "delete_branch_on_merge": true, "allow_merge_commit": true, "subscribers_count": 42, @@ -410962,7 +409967,6 @@ "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks", "svn_url": "https://svn.github.com/octocat/Hello-World", "homepage": "https://github.com", - "language": null, "forks_count": 9, "stargazers_count": 80, "watchers_count": 80, @@ -410995,7 +409999,6 @@ "allow_rebase_merge": true, "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O", "allow_squash_merge": true, - "allow_auto_merge": false, "delete_branch_on_merge": true, "allow_merge_commit": true, "subscribers_count": 42, @@ -412873,9 +411876,6 @@ "allow_squash_merge": { "type": "boolean" }, - "allow_auto_merge": { - "type": "boolean" - }, "delete_branch_on_merge": { "type": "boolean" }, @@ -412904,14 +411904,6 @@ true ] }, - "allow_auto_merge": { - "description": "Whether to allow Auto-merge to be used on pull requests.", - "default": false, - "type": "boolean", - "examples": [ - false - ] - }, "delete_branch_on_merge": { "description": "Whether to delete head branches when pull requests are merged", "default": false, @@ -413052,12 +412044,6 @@ true ] }, - "allow_auto_merge": { - "type": "boolean", - "examples": [ - false - ] - }, "delete_branch_on_merge": { "type": "boolean", "examples": [ @@ -414533,9 +413519,6 @@ "allow_squash_merge": { "type": "boolean" }, - "allow_auto_merge": { - "type": "boolean" - }, "delete_branch_on_merge": { "type": "boolean" }, @@ -414564,14 +413547,6 @@ true ] }, - "allow_auto_merge": { - "description": "Whether to allow Auto-merge to be used on pull requests.", - "default": false, - "type": "boolean", - "examples": [ - false - ] - }, "delete_branch_on_merge": { "description": "Whether to delete head branches when pull requests are merged", "default": false, @@ -415907,9 +414882,6 @@ "allow_squash_merge": { "type": "boolean" }, - "allow_auto_merge": { - "type": "boolean" - }, "delete_branch_on_merge": { "type": "boolean" }, @@ -415938,14 +414910,6 @@ true ] }, - "allow_auto_merge": { - "description": "Whether to allow Auto-merge to be used on pull requests.", - "default": false, - "type": "boolean", - "examples": [ - false - ] - }, "delete_branch_on_merge": { "description": "Whether to delete head branches when pull requests are merged", "default": false, @@ -418277,9 +417241,6 @@ "allow_squash_merge": { "type": "boolean" }, - "allow_auto_merge": { - "type": "boolean" - }, "delete_branch_on_merge": { "type": "boolean" }, @@ -418308,14 +417269,6 @@ true ] }, - "allow_auto_merge": { - "description": "Whether to allow Auto-merge to be used on pull requests.", - "default": false, - "type": "boolean", - "examples": [ - false - ] - }, "delete_branch_on_merge": { "description": "Whether to delete head branches when pull requests are merged", "default": false, @@ -421076,9 +420029,6 @@ "allow_squash_merge": { "type": "boolean" }, - "allow_auto_merge": { - "type": "boolean" - }, "delete_branch_on_merge": { "type": "boolean" }, @@ -421107,14 +420057,6 @@ true ] }, - "allow_auto_merge": { - "description": "Whether to allow Auto-merge to be used on pull requests.", - "default": false, - "type": "boolean", - "examples": [ - false - ] - }, "delete_branch_on_merge": { "description": "Whether to delete head branches when pull requests are merged", "default": false, @@ -423927,9 +422869,6 @@ "allow_squash_merge": { "type": "boolean" }, - "allow_auto_merge": { - "type": "boolean" - }, "delete_branch_on_merge": { "type": "boolean" }, @@ -423958,14 +422897,6 @@ true ] }, - "allow_auto_merge": { - "description": "Whether to allow Auto-merge to be used on pull requests.", - "default": false, - "type": "boolean", - "examples": [ - false - ] - }, "delete_branch_on_merge": { "description": "Whether to delete head branches when pull requests are merged", "default": false, @@ -433036,9 +431967,6 @@ "allow_squash_merge": { "type": "boolean" }, - "allow_auto_merge": { - "type": "boolean" - }, "delete_branch_on_merge": { "type": "boolean" }, @@ -433067,14 +431995,6 @@ true ] }, - "allow_auto_merge": { - "description": "Whether to allow Auto-merge to be used on pull requests.", - "default": false, - "type": "boolean", - "examples": [ - false - ] - }, "delete_branch_on_merge": { "description": "Whether to delete head branches when pull requests are merged", "default": false, @@ -435630,9 +434550,6 @@ "allow_squash_merge": { "type": "boolean" }, - "allow_auto_merge": { - "type": "boolean" - }, "delete_branch_on_merge": { "type": "boolean" }, @@ -435661,14 +434578,6 @@ true ] }, - "allow_auto_merge": { - "description": "Whether to allow Auto-merge to be used on pull requests.", - "default": false, - "type": "boolean", - "examples": [ - false - ] - }, "delete_branch_on_merge": { "description": "Whether to delete head branches when pull requests are merged", "default": false, @@ -441463,9 +440372,6 @@ "allow_squash_merge": { "type": "boolean" }, - "allow_auto_merge": { - "type": "boolean" - }, "delete_branch_on_merge": { "type": "boolean" }, @@ -441494,14 +440400,6 @@ true ] }, - "allow_auto_merge": { - "description": "Whether to allow Auto-merge to be used on pull requests.", - "default": false, - "type": "boolean", - "examples": [ - false - ] - }, "delete_branch_on_merge": { "description": "Whether to delete head branches when pull requests are merged", "default": false, @@ -444051,9 +442949,6 @@ "allow_squash_merge": { "type": "boolean" }, - "allow_auto_merge": { - "type": "boolean" - }, "delete_branch_on_merge": { "type": "boolean" }, @@ -444082,14 +442977,6 @@ true ] }, - "allow_auto_merge": { - "description": "Whether to allow Auto-merge to be used on pull requests.", - "default": false, - "type": "boolean", - "examples": [ - false - ] - }, "delete_branch_on_merge": { "description": "Whether to delete head branches when pull requests are merged", "default": false, diff --git a/lib/rest/static/decorated/ghes-3.3.json b/lib/rest/static/decorated/ghes-3.3.json index ef347de829..87f9f8aea4 100644 --- a/lib/rest/static/decorated/ghes-3.3.json +++ b/lib/rest/static/decorated/ghes-3.3.json @@ -306065,7 +306065,7 @@ }, { "type": "string", - "description": "Specifies which types of repositories non-admin organization members can create. private is only available to repositories that are part of an organization on GitHub Enterprise Cloud.\nNote: This parameter is deprecated and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in members_can_create_repositories. See the parameter deprecation notice in the operation description for details.
Specifies which types of repositories non-admin organization members can create.\nNote: This parameter is deprecated and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in members_can_create_repositories. See the parameter deprecation notice in the operation description for details.
Exclude related items from being returned in the response in order to improve performance of the request. The array can include any of: \"repositories\".
Specifies which types of repositories non-admin organization members can create. private is only available to repositories that are part of an organization on GitHub Enterprise Cloud.\nNote: This parameter is deprecated and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in members_can_create_repositories. See the parameter deprecation notice in the operation description for details.
Specifies which types of repositories non-admin organization members can create.\nNote: This parameter is deprecated and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in members_can_create_repositories. See the parameter deprecation notice in the operation description for details.
Exclude related items from being returned in the response in order to improve performance of the request. The array can include any of: \"repositories\".
Specifies which types of repositories non-admin organization members can create. private is only available to repositories that are part of an organization on GitHub Enterprise Cloud.\nNote: This parameter is deprecated and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in members_can_create_repositories. See the parameter deprecation notice in the operation description for details.
Specifies which types of repositories non-admin organization members can create.\nNote: This parameter is deprecated and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in members_can_create_repositories. See the parameter deprecation notice in the operation description for details.
Exclude related items from being returned in the response in order to improve performance of the request. The array can include any of: \"repositories\".