You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi/swagger.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -760,7 +760,7 @@
760
760
"schema": {
761
761
"type": "string",
762
762
"pattern": "^\"[0-9]+\"$",
763
-
"description": "ETag of the current table version. If provided, the request will fail if the table has been updated since the given version. See [Data Versioning](/api-reference/v2/tables/data-versioning)."
763
+
"description": "ETag of the current table version. If provided, the request will fail if the table has been updated since the given version. See [Data Versioning](/api-reference/v2/tables/versioning)."
764
764
},
765
765
"required": false
766
766
},
@@ -1775,7 +1775,7 @@
1775
1775
"schema": {
1776
1776
"type": "string",
1777
1777
"pattern": "^\"[0-9]+\"$",
1778
-
"description": "ETag of the current table version. If provided, the request will fail if this row has been updated since the given version. See [Data Versioning](/api-reference/v2/tables/data-versioning)."
1778
+
"description": "ETag of the current table version. If provided, the request will fail if this row has been updated since the given version. See [Data Versioning](/api-reference/v2/tables/versioning)."
0 commit comments