feat(api): dataset read API uuid support (#34836)

(cherry picked from commit 077724c2d2)
This commit is contained in:
Danylo Korostil
2025-08-30 03:21:24 +03:00
committed by Joe Li
parent ac8aa6bb03
commit 2be38e4441
15 changed files with 107 additions and 50 deletions

View File

@@ -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",