Update OpenAPI Descriptions (#27865)
This commit is contained in:
committed by
GitHub
parent
4ad0c98801
commit
f9d3584b2e
@@ -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": []
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user