Skip to content

Commit 28f4258

Browse files
author
DJP
authored
Merge pull request #39 from glideapps/api-update-glide-pr-33003
OpenAPI spec update from glideapps/glide#33003
2 parents ddbfb89 + b31bc71 commit 28f4258

File tree

1 file changed

+246
-0
lines changed

1 file changed

+246
-0
lines changed

openapi/swagger.json

Lines changed: 246 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,41 @@
208208
}
209209
}
210210
},
211+
"402": {
212+
"description": "",
213+
"content": {
214+
"application/json": {
215+
"schema": {
216+
"type": "object",
217+
"properties": {
218+
"error": {
219+
"type": "object",
220+
"properties": {
221+
"type": {
222+
"type": "string",
223+
"enum": [
224+
"payment_required"
225+
]
226+
},
227+
"message": {
228+
"type": "string"
229+
}
230+
},
231+
"required": [
232+
"type",
233+
"message"
234+
],
235+
"additionalProperties": false
236+
}
237+
},
238+
"required": [
239+
"error"
240+
],
241+
"additionalProperties": false
242+
}
243+
}
244+
}
245+
},
211246
"422": {
212247
"description": "",
213248
"content": {
@@ -573,6 +608,41 @@
573608
}
574609
}
575610
},
611+
"402": {
612+
"description": "",
613+
"content": {
614+
"application/json": {
615+
"schema": {
616+
"type": "object",
617+
"properties": {
618+
"error": {
619+
"type": "object",
620+
"properties": {
621+
"type": {
622+
"type": "string",
623+
"enum": [
624+
"payment_required"
625+
]
626+
},
627+
"message": {
628+
"type": "string"
629+
}
630+
},
631+
"required": [
632+
"type",
633+
"message"
634+
],
635+
"additionalProperties": false
636+
}
637+
},
638+
"required": [
639+
"error"
640+
],
641+
"additionalProperties": false
642+
}
643+
}
644+
}
645+
},
576646
"404": {
577647
"description": "",
578648
"content": {
@@ -1120,6 +1190,77 @@
11201190
}
11211191
}
11221192
}
1193+
},
1194+
"402": {
1195+
"description": "",
1196+
"content": {
1197+
"application/json": {
1198+
"schema": {
1199+
"type": "object",
1200+
"properties": {
1201+
"error": {
1202+
"type": "object",
1203+
"properties": {
1204+
"type": {
1205+
"type": "string",
1206+
"enum": [
1207+
"payment_required"
1208+
]
1209+
},
1210+
"message": {
1211+
"type": "string"
1212+
}
1213+
},
1214+
"required": [
1215+
"type",
1216+
"message"
1217+
],
1218+
"additionalProperties": false
1219+
}
1220+
},
1221+
"required": [
1222+
"error"
1223+
],
1224+
"additionalProperties": false
1225+
}
1226+
}
1227+
}
1228+
},
1229+
"404": {
1230+
"description": "",
1231+
"content": {
1232+
"application/json": {
1233+
"schema": {
1234+
"type": "object",
1235+
"properties": {
1236+
"error": {
1237+
"type": "object",
1238+
"properties": {
1239+
"type": {
1240+
"type": "string",
1241+
"enum": [
1242+
"table_not_found",
1243+
"table_not_big_table"
1244+
]
1245+
},
1246+
"message": {
1247+
"type": "string"
1248+
}
1249+
},
1250+
"required": [
1251+
"type",
1252+
"message"
1253+
],
1254+
"additionalProperties": false
1255+
}
1256+
},
1257+
"required": [
1258+
"error"
1259+
],
1260+
"additionalProperties": false
1261+
}
1262+
}
1263+
}
11231264
}
11241265
},
11251266
"parameters": [
@@ -1226,6 +1367,41 @@
12261367
}
12271368
}
12281369
},
1370+
"402": {
1371+
"description": "",
1372+
"content": {
1373+
"application/json": {
1374+
"schema": {
1375+
"type": "object",
1376+
"properties": {
1377+
"error": {
1378+
"type": "object",
1379+
"properties": {
1380+
"type": {
1381+
"type": "string",
1382+
"enum": [
1383+
"payment_required"
1384+
]
1385+
},
1386+
"message": {
1387+
"type": "string"
1388+
}
1389+
},
1390+
"required": [
1391+
"type",
1392+
"message"
1393+
],
1394+
"additionalProperties": false
1395+
}
1396+
},
1397+
"required": [
1398+
"error"
1399+
],
1400+
"additionalProperties": false
1401+
}
1402+
}
1403+
}
1404+
},
12291405
"404": {
12301406
"description": "",
12311407
"content": {
@@ -1447,6 +1623,41 @@
14471623
}
14481624
}
14491625
},
1626+
"402": {
1627+
"description": "",
1628+
"content": {
1629+
"application/json": {
1630+
"schema": {
1631+
"type": "object",
1632+
"properties": {
1633+
"error": {
1634+
"type": "object",
1635+
"properties": {
1636+
"type": {
1637+
"type": "string",
1638+
"enum": [
1639+
"payment_required"
1640+
]
1641+
},
1642+
"message": {
1643+
"type": "string"
1644+
}
1645+
},
1646+
"required": [
1647+
"type",
1648+
"message"
1649+
],
1650+
"additionalProperties": false
1651+
}
1652+
},
1653+
"required": [
1654+
"error"
1655+
],
1656+
"additionalProperties": false
1657+
}
1658+
}
1659+
}
1660+
},
14501661
"404": {
14511662
"description": "",
14521663
"content": {
@@ -1670,6 +1881,41 @@
16701881
}
16711882
}
16721883
},
1884+
"402": {
1885+
"description": "",
1886+
"content": {
1887+
"application/json": {
1888+
"schema": {
1889+
"type": "object",
1890+
"properties": {
1891+
"error": {
1892+
"type": "object",
1893+
"properties": {
1894+
"type": {
1895+
"type": "string",
1896+
"enum": [
1897+
"payment_required"
1898+
]
1899+
},
1900+
"message": {
1901+
"type": "string"
1902+
}
1903+
},
1904+
"required": [
1905+
"type",
1906+
"message"
1907+
],
1908+
"additionalProperties": false
1909+
}
1910+
},
1911+
"required": [
1912+
"error"
1913+
],
1914+
"additionalProperties": false
1915+
}
1916+
}
1917+
}
1918+
},
16731919
"404": {
16741920
"description": "",
16751921
"content": {

0 commit comments

Comments
 (0)