fix(permalink): Incorrect component schema reference (#24482)

This commit is contained in:
Nick Stenroos-Dam
2023-06-28 23:17:18 +02:00
committed by GitHub
parent 71f3fcab74
commit c81975eed3

View File

@@ -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.