eschutho commented on PR #24970:
URL: https://github.com/apache/superset/pull/24970#issuecomment-1679775405
> @eschutho Should we also update `docs/static/resources/openapi.json`?
>
> ```json
> "ExplorePermalinkPostSchema": {
> "properties": {
> "formData": {
> "description": "Chart form data",
> "type": "object"
> },
> "urlParams": {
> "description": "URL Parameters",
> "items": {
> "description": "URL Parameter key-value pair",
> "nullable": true
> },
> "nullable": true,
> "type": "array"
> }
> },
> "required": ["formData"],
> "type": "object"
> },
> ```
Yeah, good catch. Not sure if removing it is the right way to go, so lmk
what you think. 🙏
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]