Skip to content

Commit

Permalink
docs(Import API): update function description, overwrite real meaning (
Browse files Browse the repository at this point in the history
…#18882)

Co-authored-by: michael_hoffman <michael.hoffman@nielsen.com>
  • Loading branch information
michael-hoffman-26 and michael_hoffman authored Feb 23, 2022
1 parent 0ae1ca7 commit 2c86d1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion superset/charts/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion superset/dashboards/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2c86d1a

Please sign in to comment.