mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: OpenAPI boolean type (#14827)
This commit is contained in:
@@ -775,7 +775,7 @@ class DatabaseRestApi(BaseSupersetModelRestApi):
|
||||
type: string
|
||||
overwrite:
|
||||
description: overwrite existing databases?
|
||||
type: bool
|
||||
type: boolean
|
||||
responses:
|
||||
200:
|
||||
description: Database import result
|
||||
@@ -888,7 +888,7 @@ class DatabaseRestApi(BaseSupersetModelRestApi):
|
||||
type: string
|
||||
preferred:
|
||||
description: Is the database preferred?
|
||||
type: bool
|
||||
type: boolean
|
||||
sqlalchemy_uri_placeholder:
|
||||
description: Example placeholder for the SQLAlchemy URI
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user