docs(changelog): beta /debug/{datasource}/document/events endpoint#549
Closed
chinmaya-singal-glean wants to merge 3 commits into
Closed
docs(changelog): beta /debug/{datasource}/document/events endpoint#549chinmaya-singal-glean wants to merge 3 commits into
chinmaya-singal-glean wants to merge 3 commits into
Conversation
…dpoint Add a new changelog entry for the document lifecycle events troubleshooting endpoint, returning UPLOADED/INDEXED/DELETION_REQUESTED/ DELETED events for a given document. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…reaking-change line - Add sidebar entry for the auto-generated `beta-get-document-lifecycle-events.api.mdx` page so `pnpm sidebar:check` passes now that the upstream OpenAPI spec exposes the endpoint. - Remove the "Beta — may undergo breaking changes without prior notice" sentence from the changelog entry. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Per request, drop the sidebar change. PR scope is the changelog entry only. The sidebar:check failure will need to be addressed separately once the auto-generated .api.mdx lands in this repo. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
|
Closing as redundant — the changelog generator already produced an entry for this endpoint at If the extra detail here (parameters, rate limit, response shape) is worth surfacing prominently, a doc page or guide is a better fit than a duplicate changelog entry. Happy to help find the right home for it. |
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.
Summary
POST /debug/{datasource}/document/events, which returns lifecycle events (UPLOADED,INDEXED,DELETION_REQUESTED,DELETED) for a specific document.Test plan
pnpm changelog:compile:jsonregeneratessrc/data/changelog.jsoncleanly with this entry included.pnpm buildsucceeds and the entry shows on the changelog page with the Noteworthy badge.API) render as expected.🤖 Generated with Claude Code