Skip to content

Commit 04c2d6b

Browse files
1 parent 254a4e2 commit 04c2d6b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

openapi/swagger.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@
561561
"description": "Creates a new Big Table"
562562
}
563563
},
564-
"/tables/importFromURL": {
564+
"/tables/import": {
565565
"post": {
566566
"responses": {
567567
"201": {
@@ -759,7 +759,7 @@
759759
"schema": {
760760
"type": "object",
761761
"properties": {
762-
"url": {
762+
"fromUrl": {
763763
"type": "string",
764764
"format": "uri",
765765
"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."
@@ -773,7 +773,7 @@
773773
}
774774
},
775775
"required": [
776-
"url"
776+
"fromUrl"
777777
],
778778
"additionalProperties": false
779779
}

0 commit comments

Comments
 (0)