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

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.