@@ -229049,6 +229049,27 @@
229049229049 }
229050229050 }
229051229051 }
229052+ },
229053+ "503": {
229054+ "description": "Service unavailable",
229055+ "content": {
229056+ "application/json": {
229057+ "schema": {
229058+ "type": "object",
229059+ "properties": {
229060+ "code": {
229061+ "type": "string"
229062+ },
229063+ "message": {
229064+ "type": "string"
229065+ },
229066+ "documentation_url": {
229067+ "type": "string"
229068+ }
229069+ }
229070+ }
229071+ }
229072+ }
229052229073 }
229053229074 },
229054229075 "x-github": {
@@ -237412,8 +237433,8 @@
237412237433 }
237413237434 }
237414237435 },
237415- "500 ": {
237416- "description": "Internal Error ",
237436+ "404 ": {
237437+ "description": "Resource not found ",
237417237438 "content": {
237418237439 "application/json": {
237419237440 "schema": {
@@ -237438,8 +237459,8 @@
237438237459 }
237439237460 }
237440237461 },
237441- "404 ": {
237442- "description": "Resource not found ",
237462+ "500 ": {
237463+ "description": "Internal Error ",
237443237464 "content": {
237444237465 "application/json": {
237445237466 "schema": {
@@ -237463,6 +237484,27 @@
237463237484 }
237464237485 }
237465237486 }
237487+ },
237488+ "503": {
237489+ "description": "Service unavailable",
237490+ "content": {
237491+ "application/json": {
237492+ "schema": {
237493+ "type": "object",
237494+ "properties": {
237495+ "code": {
237496+ "type": "string"
237497+ },
237498+ "message": {
237499+ "type": "string"
237500+ },
237501+ "documentation_url": {
237502+ "type": "string"
237503+ }
237504+ }
237505+ }
237506+ }
237507+ }
237466237508 }
237467237509 },
237468237510 "x-github": {
@@ -347172,8 +347214,8 @@
347172347214 "304": {
347173347215 "description": "Not modified"
347174347216 },
347175- "500 ": {
347176- "description": "Internal Error ",
347217+ "404 ": {
347218+ "description": "Resource not found ",
347177347219 "content": {
347178347220 "application/json": {
347179347221 "schema": {
@@ -347198,8 +347240,8 @@
347198347240 }
347199347241 }
347200347242 },
347201- "404 ": {
347202- "description": "Resource not found ",
347243+ "500 ": {
347244+ "description": "Internal Error ",
347203347245 "content": {
347204347246 "application/json": {
347205347247 "schema": {
@@ -347223,6 +347265,27 @@
347223347265 }
347224347266 }
347225347267 }
347268+ },
347269+ "503": {
347270+ "description": "Service unavailable",
347271+ "content": {
347272+ "application/json": {
347273+ "schema": {
347274+ "type": "object",
347275+ "properties": {
347276+ "code": {
347277+ "type": "string"
347278+ },
347279+ "message": {
347280+ "type": "string"
347281+ },
347282+ "documentation_url": {
347283+ "type": "string"
347284+ }
347285+ }
347286+ }
347287+ }
347288+ }
347226347289 }
347227347290 },
347228347291 "x-github": {
@@ -358536,6 +358599,27 @@
358536358599 }
358537358600 }
358538358601 }
358602+ },
358603+ "503": {
358604+ "description": "Service unavailable",
358605+ "content": {
358606+ "application/json": {
358607+ "schema": {
358608+ "type": "object",
358609+ "properties": {
358610+ "code": {
358611+ "type": "string"
358612+ },
358613+ "message": {
358614+ "type": "string"
358615+ },
358616+ "documentation_url": {
358617+ "type": "string"
358618+ }
358619+ }
358620+ }
358621+ }
358622+ }
358539358623 }
358540358624 },
358541358625 "x-github": {
0 commit comments