File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -167072,14 +167072,6 @@
167072
167072
}
167073
167073
}
167074
167074
},
167075
- "code_scanning_forbidden_read": {
167076
- "description": "Response if GitHub Advanced Security is not enabled for this repository",
167077
- "content": {
167078
- "application/json": {
167079
- "schema": { "$ref": "#/components/schemas/basic-error" }
167080
- }
167081
- }
167082
- },
167083
167075
"forbidden_gist": {
167084
167076
"description": "Forbidden Gist",
167085
167077
"content": {
@@ -167146,6 +167138,14 @@
167146
167138
}
167147
167139
}
167148
167140
},
167141
+ "code_scanning_forbidden_read": {
167142
+ "description": "Response if GitHub Advanced Security is not enabled for this repository",
167143
+ "content": {
167144
+ "application/json": {
167145
+ "schema": { "$ref": "#/components/schemas/basic-error" }
167146
+ }
167147
+ }
167148
+ },
167149
167149
"code_scanning_forbidden_write": {
167150
167150
"description": "Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository",
167151
167151
"content": {
You can’t perform that action at this time.
0 commit comments