docs(Import API): update function description, overwrite real meaning (#18882)
Co-authored-by: michael_hoffman <michael.hoffman@nielsen.com>
This commit is contained in:
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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue