PEP-1626: Remove dead knowledge.codat.io links from OAS specs - #1846
Closed
pmckinney-codat wants to merge 1 commit into
Closed
PEP-1626: Remove dead knowledge.codat.io links from OAS specs#1846pmckinney-codat wants to merge 1 commit into
pmckinney-codat wants to merge 1 commit into
Conversation
knowledge.codat.io (the Data Coverage Explorer) is being hard-torn-down with no redirect, so its coverage-explorer links are now dead. Remove all 32 references from the bundled OAS specs so the live API-reference docs stop pointing at the dead host: - Codat-Sync-Payables-v1.json (27), Codat-Bank-Feeds-v2.json (4), Codat-Sync-Payables.json (1) These specs are generated from codat-internal/oas and republished on every merge, so this is a stopgap; the durable upstream fix is tracked in PEP-1641. Historical blog posts referencing the explorer are intentionally left as-is. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Link check results for preview deployment (https://codat-docs-git-PEP-1626-remove-knowledge-codat-io-oas-links-codat.vercel.app): |
pmckinney-codat
enabled auto-merge
June 4, 2026 17:43
auto-merge was automatically disabled
June 5, 2026 09:27
Pull request was closed
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.
What
Removes all 32 dead
knowledge.codat.io(Data Coverage Explorer) links from the bundled OAS specs:static/oas/Codat-Sync-Payables-v1.json— 27static/oas/Codat-Bank-Feeds-v2.json— 4 (3 markdown + 1 HTML<a>blockquote)static/oas/Codat-Sync-Payables.json— 1These render as dead links in the API-reference docs.
knowledge.codat.iois being hard-torn-down with no redirect (PEP-1621 / PEP-1625; de-listed from public docs since April 2025), so the sentences are removed rather than repointed.Why this is a stopgap
These specs are generated — Azure Pipelines in
codat-internal/oasbundles and republishes them into this repo on every merge tomain(tools/publish-oas-to-docs-repo.sh). This edit clears the live docs now but will be overwritten on the next spec drop. The durable upstream fix is tracked in PEP-1641 (remove the sentences from thecodat-internal/oassource).Notes
Ticket: https://codatdocs.atlassian.net/browse/PEP-1626
🤖 Generated with Claude Code