-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handling visibility=private #3300
Comments
The source of the filter seems to come from: elasticsearch-specification/compiler-rs/compiler-wasm-lib/src/lib.rs Lines 30 to 41 in b2ad226
I'll change the filter to match serverless! |
@Anaethelion I'm on it, finishing the tests before the PR |
Stack clients also contain private API endpoints, and we reused that policy for the OpenAPI export, which is wrong as it's used to produce the public docs. Fixed in PR #3308 |
In #3299 I noticed that one of the operations has
visibility=private
:It is appropriately omitted from the Serverless OpenAPI document, however it appears in the stack openAPI document: https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-ml-validate
Is this disparity because the
filter-for-serverless
make command (elasticsearch-specification/Makefile
Line 54 in fb25929
filter-by-availability -- --serverless --visibility=public
? If so, where would be the appropriate place to add a similar filter on the other output file?The text was updated successfully, but these errors were encountered: