chore: regenerate openapi.json after the /api-credentials rename - #41
Merged
Conversation
lenz.io renamed /api-integration to /api-credentials and now calls the page 'API credentials' rather than 'API Integration' — the page holds API keys AND OAuth connected apps. That text lives in the API description (lenz/api/public_api.py), which is upstream of this file. Generated with `make regen` against Lenz main at 8d058f71 (the merge commit of lenzhq/Lenz#279), so this reflects merged main rather than a branch. Diff is one line: the info.description blob, two path occurrences and two name occurrences. No other drift — the snapshot was otherwise already in sync. Deliberately NOT bundled into the code PR (#40): regenerating before the Lenz change merged would have published a spec naming a URL that still 404'd. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016A7nD9KjjwujFHr17SBybh
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.
Follow-up to #40. lenz.io renamed
/api-integration→/api-credentialsand now calls the page API credentials rather than API Integration — it holds API keys and OAuth connected apps. That wording lives in the API description (lenz/api/public_api.py), which is upstream of this file.The diff is one line
The
info.descriptionblob: two path occurrences and two name occurrences. No other drift — the checked-in snapshot was otherwise already in sync with the current spec, which I verified before generating.Why this wasn't in #40
Regenerating before the Lenz change merged would have published a spec telling developers to get a key at a URL that still 404'd. Generated with
make regenagainst Lenzmainat8d058f71(the merge commit of lenzhq/Lenz#279), so it reflects merged main rather than a branch.No code change; nothing builds or tests from this file (the contract tests validate against the frozen fixtures in
test/fixtures/contract/). It is the checked-in reference spec.🤖 Generated with Claude Code
https://claude.ai/code/session_016A7nD9KjjwujFHr17SBybh