Skip to content

Commit 378bad5

Browse files
authored
Merge pull request #1703 from github/openapi-update-d274b9b8e51100888688e53aa728e4c5baeb8795e809970f3034b336e3f5705f
Update OpenAPI 3.0 Descriptions
2 parents 99f8351 + 7ffbe41 commit 378bad5

File tree

10 files changed

+4195
-52
lines changed

10 files changed

+4195
-52
lines changed

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

Lines changed: 766 additions & 0 deletions
Large diffs are not rendered by default.

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

Lines changed: 576 additions & 0 deletions
Large diffs are not rendered by default.

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

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188646,6 +188646,27 @@
188646188646
}
188647188647
}
188648188648
}
188649+
},
188650+
"503": {
188651+
"description": "Service unavailable",
188652+
"content": {
188653+
"application/json": {
188654+
"schema": {
188655+
"type": "object",
188656+
"properties": {
188657+
"code": {
188658+
"type": "string"
188659+
},
188660+
"message": {
188661+
"type": "string"
188662+
},
188663+
"documentation_url": {
188664+
"type": "string"
188665+
}
188666+
}
188667+
}
188668+
}
188669+
}
188649188670
}
188650188671
},
188651188672
"x-github": {
@@ -321891,6 +321912,27 @@
321891321912
}
321892321913
}
321893321914
}
321915+
},
321916+
"503": {
321917+
"description": "Service unavailable",
321918+
"content": {
321919+
"application/json": {
321920+
"schema": {
321921+
"type": "object",
321922+
"properties": {
321923+
"code": {
321924+
"type": "string"
321925+
},
321926+
"message": {
321927+
"type": "string"
321928+
},
321929+
"documentation_url": {
321930+
"type": "string"
321931+
}
321932+
}
321933+
}
321934+
}
321935+
}
321894321936
}
321895321937
},
321896321938
"x-github": {
@@ -380030,6 +380072,27 @@
380030380072
}
380031380073
}
380032380074
}
380075+
},
380076+
"503": {
380077+
"description": "Service unavailable",
380078+
"content": {
380079+
"application/json": {
380080+
"schema": {
380081+
"type": "object",
380082+
"properties": {
380083+
"code": {
380084+
"type": "string"
380085+
},
380086+
"message": {
380087+
"type": "string"
380088+
},
380089+
"documentation_url": {
380090+
"type": "string"
380091+
}
380092+
}
380093+
}
380094+
}
380095+
}
380033380096
}
380034380097
},
380035380098
"x-github": {

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43385,6 +43385,7 @@ paths:
4338543385
'401': *23
4338643386
'403': *24
4338743387
'404': *16
43388+
'503': *63
4338843389
x-github:
4338943390
githubCloudOnly: false
4339043391
enabledForGitHubApps: false
@@ -63282,6 +63283,7 @@ paths:
6328263283
'401': *23
6328363284
'403': *24
6328463285
'404': *16
63286+
'503': *63
6328563287
x-github:
6328663288
githubCloudOnly: false
6328763289
enabledForGitHubApps: false
@@ -74498,6 +74500,7 @@ paths:
7449874500
'401': *23
7449974501
'403': *24
7450074502
'404': *16
74503+
'503': *63
7450174504
x-github:
7450274505
githubCloudOnly: false
7450374506
enabledForGitHubApps: false

0 commit comments

Comments
 (0)