Add snapshot configuration API support - #977
Merged
sdairs merged 2 commits intoSep 17, 2026
Merged
Conversation
sdairs
requested review from
balanza,
iskakaushik,
mdevils and
rndD
as code owners
September 16, 2026 13:47
sdairs
added this pull request to stack #876
September 16, 2026 13:47
This was referenced Sep 16, 2026
Carry existing lower-stack README corrections and ancestry forward. The merged tree matches the independently verified cumulative stack result.
5 tasks
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.
The current live OpenAPI document adds scheduled snapshot configuration after the spec captured by #940. Add typed GET/PATCH support so callers can read the configuration, change its cadence, and disable scheduling while preserving omitted fields.
Fixes #976. Follow-up to #886/#940; the exclusion cleanup remains owned by #908/#913/#914 and their existing PRs.
SnapshotConfiguration,SnapshotConfigurationPatchRequest, both client methods, public exports, beta metadata, and library documentation.4c8edc3b2f51f424f7b7dcbb85ae92b79ecd1df4daed2b5df7508c074c5ec7a1), including upstream permission metadata. No analyzer exemptions change.Drift evidence
PR #940's own analyzer reports zero findings against its captured snapshot and ten against this document. The previous stack tip also reports ten; this change reports zero, retaining the same three acknowledged legacy enum constraints. The ten findings are the two operations, two models, two beta entries, and four corresponding snapshot additions.
Validation
a8299c349c1515ff802e7a3f3dd3b553c8535ae6and is in progress. Endpoint validation and cleanup are pending; this is not yet live-validated.Stack
Appended to native GitHub stack #876, directly above #975 (
codex/readme-cli-scope-cleanup). The diff contains only this snapshot-configuration follow-up.