From c81975eed33158cccbc2a180c8711b3e9e320896 Mon Sep 17 00:00:00 2001 From: Nick Stenroos-Dam Date: Wed, 28 Jun 2023 23:17:18 +0200 Subject: [PATCH] fix(permalink): Incorrect component schema reference (#24482) --- superset/dashboards/permalink/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset/dashboards/permalink/api.py b/superset/dashboards/permalink/api.py index f2fd27810..e5528cdb5 100644 --- a/superset/dashboards/permalink/api.py +++ b/superset/dashboards/permalink/api.py @@ -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.