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.