From 5e5a9c601f942a346a4dc6b150b29b310554a494 Mon Sep 17 00:00:00 2001 From: nero5700 <47300543+nero5700@users.noreply.github.com> Date: Tue, 7 Nov 2023 04:02:27 +0800 Subject: [PATCH] fix(typo): replace 'datasouce_id' with 'datasource_id' in openapi.json (#25875) --- docs/static/resources/openapi.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/static/resources/openapi.json b/docs/static/resources/openapi.json index 6ad0be5756701..7f32a4aee26d9 100644 --- a/docs/static/resources/openapi.json +++ b/docs/static/resources/openapi.json @@ -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" },