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:
@@ -267,7 +267,7 @@ class DatasetRestApi(BaseSupersetModelRestApi):
|
||||
name: pk
|
||||
- in: query
|
||||
schema:
|
||||
type: bool
|
||||
type: boolean
|
||||
name: override_columns
|
||||
requestBody:
|
||||
description: Dataset schema
|
||||
@@ -681,7 +681,7 @@ class DatasetRestApi(BaseSupersetModelRestApi):
|
||||
type: string
|
||||
overwrite:
|
||||
description: overwrite existing datasets?
|
||||
type: bool
|
||||
type: boolean
|
||||
responses:
|
||||
200:
|
||||
description: Dataset import result
|
||||
|
||||
Reference in New Issue
Block a user