FIX: send token by storage

This commit is contained in:
marcos-silva-rodrigues
2026-02-02 15:37:13 -03:00
parent 0e038d0b12
commit cd4382c1ff
3 changed files with 192 additions and 6 deletions
+152 -4
View File
@@ -7865,7 +7865,16 @@
"post": {
"operationId": "StorageExplorerController_validateTableName",
"summary": "Validate table name in PostgreSQL and Snowflake",
"parameters": [],
"parameters": [
{
"name": "Authorization",
"required": true,
"in": "header",
"schema": {
"type": "string"
}
}
],
"responses": {
"201": {
"description": "",
@@ -7895,7 +7904,16 @@
"post": {
"operationId": "StorageExplorerController_createTable",
"summary": "Create a new table",
"parameters": [],
"parameters": [
{
"name": "Authorization",
"required": true,
"in": "header",
"schema": {
"type": "string"
}
}
],
"responses": {
"201": {
"description": "",
@@ -7931,6 +7949,14 @@
"schema": {
"type": "number"
}
},
{
"name": "Authorization",
"required": true,
"in": "header",
"schema": {
"type": "string"
}
}
],
"responses": {
@@ -7970,6 +7996,14 @@
"schema": {
"type": "string"
}
},
{
"name": "Authorization",
"required": true,
"in": "header",
"schema": {
"type": "string"
}
}
],
"responses": {
@@ -8017,6 +8051,14 @@
"schema": {
"type": "string"
}
},
{
"name": "Authorization",
"required": true,
"in": "header",
"schema": {
"type": "string"
}
}
],
"responses": {
@@ -8056,6 +8098,14 @@
"schema": {
"type": "string"
}
},
{
"name": "Authorization",
"required": true,
"in": "header",
"schema": {
"type": "string"
}
}
],
"responses": {
@@ -8095,6 +8145,14 @@
"schema": {
"type": "string"
}
},
{
"name": "Authorization",
"required": true,
"in": "header",
"schema": {
"type": "string"
}
}
],
"responses": {
@@ -8142,6 +8200,14 @@
"schema": {
"type": "string"
}
},
{
"name": "Authorization",
"required": true,
"in": "header",
"schema": {
"type": "string"
}
}
],
"responses": {
@@ -8189,6 +8255,14 @@
"schema": {
"type": "number"
}
},
{
"name": "Authorization",
"required": true,
"in": "header",
"schema": {
"type": "string"
}
}
],
"responses": {
@@ -8236,6 +8310,14 @@
"schema": {
"type": "boolean"
}
},
{
"name": "Authorization",
"required": true,
"in": "header",
"schema": {
"type": "string"
}
}
],
"responses": {
@@ -8275,6 +8357,14 @@
"schema": {
"type": "string"
}
},
{
"name": "Authorization",
"required": true,
"in": "header",
"schema": {
"type": "string"
}
}
],
"responses": {
@@ -8314,6 +8404,14 @@
"schema": {
"type": "string"
}
},
{
"name": "Authorization",
"required": true,
"in": "header",
"schema": {
"type": "string"
}
}
],
"responses": {
@@ -8369,6 +8467,14 @@
"schema": {
"type": "string"
}
},
{
"name": "Authorization",
"required": true,
"in": "header",
"schema": {
"type": "string"
}
}
],
"responses": {
@@ -8408,6 +8514,14 @@
"schema": {
"type": "string"
}
},
{
"name": "Authorization",
"required": true,
"in": "header",
"schema": {
"type": "string"
}
}
],
"responses": {
@@ -8439,7 +8553,16 @@
"post": {
"operationId": "StorageExplorerController_batchUpload",
"summary": "Upload multiple files to storage",
"parameters": [],
"parameters": [
{
"name": "Authorization",
"required": true,
"in": "header",
"schema": {
"type": "string"
}
}
],
"responses": {
"201": {
"description": "",
@@ -8469,7 +8592,16 @@
"post": {
"operationId": "StorageExplorerController_createFolder",
"summary": "Create a new folder in storage",
"parameters": [],
"parameters": [
{
"name": "Authorization",
"required": true,
"in": "header",
"schema": {
"type": "string"
}
}
],
"responses": {
"201": {
"description": "",
@@ -8507,6 +8639,14 @@
"schema": {
"type": "string"
}
},
{
"name": "Authorization",
"required": true,
"in": "header",
"schema": {
"type": "string"
}
}
],
"responses": {
@@ -8546,6 +8686,14 @@
"schema": {
"type": "string"
}
},
{
"name": "Authorization",
"required": true,
"in": "header",
"schema": {
"type": "string"
}
}
],
"responses": {