File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"openapi": "3.0.3",
3
3
"info": {
4
- "version": "1.0.3 ",
4
+ "version": "1.0.5 ",
5
5
"title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
"license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
15200
15200
"category": "repos",
15201
15201
"subcategory": "branches"
15202
15202
},
15203
- "x-octokit": {}
15203
+ "x-octokit": {
15204
+ "changes": [
15205
+ {
15206
+ "type": "OPERATION",
15207
+ "date": "2020-09-17",
15208
+ "before": { "operationId": "repos/update-status-check-potection" }
15209
+ }
15210
+ ]
15211
+ }
15204
15212
},
15205
15213
"delete": {
15206
15214
"summary": "Remove status check protection",
Original file line number Diff line number Diff line change 22
22
"branches" : " main"
23
23
},
24
24
"octokit" : {
25
- "openapi-version" : " 1.0.3 "
25
+ "openapi-version" : " 1.0.5 "
26
26
}
27
27
}
You can’t perform that action at this time.
0 commit comments