Skip to content

Commit 30d49c3

Browse files
authored
Merge pull request #4790 from github/openapi-update-17e6e07954ffc4b0e678aae3ba1e5d343577c2f1f513d8a73ac15b09fbdaaaca
Update OpenAPI 3.0 Descriptions
2 parents 1c22f33 + 047c2e4 commit 30d49c3

16 files changed

+208
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36795,6 +36795,9 @@
3679536795
"404": {
3679636796
"$ref": "#/components/responses/not_found"
3679736797
},
36798+
"422": {
36799+
"$ref": "#/components/responses/unprocessable_analysis"
36800+
},
3679836801
"503": {
3679936802
"$ref": "#/components/responses/service_unavailable"
3680036803
}
@@ -301273,6 +301276,16 @@
301273301276
}
301274301277
}
301275301278
},
301279+
"unprocessable_analysis": {
301280+
"description": "Response if analysis could not be processed",
301281+
"content": {
301282+
"application/json": {
301283+
"schema": {
301284+
"$ref": "#/components/schemas/basic-error"
301285+
}
301286+
}
301287+
}
301288+
},
301276301289
"found": {
301277301290
"description": "Found"
301278301291
},

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26711,6 +26711,8 @@ paths:
2671126711
"$ref": "#/components/responses/code_scanning_forbidden_read"
2671226712
'404':
2671326713
"$ref": "#/components/responses/not_found"
26714+
'422':
26715+
"$ref": "#/components/responses/unprocessable_analysis"
2671426716
'503':
2671526717
"$ref": "#/components/responses/service_unavailable"
2671626718
x-github:
@@ -228986,6 +228988,12 @@ components:
228986228988
application/json:
228987228989
schema:
228988228990
"$ref": "#/components/schemas/basic-error"
228991+
unprocessable_analysis:
228992+
description: Response if analysis could not be processed
228993+
content:
228994+
application/json:
228995+
schema:
228996+
"$ref": "#/components/schemas/basic-error"
228989228997
found:
228990228998
description: Found
228991228999
code_scanning_conflict:

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36795,6 +36795,9 @@
3679536795
"404": {
3679636796
"$ref": "#/components/responses/not_found"
3679736797
},
36798+
"422": {
36799+
"$ref": "#/components/responses/unprocessable_analysis"
36800+
},
3679836801
"503": {
3679936802
"$ref": "#/components/responses/service_unavailable"
3680036803
}
@@ -301273,6 +301276,16 @@
301273301276
}
301274301277
}
301275301278
},
301279+
"unprocessable_analysis": {
301280+
"description": "Response if analysis could not be processed",
301281+
"content": {
301282+
"application/json": {
301283+
"schema": {
301284+
"$ref": "#/components/schemas/basic-error"
301285+
}
301286+
}
301287+
}
301288+
},
301276301289
"found": {
301277301290
"description": "Found"
301278301291
},

0 commit comments

Comments
 (0)