mirror of
https://github.com/apache/superset.git
synced 2026-06-01 21:59:26 +00:00
fix(api): Wrong parameter name on database openapi spec (#9965)
This commit is contained in:
committed by
GitHub
parent
21fc0116d0
commit
543a3ca6f2
@@ -172,7 +172,7 @@ class DatabaseRestApi(DatabaseMixin, BaseSupersetModelRestApi):
|
||||
- in: path
|
||||
schema:
|
||||
type: string
|
||||
name: schema
|
||||
name: schema_name
|
||||
description: Table schema
|
||||
responses:
|
||||
200:
|
||||
|
||||
Reference in New Issue
Block a user