From 5a46cf17843b0a5a0c1fb43a28489f3a4e89a00d Mon Sep 17 00:00:00 2001 From: michael_hoffman Date: Wed, 23 Feb 2022 16:42:43 +0200 Subject: [PATCH] docs(Import API): update function description, overwrite real meaning --- superset/charts/api.py | 2 +- superset/dashboards/api.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/superset/charts/api.py b/superset/charts/api.py index a4a301b71a107..df36a203ea0b6 100644 --- a/superset/charts/api.py +++ b/superset/charts/api.py @@ -845,7 +845,7 @@ def import_(self) -> Response: `{"databases/MyDatabase.yaml": "my_password"}`. type: string overwrite: - description: overwrite existing databases? + description: overwrite existing charts? type: boolean responses: 200: diff --git a/superset/dashboards/api.py b/superset/dashboards/api.py index d5c04809beba4..c29eae57e3e20 100644 --- a/superset/dashboards/api.py +++ b/superset/dashboards/api.py @@ -952,7 +952,7 @@ def import_(self) -> Response: `{"databases/MyDatabase.yaml": "my_password"}`. type: string overwrite: - description: overwrite existing databases? + description: overwrite existing dashboards? type: boolean responses: 200: