You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by am...@apache.org on 2022/02/23 18:55:35 UTC

[superset] branch master updated: docs(Import API): update function description, overwrite real meaning (#18882)

This is an automated email from the ASF dual-hosted git repository.

amitmiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 2c86d1a  docs(Import API): update function description, overwrite real meaning (#18882)
2c86d1a is described below

commit 2c86d1a2b7053b0e4be9f7f5fdc5e8e313c41e0d
Author: michael-hoffman-26 <62...@users.noreply.github.com>
AuthorDate: Wed Feb 23 20:53:59 2022 +0200

    docs(Import API): update function description, overwrite real meaning (#18882)
    
    Co-authored-by: michael_hoffman <mi...@nielsen.com>
---
 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 a4a301b..df36a20 100644
--- a/superset/charts/api.py
+++ b/superset/charts/api.py
@@ -845,7 +845,7 @@ class ChartRestApi(BaseSupersetModelRestApi):
                         `{"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 d5c0480..c29eae5 100644
--- a/superset/dashboards/api.py
+++ b/superset/dashboards/api.py
@@ -952,7 +952,7 @@ class DashboardRestApi(BaseSupersetModelRestApi):
                         `{"databases/MyDatabase.yaml": "my_password"}`.
                       type: string
                     overwrite:
-                      description: overwrite existing databases?
+                      description: overwrite existing dashboards?
                       type: boolean
           responses:
             200: