docs(Import API): update function description, overwrite real meaning (#18882)

Co-authored-by: michael_hoffman <michael.hoffman@nielsen.com>
This commit is contained in:
michael-hoffman-26 2022-02-23 20:53:59 +02:00 committed by GitHub
parent 0ae1ca7e02
commit 2c86d1a2b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: