You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi/swagger.json
+72-2Lines changed: 72 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -609,6 +609,41 @@
609
609
}
610
610
}
611
611
},
612
+
"412": {
613
+
"description": "",
614
+
"content": {
615
+
"application/json": {
616
+
"schema": {
617
+
"type": "object",
618
+
"properties": {
619
+
"error": {
620
+
"type": "object",
621
+
"properties": {
622
+
"type": {
623
+
"type": "string",
624
+
"enum": [
625
+
"precondition_failed"
626
+
]
627
+
},
628
+
"message": {
629
+
"type": "string"
630
+
}
631
+
},
632
+
"required": [
633
+
"type",
634
+
"message"
635
+
],
636
+
"additionalProperties": false
637
+
}
638
+
},
639
+
"required": [
640
+
"error"
641
+
],
642
+
"additionalProperties": false
643
+
}
644
+
}
645
+
}
646
+
},
612
647
"422": {
613
648
"description": "",
614
649
"content": {
@@ -655,7 +690,7 @@
655
690
"schema": {
656
691
"type": "string",
657
692
"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."
693
+
"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/versioning)."
659
694
},
660
695
"required": false
661
696
},
@@ -1449,6 +1484,41 @@
1449
1484
}
1450
1485
}
1451
1486
},
1487
+
"412": {
1488
+
"description": "",
1489
+
"content": {
1490
+
"application/json": {
1491
+
"schema": {
1492
+
"type": "object",
1493
+
"properties": {
1494
+
"error": {
1495
+
"type": "object",
1496
+
"properties": {
1497
+
"type": {
1498
+
"type": "string",
1499
+
"enum": [
1500
+
"precondition_failed"
1501
+
]
1502
+
},
1503
+
"message": {
1504
+
"type": "string"
1505
+
}
1506
+
},
1507
+
"required": [
1508
+
"type",
1509
+
"message"
1510
+
],
1511
+
"additionalProperties": false
1512
+
}
1513
+
},
1514
+
"required": [
1515
+
"error"
1516
+
],
1517
+
"additionalProperties": false
1518
+
}
1519
+
}
1520
+
}
1521
+
},
1452
1522
"422": {
1453
1523
"description": "",
1454
1524
"content": {
@@ -1494,7 +1564,7 @@
1494
1564
"schema": {
1495
1565
"type": "string",
1496
1566
"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."
1567
+
"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/versioning)."
0 commit comments