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

File diff suppressed because it is too large Load Diff

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.