1
0
mirror of synced 2026-01-06 06:02:35 -05:00

Update OpenAPI Descriptions (#27865)

This commit is contained in:
github-openapi-bot
2022-05-20 13:41:21 -07:00
committed by GitHub
parent 4ad0c98801
commit f9d3584b2e
14 changed files with 21 additions and 21 deletions

View File

@@ -104254,11 +104254,11 @@
},
{
"type": "boolean",
"description": "<p>Blocks creation of new branches which match the branch protection pattern. Set to <code>true</code> to prohibit new branch creation. Default: <code>false</code>.</p>",
"description": "<p>If set to <code>true</code>, the <code>restrictions</code> branch protection settings which limits who can push will also block pushes which create new branches, unless the push is initiated by a user, team, or app which has the ability to push. Set to <code>true</code> to restrict new branch creation. Default: <code>false</code>.</p>",
"name": "block_creations",
"in": "body",
"rawType": "boolean",
"rawDescription": "Blocks creation of new branches which match the branch protection pattern. Set to `true` to prohibit new branch creation. Default: `false`.",
"rawDescription": "If set to `true`, the `restrictions` branch protection settings which limits who can push will also block pushes which create new branches, unless the push is initiated by a user, team, or app which has the ability to push. Set to `true` to restrict new branch creation. Default: `false`.",
"isRequired": false,
"childParamsGroups": []
},