Skip to content

Commit bfca237

Browse files
authored
Merge pull request #1270 from github/openapi-update-59a45bd9720c93d68665080a1a7eecf60bab3911a6aed53c2c39e0583883d506
Update OpenAPI 3.0 Descriptions
2 parents 7af46cb + 9edeed4 commit bfca237

28 files changed

+228
-4
lines changed

descriptions/api.github.com/api.github.com.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19489,6 +19489,9 @@
1948919489
"$ref": "#/components/headers/location"
1949019490
}
1949119491
}
19492+
},
19493+
"410": {
19494+
"$ref": "#/components/responses/gone"
1949219495
}
1949319496
},
1949419497
"x-github": {
@@ -30676,7 +30679,7 @@
3067630679
}
3067730680
},
3067830681
"x-github": {
30679-
"githubCloudOnly": true,
30682+
"githubCloudOnly": false,
3068030683
"enabledForGitHubApps": true,
3068130684
"category": "dependency-graph",
3068230685
"subcategory": "dependency-submission"

descriptions/api.github.com/api.github.com.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13935,6 +13935,8 @@ paths:
1393513935
headers:
1393613936
Location:
1393713937
"$ref": "#/components/headers/location"
13938+
'410':
13939+
"$ref": "#/components/responses/gone"
1393813940
x-github:
1393913941
githubCloudOnly: false
1394013942
enabledForGitHubApps: true
@@ -22247,7 +22249,7 @@ paths:
2224722249
example-of-a-dependency-submission:
2224822250
"$ref": "#/components/examples/dependency-graph-create-snapshot-success"
2224922251
x-github:
22250-
githubCloudOnly: true
22252+
githubCloudOnly: false
2225122253
enabledForGitHubApps: true
2225222254
category: dependency-graph
2225322255
subcategory: dependency-submission

descriptions/api.github.com/dereferenced/api.github.com.deref.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135566,6 +135566,32 @@
135566135566
}
135567135567
}
135568135568
}
135569+
},
135570+
"410": {
135571+
"description": "Gone",
135572+
"content": {
135573+
"application/json": {
135574+
"schema": {
135575+
"title": "Basic Error",
135576+
"description": "Basic Error",
135577+
"type": "object",
135578+
"properties": {
135579+
"message": {
135580+
"type": "string"
135581+
},
135582+
"documentation_url": {
135583+
"type": "string"
135584+
},
135585+
"url": {
135586+
"type": "string"
135587+
},
135588+
"status": {
135589+
"type": "string"
135590+
}
135591+
}
135592+
}
135593+
}
135594+
}
135569135595
}
135570135596
},
135571135597
"x-github": {
@@ -233622,7 +233648,7 @@
233622233648
}
233623233649
},
233624233650
"x-github": {
233625-
"githubCloudOnly": true,
233651+
"githubCloudOnly": false,
233626233652
"enabledForGitHubApps": true,
233627233653
"category": "dependency-graph",
233628233654
"subcategory": "dependency-submission"

0 commit comments

Comments
 (0)