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

This commit is contained in:
Danylo Korostil
2025-08-30 03:21:24 +03:00
committed by GitHub
parent 6b69dc42dc
commit 077724c2d2
15 changed files with 106 additions and 43 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",