Skip to content

Commit 7291aeb

Browse files
authored
Merge pull request #4791 from github/openapi-update-f5ccfbfa79091a2bcb3edfcc5552607a88f309f879e62dbf701618da58b2dbe2
Update OpenAPI 3.1 Descriptions
2 parents 30d49c3 + ef502e0 commit 7291aeb

16 files changed

+208
-0
lines changed

descriptions-next/api.github.com/api.github.com.2022-11-28.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36943,6 +36943,9 @@
3694336943
"404": {
3694436944
"$ref": "#/components/responses/not_found"
3694536945
},
36946+
"422": {
36947+
"$ref": "#/components/responses/unprocessable_analysis"
36948+
},
3694636949
"503": {
3694736950
"$ref": "#/components/responses/service_unavailable"
3694836951
}
@@ -310334,6 +310337,16 @@
310334310337
}
310335310338
}
310336310339
},
310340+
"unprocessable_analysis": {
310341+
"description": "Response if analysis could not be processed",
310342+
"content": {
310343+
"application/json": {
310344+
"schema": {
310345+
"$ref": "#/components/schemas/basic-error"
310346+
}
310347+
}
310348+
}
310349+
},
310337310350
"found": {
310338310351
"description": "Found"
310339310352
},

descriptions-next/api.github.com/api.github.com.2022-11-28.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26782,6 +26782,8 @@ paths:
2678226782
"$ref": "#/components/responses/code_scanning_forbidden_read"
2678326783
'404':
2678426784
"$ref": "#/components/responses/not_found"
26785+
'422':
26786+
"$ref": "#/components/responses/unprocessable_analysis"
2678526787
'503':
2678626788
"$ref": "#/components/responses/service_unavailable"
2678726789
x-github:
@@ -232474,6 +232476,12 @@ components:
232474232476
application/json:
232475232477
schema:
232476232478
"$ref": "#/components/schemas/basic-error"
232479+
unprocessable_analysis:
232480+
description: Response if analysis could not be processed
232481+
content:
232482+
application/json:
232483+
schema:
232484+
"$ref": "#/components/schemas/basic-error"
232477232485
found:
232478232486
description: Found
232479232487
code_scanning_conflict:

descriptions-next/api.github.com/api.github.com.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36943,6 +36943,9 @@
3694336943
"404": {
3694436944
"$ref": "#/components/responses/not_found"
3694536945
},
36946+
"422": {
36947+
"$ref": "#/components/responses/unprocessable_analysis"
36948+
},
3694636949
"503": {
3694736950
"$ref": "#/components/responses/service_unavailable"
3694836951
}
@@ -310334,6 +310337,16 @@
310334310337
}
310335310338
}
310336310339
},
310340+
"unprocessable_analysis": {
310341+
"description": "Response if analysis could not be processed",
310342+
"content": {
310343+
"application/json": {
310344+
"schema": {
310345+
"$ref": "#/components/schemas/basic-error"
310346+
}
310347+
}
310348+
}
310349+
},
310337310350
"found": {
310338310351
"description": "Found"
310339310352
},

0 commit comments

Comments
 (0)