chore(api): update API spec and add 4 new endpoint page(s) - #476
Merged
Conversation
Automatically fetched from https://api.checklyhq.com/openapi.json Updated on 2026-08-11 02:46:57 UTC
martzoukos
previously approved these changes
Aug 11, 2026
…2 pages The endpoint-page generator writes only an `openapi:` key, but check_frontmatter.py requires a self-referential canonical on every built page, and generate-sitemap.mjs must be re-run whenever docs.json nav gains pages. Both gates failed on this PR. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
martzoukos
added a commit
that referenced
this pull request
Aug 11, 2026
Auto-generated endpoint pages have failed CI since the July SEO audit added check_frontmatter.py: the generator writes only an `openapi:` key, while every built page must declare a self-referential trailing-slash canonical. The stub now derives that canonical from the same page path it hands docs.json, so the two cannot drift. The sync workflow also left sitemap.xml stale — it is generated from docs.json navigation, which the generator mutates — so the "Sitemap up to date" gate failed on the same PRs. Regenerate it after page generation and stage it. Verified by running the generator against the current live spec: it reproduces the four /v2 pages from PR #476 with correct canonicals, and the frontmatter, redirect-destination, and sitemap checks all pass. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
Auto-generated from the API spec sync workflow.
docs.jsonupdated: yesThis PR reuses the
auto/update-api-specbranch so future runs update this PR instead of opening duplicates.Run: 31453356633