Skip to content

Commit ade1205

Browse files
1 parent 1127c63 commit ade1205

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

openapi/swagger.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -649,6 +649,15 @@
649649
}
650650
},
651651
"parameters": [
652+
{
653+
"name": "If-Match",
654+
"in": "header",
655+
"schema": {
656+
"type": "string",
657+
"description": "ETag of the current table version. If provided, the request will fail if the table has been updated since this version."
658+
},
659+
"required": false
660+
},
652661
{
653662
"name": "tableID",
654663
"in": "path",

0 commit comments

Comments
 (0)