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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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: