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
  • Loading branch information
michael_hoffman committed Feb 23, 2022
1 parent 0edb979 commit 5a46cf1
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 5a46cf1

Please sign in to comment.