fix(api): Wrong parameter name on database openapi spec (#9965)

This commit is contained in:
Daniel Vaz Gaspar
2020-06-04 15:21:23 +01:00
committed by GitHub
parent 21fc0116d0
commit 543a3ca6f2

View File

@@ -172,7 +172,7 @@ class DatabaseRestApi(DatabaseMixin, BaseSupersetModelRestApi):
- in: path
schema:
type: string
name: schema
name: schema_name
description: Table schema
responses:
200: