mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: OpenAPI docs small fixes (#19936)
This commit is contained in:
committed by
GitHub
parent
8b72354654
commit
5dd3ea154b
@@ -236,8 +236,6 @@ class DatabaseRestApi(BaseSupersetModelRestApi):
|
||||
type: number
|
||||
result:
|
||||
$ref: '#/components/schemas/{{self.__class__.__name__}}.post'
|
||||
302:
|
||||
description: Redirects to the current digest
|
||||
400:
|
||||
$ref: '#/components/responses/400'
|
||||
401:
|
||||
@@ -659,7 +657,6 @@ class DatabaseRestApi(BaseSupersetModelRestApi):
|
||||
schema:
|
||||
type: integer
|
||||
responses:
|
||||
200:
|
||||
200:
|
||||
description: Query result
|
||||
content:
|
||||
|
||||
Reference in New Issue
Block a user