Skip to content

Commit 6a0d530

Browse files
1 parent 1127c63 commit 6a0d530

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

openapi/swagger.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -649,6 +649,16 @@
649649
}
650650
},
651651
"parameters": [
652+
{
653+
"name": "if-match",
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
661+
},
652662
{
653663
"name": "tableID",
654664
"in": "path",
@@ -1382,6 +1392,16 @@
13821392
}
13831393
},
13841394
"parameters": [
1395+
{
1396+
"name": "if-match",
1397+
"in": "header",
1398+
"schema": {
1399+
"type": "string",
1400+
"pattern": "^\"[0-9]+\"$",
1401+
"description": "ETag of the current table version. If provided, the request will fail if the table has been updated since this version."
1402+
},
1403+
"required": false
1404+
},
13851405
{
13861406
"name": "tableID",
13871407
"in": "path",

0 commit comments

Comments
 (0)