fix: update permalink schema (#24970)
This commit is contained in:
parent
48fdc8103a
commit
bc1c5c2f84
File diff suppressed because it is too large
Load Diff
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue