mirror of
https://github.com/apache/superset.git
synced 2026-05-13 03:45:12 +00:00
fix: OpenAPI boolean type (#14827)
This commit is contained in:
@@ -1003,7 +1003,7 @@ class ChartRestApi(BaseSupersetModelRestApi):
|
||||
type: string
|
||||
overwrite:
|
||||
description: overwrite existing databases?
|
||||
type: bool
|
||||
type: boolean
|
||||
responses:
|
||||
200:
|
||||
description: Chart import result
|
||||
|
||||
Reference in New Issue
Block a user