mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix(permalink): Incorrect component schema reference (#24482)
This commit is contained in:
committed by
GitHub
parent
71f3fcab74
commit
c81975eed3
@@ -71,7 +71,7 @@ class DashboardPermalinkRestApi(BaseSupersetApi):
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '#/components/schemas/DashboardPermalinkPostSchema'
|
||||
$ref: '#/components/schemas/DashboardPermalinkStateSchema'
|
||||
responses:
|
||||
201:
|
||||
description: The permanent link was stored successfully.
|
||||
|
||||
Reference in New Issue
Block a user