fix(permalink): Incorrect component schema reference (#24482)
This commit is contained in:
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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue