@@ -270164,6 +270164,27 @@
270164270164 }
270165270165 }
270166270166 }
270167+ },
270168+ "503": {
270169+ "description": "Service unavailable",
270170+ "content": {
270171+ "application/json": {
270172+ "schema": {
270173+ "type": "object",
270174+ "properties": {
270175+ "code": {
270176+ "type": "string"
270177+ },
270178+ "message": {
270179+ "type": "string"
270180+ },
270181+ "documentation_url": {
270182+ "type": "string"
270183+ }
270184+ }
270185+ }
270186+ }
270187+ }
270167270188 }
270168270189 },
270169270190 "x-github": {
@@ -280484,8 +280505,8 @@
280484280505 }
280485280506 }
280486280507 },
280487- "500 ": {
280488- "description": "Internal Error ",
280508+ "404 ": {
280509+ "description": "Resource not found ",
280489280510 "content": {
280490280511 "application/json": {
280491280512 "schema": {
@@ -280510,8 +280531,8 @@
280510280531 }
280511280532 }
280512280533 },
280513- "404 ": {
280514- "description": "Resource not found ",
280534+ "500 ": {
280535+ "description": "Internal Error ",
280515280536 "content": {
280516280537 "application/json": {
280517280538 "schema": {
@@ -280535,6 +280556,27 @@
280535280556 }
280536280557 }
280537280558 }
280559+ },
280560+ "503": {
280561+ "description": "Service unavailable",
280562+ "content": {
280563+ "application/json": {
280564+ "schema": {
280565+ "type": "object",
280566+ "properties": {
280567+ "code": {
280568+ "type": "string"
280569+ },
280570+ "message": {
280571+ "type": "string"
280572+ },
280573+ "documentation_url": {
280574+ "type": "string"
280575+ }
280576+ }
280577+ }
280578+ }
280579+ }
280538280580 }
280539280581 },
280540280582 "x-github": {
@@ -413566,8 +413608,8 @@
413566413608 "304": {
413567413609 "description": "Not modified"
413568413610 },
413569- "500 ": {
413570- "description": "Internal Error ",
413611+ "404 ": {
413612+ "description": "Resource not found ",
413571413613 "content": {
413572413614 "application/json": {
413573413615 "schema": {
@@ -413592,8 +413634,8 @@
413592413634 }
413593413635 }
413594413636 },
413595- "404 ": {
413596- "description": "Resource not found ",
413637+ "500 ": {
413638+ "description": "Internal Error ",
413597413639 "content": {
413598413640 "application/json": {
413599413641 "schema": {
@@ -413617,6 +413659,27 @@
413617413659 }
413618413660 }
413619413661 }
413662+ },
413663+ "503": {
413664+ "description": "Service unavailable",
413665+ "content": {
413666+ "application/json": {
413667+ "schema": {
413668+ "type": "object",
413669+ "properties": {
413670+ "code": {
413671+ "type": "string"
413672+ },
413673+ "message": {
413674+ "type": "string"
413675+ },
413676+ "documentation_url": {
413677+ "type": "string"
413678+ }
413679+ }
413680+ }
413681+ }
413682+ }
413620413683 }
413621413684 },
413622413685 "x-github": {
@@ -427209,6 +427272,27 @@
427209427272 }
427210427273 }
427211427274 }
427275+ },
427276+ "503": {
427277+ "description": "Service unavailable",
427278+ "content": {
427279+ "application/json": {
427280+ "schema": {
427281+ "type": "object",
427282+ "properties": {
427283+ "code": {
427284+ "type": "string"
427285+ },
427286+ "message": {
427287+ "type": "string"
427288+ },
427289+ "documentation_url": {
427290+ "type": "string"
427291+ }
427292+ }
427293+ }
427294+ }
427295+ }
427212427296 }
427213427297 },
427214427298 "x-github": {
0 commit comments