feat(compute): sync 1.9.x console spec with current compute database API#73
Open
abnegate wants to merge 3 commits into
Open
feat(compute): sync 1.9.x console spec with current compute database API#73abnegate wants to merge 3 commits into
abnegate wants to merge 3 commits into
Conversation
Updates the compute database paths and dedicatedDatabase* models in the 1.9.x console spec to match the current cloud branch: credential rotation moved POST -> PATCH, added listDatabaseSpecifications and backup policy endpoints, removed logs/usage endpoints. Only the compute service is touched; all other services are byte-identical to the parent commit. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Greptile SummaryThis PR makes three small correctness fixes in the 1.9.x console OpenAPI spec, all within the compute service. No other services are touched.
Confidence Score: 5/5Safe to merge — all three changes are narrow spec corrections with no risk of regressions. The changes are minimal and mechanical: two description string trims and one schema structure fix ( No files require special attention. Important Files Changed
Reviews (2): Last reviewed commit: "fix(specs): address review feedback on c..." | Re-trigger Greptile |
Resolves conflicts in specs/1.9.x/open-api3-1.9.x-console.json in favour of main, which already absorbed this branch's compute sync via the auto-generated spec update (#74) and additionally reflects the removal of the redundant getDatabaseInsights/getDatabaseMetrics endpoints from the cloud API. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Use allOf instead of the array-only items keyword for the pricing property on dedicatedDatabaseSpecificationList so the referenced object shape is actually enforced, and strip the leading indentation from the backup-policy endpoint descriptions for consistency with the rest of the spec. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Updates the compute database paths and dedicatedDatabase* models in the 1.9.x console spec to match the current cloud branch: credential rotation moved POST -> PATCH, added listDatabaseSpecifications and backup policy endpoints, removed logs/usage endpoints. Only the compute service is touched; all other services are byte-identical to the parent commit.
What does this PR do?
(Provide a description of what this PR does.)
Test Plan
(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)
Related PRs and Issues
(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)
Have you read the Contributing Guidelines on issues?
(Write your answer here.)