fix(typo): replace 'datasouce_id' with 'datasource_id' in openapi.json (#25875)

This commit is contained in:
nero5700 2023-11-07 04:02:27 +08:00 committed by GitHub
parent 268c1dcdad
commit 5e5a9c601f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

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