Skip to content

Commit

Permalink
fix(typo): replace 'datasouce_id' with 'datasource_id' in openapi.json (
Browse files Browse the repository at this point in the history
  • Loading branch information
nero5700 authored Nov 6, 2023
1 parent 268c1dc commit 5e5a9c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/static/resources/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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"
},
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit 5e5a9c6

Please sign in to comment.