From 7c23dfc195a34229b38c2426db45c70ff5c1cc42 Mon Sep 17 00:00:00 2001 From: Beto Dealmeida Date: Thu, 25 Mar 2021 13:27:39 -0700 Subject: [PATCH] fix: bad copy-and-paste in API spec (#13790) --- superset/datasets/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset/datasets/api.py b/superset/datasets/api.py index 2f307d67f..72a4ff65a 100644 --- a/superset/datasets/api.py +++ b/superset/datasets/api.py @@ -666,7 +666,7 @@ class DatasetRestApi(BaseSupersetModelRestApi): description: JSON map of passwords for each file type: string overwrite: - description: overwrite existing databases? + description: overwrite existing datasets? type: bool responses: 200: