mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
fix(typo): replace 'datasouce_id' with 'datasource_id' in openapi.json (#25875)
This commit is contained in:
8
docs/static/resources/openapi.json
vendored
8
docs/static/resources/openapi.json
vendored
@@ -2084,7 +2084,7 @@
|
||||
"type": "array"
|
||||
},
|
||||
"datasource_id": {
|
||||
"description": "The id of the dataset/datasource this new chart will use. A complete datasource identification needs `datasouce_id` and `datasource_type`.",
|
||||
"description": "The id of the dataset/datasource this new chart will use. A complete datasource identification needs `datasource_id` and `datasource_type`.",
|
||||
"type": "integer"
|
||||
},
|
||||
"datasource_name": {
|
||||
@@ -2189,7 +2189,7 @@
|
||||
"type": "array"
|
||||
},
|
||||
"datasource_id": {
|
||||
"description": "The id of the dataset/datasource this new chart will use. A complete datasource identification needs `datasouce_id` and `datasource_type`.",
|
||||
"description": "The id of the dataset/datasource this new chart will use. A complete datasource identification needs `datasource_id` and `datasource_type`.",
|
||||
"nullable": true,
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -2902,7 +2902,7 @@
|
||||
"type": "array"
|
||||
},
|
||||
"datasource_id": {
|
||||
"description": "The id of the dataset/datasource this new chart will use. A complete datasource identification needs `datasouce_id` and `datasource_type`.",
|
||||
"description": "The id of the dataset/datasource this new chart will use. A complete datasource identification needs `datasource_id` and `datasource_type`.",
|
||||
"type": "integer"
|
||||
},
|
||||
"datasource_name": {
|
||||
@@ -3007,7 +3007,7 @@
|
||||
"type": "array"
|
||||
},
|
||||
"datasource_id": {
|
||||
"description": "The id of the dataset/datasource this new chart will use. A complete datasource identification needs `datasouce_id` and `datasource_type`.",
|
||||
"description": "The id of the dataset/datasource this new chart will use. A complete datasource identification needs `datasource_id` and `datasource_type`.",
|
||||
"nullable": true,
|
||||
"type": "integer"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user