Skip to content

Commit

Permalink
Merge branch 'main' into pwsh-commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesurowiec authored Mar 7, 2022
2 parents ae88a1b + a4784f5 commit da18e59
Show file tree
Hide file tree
Showing 82 changed files with 2,492 additions and 144 deletions.
189 changes: 187 additions & 2 deletions lib/rest/static/decorated/api.github.com.json

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions lib/rest/static/decorated/ghes-3.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -6790,6 +6790,11 @@
"httpStatusCode": "202",
"httpStatusMessage": "Accepted",
"description": "<p>Response</p>"
},
{
"httpStatusCode": "409",
"httpStatusMessage": "Conflict",
"description": "<p>Conflict</p>"
}
]
},
Expand Down
185 changes: 185 additions & 0 deletions lib/rest/static/decorated/ghes-3.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -7241,6 +7241,11 @@
"httpStatusCode": "202",
"httpStatusMessage": "Accepted",
"description": "<p>Response</p>"
},
{
"httpStatusCode": "409",
"httpStatusMessage": "Conflict",
"description": "<p>Conflict</p>"
}
]
},
Expand Down Expand Up @@ -63441,6 +63446,43 @@
]
}
]
},
"secret_scanning_push_protection": {
"type": "object",
"description": "<p>Use the <code>status</code> property to enable or disable secret scanning push protection for this repository. For more information, see \"<a href=\"/enterprise-cloud@latest/early-access/code-security/secret-scanning/protecting-pushes-with-secret-scanning\">About push protection</a>.\"</p>",
"properties": {
"status": {
"type": "string",
"description": "<p>Can be <code>enabled</code> or <code>disabled</code>.</p>",
"name": "status",
"in": "body",
"rawType": "string",
"rawDescription": "Can be `enabled` or `disabled`.",
"childParamsGroups": []
}
},
"name": "secret_scanning_push_protection",
"in": "body",
"rawType": "object",
"rawDescription": "Use the `status` property to enable or disable secret scanning push protection for this repository. For more information, see \"[About push protection](/enterprise-cloud@latest/early-access/code-security/secret-scanning/protecting-pushes-with-secret-scanning).\"",
"childParamsGroups": [
{
"parentName": "secret_scanning_push_protection",
"parentType": "object",
"id": "secret_scanning_push_protection-object",
"params": [
{
"type": "string",
"description": "<p>Can be <code>enabled</code> or <code>disabled</code>.</p>",
"name": "status",
"in": "body",
"rawType": "string",
"rawDescription": "Can be `enabled` or `disabled`.",
"childParamsGroups": []
}
]
}
]
}
},
"name": "security_and_analysis",
Expand Down Expand Up @@ -63526,6 +63568,43 @@
]
}
]
},
{
"type": "object",
"description": "<p>Use the <code>status</code> property to enable or disable secret scanning push protection for this repository. For more information, see \"<a href=\"/enterprise-cloud@latest/early-access/code-security/secret-scanning/protecting-pushes-with-secret-scanning\">About push protection</a>.\"</p>",
"properties": {
"status": {
"type": "string",
"description": "<p>Can be <code>enabled</code> or <code>disabled</code>.</p>",
"name": "status",
"in": "body",
"rawType": "string",
"rawDescription": "Can be `enabled` or `disabled`.",
"childParamsGroups": []
}
},
"name": "secret_scanning_push_protection",
"in": "body",
"rawType": "object",
"rawDescription": "Use the `status` property to enable or disable secret scanning push protection for this repository. For more information, see \"[About push protection](/enterprise-cloud@latest/early-access/code-security/secret-scanning/protecting-pushes-with-secret-scanning).\"",
"childParamsGroups": [
{
"parentName": "secret_scanning_push_protection",
"parentType": "object",
"id": "secret_scanning_push_protection-object",
"params": [
{
"type": "string",
"description": "<p>Can be <code>enabled</code> or <code>disabled</code>.</p>",
"name": "status",
"in": "body",
"rawType": "string",
"rawDescription": "Can be `enabled` or `disabled`.",
"childParamsGroups": []
}
]
}
]
}
]
},
Expand Down Expand Up @@ -63560,6 +63639,22 @@
"childParamsGroups": []
}
]
},
{
"parentName": "secret_scanning_push_protection",
"parentType": "object",
"id": "secret_scanning_push_protection-object",
"params": [
{
"type": "string",
"description": "<p>Can be <code>enabled</code> or <code>disabled</code>.</p>",
"name": "status",
"in": "body",
"rawType": "string",
"rawDescription": "Can be `enabled` or `disabled`.",
"childParamsGroups": []
}
]
}
]
},
Expand Down Expand Up @@ -63863,6 +63958,43 @@
]
}
]
},
"secret_scanning_push_protection": {
"type": "object",
"description": "<p>Use the <code>status</code> property to enable or disable secret scanning push protection for this repository. For more information, see \"<a href=\"/enterprise-cloud@latest/early-access/code-security/secret-scanning/protecting-pushes-with-secret-scanning\">About push protection</a>.\"</p>",
"properties": {
"status": {
"type": "string",
"description": "<p>Can be <code>enabled</code> or <code>disabled</code>.</p>",
"name": "status",
"in": "body",
"rawType": "string",
"rawDescription": "Can be `enabled` or `disabled`.",
"childParamsGroups": []
}
},
"name": "secret_scanning_push_protection",
"in": "body",
"rawType": "object",
"rawDescription": "Use the `status` property to enable or disable secret scanning push protection for this repository. For more information, see \"[About push protection](/enterprise-cloud@latest/early-access/code-security/secret-scanning/protecting-pushes-with-secret-scanning).\"",
"childParamsGroups": [
{
"parentName": "secret_scanning_push_protection",
"parentType": "object",
"id": "secret_scanning_push_protection-object",
"params": [
{
"type": "string",
"description": "<p>Can be <code>enabled</code> or <code>disabled</code>.</p>",
"name": "status",
"in": "body",
"rawType": "string",
"rawDescription": "Can be `enabled` or `disabled`.",
"childParamsGroups": []
}
]
}
]
}
},
"name": "security_and_analysis",
Expand Down Expand Up @@ -63948,6 +64080,43 @@
]
}
]
},
{
"type": "object",
"description": "<p>Use the <code>status</code> property to enable or disable secret scanning push protection for this repository. For more information, see \"<a href=\"/enterprise-cloud@latest/early-access/code-security/secret-scanning/protecting-pushes-with-secret-scanning\">About push protection</a>.\"</p>",
"properties": {
"status": {
"type": "string",
"description": "<p>Can be <code>enabled</code> or <code>disabled</code>.</p>",
"name": "status",
"in": "body",
"rawType": "string",
"rawDescription": "Can be `enabled` or `disabled`.",
"childParamsGroups": []
}
},
"name": "secret_scanning_push_protection",
"in": "body",
"rawType": "object",
"rawDescription": "Use the `status` property to enable or disable secret scanning push protection for this repository. For more information, see \"[About push protection](/enterprise-cloud@latest/early-access/code-security/secret-scanning/protecting-pushes-with-secret-scanning).\"",
"childParamsGroups": [
{
"parentName": "secret_scanning_push_protection",
"parentType": "object",
"id": "secret_scanning_push_protection-object",
"params": [
{
"type": "string",
"description": "<p>Can be <code>enabled</code> or <code>disabled</code>.</p>",
"name": "status",
"in": "body",
"rawType": "string",
"rawDescription": "Can be `enabled` or `disabled`.",
"childParamsGroups": []
}
]
}
]
}
]
},
Expand Down Expand Up @@ -63982,6 +64151,22 @@
"childParamsGroups": []
}
]
},
{
"parentName": "secret_scanning_push_protection",
"parentType": "object",
"id": "secret_scanning_push_protection-object",
"params": [
{
"type": "string",
"description": "<p>Can be <code>enabled</code> or <code>disabled</code>.</p>",
"name": "status",
"in": "body",
"rawType": "string",
"rawDescription": "Can be `enabled` or `disabled`.",
"childParamsGroups": []
}
]
}
]
},
Expand Down
Loading

0 comments on commit da18e59

Please sign in to comment.