Refresh the OpenAPI spec to 1.39.3 - #537
Merged
Merged
Conversation
Refreshed from v1-39/openapi-for-docs after merging stable/v1.39 into it. Brings the spec from 1.39.0 to 1.39.3: 81 -> 83 paths, 130 -> 138 definitions. The published REST reference gains the two experimental db-user migration endpoints (both self-declared experimental in their own descriptions) and the SearchReference* definitions, so the REST search endpoints now document cross-reference selection and results. It also completes the experimental notice on the REST search and aggregate endpoints. The previous copy predated core 22474d2d7e and carried the notice on 5 of the 7 places it belongs; all five endpoints and both tags now carry it, so no REST search endpoint is published without saying it is disabled by default.
There was a problem hiding this comment.
Orca Security Scan Summary
| Status | Check | Issues by priority | |
|---|---|---|---|
| Infrastructure as Code | View in Orca | ||
| SAST | View in Orca | ||
| Secrets | View in Orca | ||
| Vulnerabilities | View in Orca |
🛡️ The following IaC misconfigurations have been detected
| NAME | FILE | ||
|---|---|---|---|
| Response on operations that should have a body has undefined schema | ...eaviate-openapi.json | View in code | |
| Response on operations that should have a body has undefined schema | ...eaviate-openapi.json | View in code | |
| Response Code Missing (v3) | ...eaviate-openapi.json | View in code | |
| Response Code Missing (v3) | ...eaviate-openapi.json | View in code | |
| Response Code Missing (v3) | ...eaviate-openapi.json | View in code |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refreshed
static/specs/weaviate-openapi.jsonfromv1-39/openapi-for-docsafter mergingstable/v1.39into that branch (pushed as 82292b6a9e, so the weekly refresh job sees the same spec and will not open a revert PR).1.39.0 → 1.39.3: 81 → 83 paths, 130 → 138 definitions. New in the published reference are the two experimental db-user migration endpoints, which carry their own "may change or be removed without notice" warning, and the
SearchReference*definitions, so the REST search endpoints now document cross-reference selection and results.Worth a reviewer's attention: the previous copy predated core 22474d2d7e and carried the "experimental, disabled by default" notice on only 5 of the 7 places it belongs. All five REST search/aggregate endpoints and both tags now carry it.