You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently transform_schema filters out an allowed list of API operations, initially we've done this as the broader API spec is invalid, or is impacted by issues with oapi-codegen.
Adding new endpoints to the allowlist can often be time consuming uncovering spec issues on the fly.
In order to simplify the developer experience when adding new functionality (either as entire new resources, or widening the coverage on existing resources) we need to remove this allow list and fully cover the Kibana API.