Sync/v3 market quote quotes 20260905 - #164
Open
KetanGupta12 wants to merge 6 commits into
Open
Conversation
Adds GetFullMarketQuoteResponseV3 and MarketQuoteSymbolV3 for GET /v3/market-quote/quotes. swagger-codegen 3.0.82 only partially supports the OpenAPI 3.1 spec and emitted 'object' for every primitive property and dropped the map value type. The swagger_types and the :type:/:rtype: docstrings have been corrected by hand to the real spec types, mirroring the existing GetMarketQuoteLastTradedPriceResponseV3 / MarketQuoteSymbolLtpV3 pair, including the allowed_values check on the response status setter. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Adds get_full_market_quote_v3 / get_full_market_quote_v3_with_http_info for GET /v3/market-quote/quotes. Applied as an additive insert rather than an overwrite of the generated file: the generated output renamed the existing public method get_market_quote_ohlc to get_market_quote_ohlcv3 and downgraded ":param str" docstrings to ":param object" on existing methods, both of which are unrelated codegen regressions. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
upstox-security-review
approved these changes
Sep 5, 2026
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.
No description provided.