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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -561,7 +561,7 @@
561
561
"description": "Creates a new Big Table"
562
562
}
563
563
},
564
-
"/tables/importFromURL": {
564
+
"/tables/import": {
565
565
"post": {
566
566
"responses": {
567
567
"201": {
@@ -759,7 +759,7 @@
759
759
"schema": {
760
760
"type": "object",
761
761
"properties": {
762
-
"url": {
762
+
"fromUrl": {
763
763
"type": "string",
764
764
"format": "uri",
765
765
"description": "The url of the table to fetch from. Required when the name is not passed in the request body. It is an error to pass a name in both this query parameter and the request body."
0 commit comments