chore: rm CreateByExcel API

This commit is contained in:
Wing-Kam Wong
2022-04-29 19:57:05 +08:00
parent f34c7aae16
commit 253a3b1fec
2 changed files with 0 additions and 101 deletions

View File

@@ -801,74 +801,6 @@
]
}
},
"/api/v1/db/meta/projects/import/excel": {
"parameters": [],
"post": {
"summary": "Project create",
"operationId": "project-create-by-excel",
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Project"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"title": {
"type": "string"
},
"projectType": {
"type": "string"
},
"template": {
"type": "object",
"properties": {
"title": {
"type": "string"
},
"tables": {
"type": "array",
"items": {
"type": "object",
"properties": {
"table_name": {
"type": "string"
},
"ref_table_name": {
"type": "string"
},
"columns": {
"type": "array",
"items": {
"type": "object"
}
}
}
}
}
}
}
}
}
}
}
},
"tags": [
"Project"
],
"description": "Create Project by Importing Excel File"
}
},
"/api/v1/db/meta/projects/{projectId}": {
"parameters": [
{