Skip to content

Commit faa2e71

Browse files
1 parent 84e1ba3 commit faa2e71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openapi/swagger.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@
760760
"schema": {
761761
"type": "string",
762762
"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)."
764764
},
765765
"required": false
766766
},
@@ -1775,7 +1775,7 @@
17751775
"schema": {
17761776
"type": "string",
17771777
"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)."
17791779
},
17801780
"required": false
17811781
},

0 commit comments

Comments
 (0)