Skip to content

Commit 84e1ba3

Browse files
1 parent 6ccfe83 commit 84e1ba3

File tree

1 file changed

+318
-2
lines changed

1 file changed

+318
-2
lines changed

openapi/swagger.json

Lines changed: 318 additions & 2 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": {
@@ -609,6 +679,41 @@
609679
}
610680
}
611681
},
682+
"412": {
683+
"description": "",
684+
"content": {
685+
"application/json": {
686+
"schema": {
687+
"type": "object",
688+
"properties": {
689+
"error": {
690+
"type": "object",
691+
"properties": {
692+
"type": {
693+
"type": "string",
694+
"enum": [
695+
"precondition_failed"
696+
]
697+
},
698+
"message": {
699+
"type": "string"
700+
}
701+
},
702+
"required": [
703+
"type",
704+
"message"
705+
],
706+
"additionalProperties": false
707+
}
708+
},
709+
"required": [
710+
"error"
711+
],
712+
"additionalProperties": false
713+
}
714+
}
715+
}
716+
},
612717
"422": {
613718
"description": "",
614719
"content": {
@@ -655,7 +760,7 @@
655760
"schema": {
656761
"type": "string",
657762
"pattern": "^\"[0-9]+\"$",
658-
"description": "ETag of the current table version. If provided, the request will fail if the table has been updated since this version."
763+
"description": "ETag of the current table version. If provided, the request will fail if the table has been updated since the given version. See [Data Versioning](/api-reference/v2/tables/data-versioning)."
659764
},
660765
"required": false
661766
},
@@ -1085,6 +1190,77 @@
10851190
}
10861191
}
10871192
}
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+
}
10881264
}
10891265
},
10901266
"parameters": [
@@ -1191,6 +1367,41 @@
11911367
}
11921368
}
11931369
},
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+
},
11941405
"404": {
11951406
"description": "",
11961407
"content": {
@@ -1412,6 +1623,41 @@
14121623
}
14131624
}
14141625
},
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+
},
14151661
"404": {
14161662
"description": "",
14171663
"content": {
@@ -1449,6 +1695,41 @@
14491695
}
14501696
}
14511697
},
1698+
"412": {
1699+
"description": "",
1700+
"content": {
1701+
"application/json": {
1702+
"schema": {
1703+
"type": "object",
1704+
"properties": {
1705+
"error": {
1706+
"type": "object",
1707+
"properties": {
1708+
"type": {
1709+
"type": "string",
1710+
"enum": [
1711+
"precondition_failed"
1712+
]
1713+
},
1714+
"message": {
1715+
"type": "string"
1716+
}
1717+
},
1718+
"required": [
1719+
"type",
1720+
"message"
1721+
],
1722+
"additionalProperties": false
1723+
}
1724+
},
1725+
"required": [
1726+
"error"
1727+
],
1728+
"additionalProperties": false
1729+
}
1730+
}
1731+
}
1732+
},
14521733
"422": {
14531734
"description": "",
14541735
"content": {
@@ -1494,7 +1775,7 @@
14941775
"schema": {
14951776
"type": "string",
14961777
"pattern": "^\"[0-9]+\"$",
1497-
"description": "ETag of the current table version. If provided, the request will fail if the table has been updated since this version."
1778+
"description": "ETag of the current table version. If provided, the request will fail if this row has been updated since the given version. See [Data Versioning](/api-reference/v2/tables/data-versioning)."
14981779
},
14991780
"required": false
15001781
},
@@ -1600,6 +1881,41 @@
16001881
}
16011882
}
16021883
},
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+
},
16031919
"404": {
16041920
"description": "",
16051921
"content": {

0 commit comments

Comments
 (0)