Add a workflow that audits the api client against the OpenAPI spec - #9809
Closed
jhonabreul wants to merge 1 commit into
Closed
jhonabreul wants to merge 1 commit into
jhonabreul wants to merge 1 commit into
Conversation
jhonabreul
force-pushed
the
feature-api-client-sync
branch
2 times, most recently
from
September 18, 2026 21:04
ff31f74 to
a3b476e
Compare
jhonabreul
force-pushed
the
feature-api-client-sync
branch
from
September 18, 2026 21:19
a3b476e to
8e58d8f
Compare
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.
Description
Adds a GitHub Actions workflow,
api-client-sync, that audits the C# API client against the QuantConnect OpenAPI spec and opens pull requests with the fixes.workflow_dispatch, on the self-hosted foundation container like the other workflows.Apiand its models, and fix every difference.IApiparity, parameter ordering, and obsoleting instead of removing.API_SYNC_DOWNSTREAM_REPOSrepository variable, a json array of up to three repository names within the organization.Related Issue
N/A
Motivation and Context
The client drifts from the documented API over time, as with #9798, and nothing catches it. This makes the comparison a recurring job that produces reviewable PRs.
Requires Documentation Change
No.
How Has This Been Tested?
algorithmId, the missing log filters, and the missing backtest log endpoint, and fixed them.Types of changes
Checklist:
bug-<issue#>-<description>orfeature-<issue#>-<description>