|
208 | 208 | } |
209 | 209 | } |
210 | 210 | }, |
| 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 | + }, |
211 | 246 | "422": { |
212 | 247 | "description": "", |
213 | 248 | "content": { |
|
573 | 608 | } |
574 | 609 | } |
575 | 610 | }, |
| 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 | + }, |
576 | 646 | "404": { |
577 | 647 | "description": "", |
578 | 648 | "content": { |
|
609 | 679 | } |
610 | 680 | } |
611 | 681 | }, |
| 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 | + }, |
612 | 717 | "422": { |
613 | 718 | "description": "", |
614 | 719 | "content": { |
|
655 | 760 | "schema": { |
656 | 761 | "type": "string", |
657 | 762 | "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)." |
659 | 764 | }, |
660 | 765 | "required": false |
661 | 766 | }, |
|
1085 | 1190 | } |
1086 | 1191 | } |
1087 | 1192 | } |
| 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 | + } |
1088 | 1264 | } |
1089 | 1265 | }, |
1090 | 1266 | "parameters": [ |
|
1191 | 1367 | } |
1192 | 1368 | } |
1193 | 1369 | }, |
| 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 | + }, |
1194 | 1405 | "404": { |
1195 | 1406 | "description": "", |
1196 | 1407 | "content": { |
|
1412 | 1623 | } |
1413 | 1624 | } |
1414 | 1625 | }, |
| 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 | + }, |
1415 | 1661 | "404": { |
1416 | 1662 | "description": "", |
1417 | 1663 | "content": { |
|
1449 | 1695 | } |
1450 | 1696 | } |
1451 | 1697 | }, |
| 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 | + }, |
1452 | 1733 | "422": { |
1453 | 1734 | "description": "", |
1454 | 1735 | "content": { |
|
1494 | 1775 | "schema": { |
1495 | 1776 | "type": "string", |
1496 | 1777 | "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)." |
1498 | 1779 | }, |
1499 | 1780 | "required": false |
1500 | 1781 | }, |
|
1600 | 1881 | } |
1601 | 1882 | } |
1602 | 1883 | }, |
| 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 | + }, |
1603 | 1919 | "404": { |
1604 | 1920 | "description": "", |
1605 | 1921 | "content": { |
|
0 commit comments