mirror of
https://github.com/apache/superset.git
synced 2026-04-13 13:18:25 +00:00
feat(api): dataset read API uuid support (#34836)
This commit is contained in:
7
docs/static/resources/openapi.json
vendored
7
docs/static/resources/openapi.json
vendored
@@ -962,8 +962,11 @@
|
||||
"ChartDataDatasource": {
|
||||
"properties": {
|
||||
"id": {
|
||||
"description": "Datasource id",
|
||||
"type": "integer"
|
||||
"description": "Datasource id/uuid",
|
||||
"oneOf": [
|
||||
{ "type": "integer" },
|
||||
{ "type": "string" }
|
||||
]
|
||||
},
|
||||
"type": {
|
||||
"description": "Datasource type",
|
||||
|
||||
Reference in New Issue
Block a user