We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13061b6 commit 0cd3b51Copy full SHA for 0cd3b51
openapi/swagger.json
@@ -654,6 +654,7 @@
654
"in": "header",
655
"schema": {
656
"type": "string",
657
+ "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."
659
},
660
"required": false
@@ -1475,6 +1476,16 @@
1475
1476
}
1477
1478
"parameters": [
1479
+ {
1480
+ "name": "if-match",
1481
+ "in": "header",
1482
+ "schema": {
1483
+ "type": "string",
1484
1485
+ "description": "ETag of the current table version. If provided, the request will fail if the table has been updated since this version."
1486
+ },
1487
+ "required": false
1488
1489
{
1490
"name": "tableID",
1491
"in": "path",
0 commit comments