Skip to content

Commit 0cd3b51

Browse files
1 parent 13061b6 commit 0cd3b51

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

openapi/swagger.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,7 @@
654654
"in": "header",
655655
"schema": {
656656
"type": "string",
657+
"pattern": "^\"[0-9]+\"$",
657658
"description": "ETag of the current table version. If provided, the request will fail if the table has been updated since this version."
658659
},
659660
"required": false
@@ -1475,6 +1476,16 @@
14751476
}
14761477
},
14771478
"parameters": [
1479+
{
1480+
"name": "if-match",
1481+
"in": "header",
1482+
"schema": {
1483+
"type": "string",
1484+
"pattern": "^\"[0-9]+\"$",
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+
},
14781489
{
14791490
"name": "tableID",
14801491
"in": "path",

0 commit comments

Comments
 (0)