File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments