fix: update permalink schema (#24970)

This commit is contained in:
Elizabeth Thompson
2023-08-16 09:56:20 -07:00
committed by GitHub
parent 48fdc8103a
commit bc1c5c2f84
2 changed files with 4288 additions and 740 deletions

View File

@@ -68,7 +68,7 @@ class ExplorePermalinkRestApi(BaseSupersetApi):
content:
application/json:
schema:
$ref: '#/components/schemas/ExplorePermalinkPostSchema'
$ref: '#/components/schemas/ExplorePermalinkStateSchema'
responses:
201:
description: The permanent link was stored successfully.