mirror of
https://github.com/apache/superset.git
synced 2026-04-18 07:35:09 +00:00
docs(Import API): update function description, overwrite real meaning (#18882)
Co-authored-by: michael_hoffman <michael.hoffman@nielsen.com>
This commit is contained in:
committed by
GitHub
parent
0ae1ca7e02
commit
2c86d1a2b7
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user