update rc openapi spec - #4059
Merged
Merged
Conversation
dwdougherty
approved these changes
Sep 19, 2026
Contributor
Author
🧠 Redis MemoryFound 5 related items from repository history (5 new this commit):
Memory updated at cd523cc |
EliShteinman
added a commit
to EliShteinman/docs
that referenced
this pull request
Sep 19, 2026
Regenerates the Redis Cloud OpenAPI spec, which again only reshuffles the numbered operationId suffixes on ten Data Integration workspace proxy endpoints. Co-Authored-By: Claude Opus 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.
update rc openapi spec
Note
Low Risk
Documentation-only OpenAPI metadata changes with no runtime API or auth behavior changes.
Overview
Updates
content/operate/rc/api/api-reference/openapi.jsonso theoperationIdvalues on the Data Integration workspace proxy routes are reassigned across HTTP methods. Both/v1/subscriptions/{subscriptionId}/data-integration-workspace/**and/v1/subscriptions/{subscriptionId}/data-integration-workspacestill expose the same GET/PUT/POST/DELETE/PATCH proxy operations with unchanged summaries, descriptions, and parameters.The change is limited to disambiguating generated IDs (e.g.
proxyDataIntegrationWorkspace↔proxyDataIntegrationWorkspace_1through_9) rather than altering paths, request shapes, or response definitions.Reviewed by Cursor Bugbot for commit cd523cc. Bugbot is set up for automated code reviews on this repo. Configure here.