Document direct project and extension lookups#417
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
ehfeng
left a comment
There was a problem hiding this comment.
Should the changelog.mdx be included in this PR? Or is that a separate process run by Erin? No opinions, just curious.
There was a problem hiding this comment.
Stale comment
Risk assessment: Very Low.
Evidence from the current diff: this update only modifies two user-facing documentation files,
browsers/extensions.mdxandinfo/projects.mdx, adding small sections and examples for extension metadata lookup and project lookup by ID or name. There are no changes to runtime code, prompts/model-instruction files, navigation/config, OpenAPI specs, authentication/permissions, infrastructure, or production logic.I found no
CODEOWNERSfile in the repository. The PR is already approved, and this synchronized diff does not increase risk, so I’m leaving the existing approval in place without re-approving.Sent by Cursor Automation: Assign PR reviewers
There was a problem hiding this comment.
Risk assessment: Very Low.
Evidence from the diff: this PR only changes browsers/extensions.mdx and info/projects.mdx, adding end-user documentation for retrieving extension metadata and getting projects by ID or name. There are no changes to runtime code, prompts/model instructions, navigation/config, OpenAPI specs, auth/permissions behavior, infrastructure, or production logic.
No CODEOWNERS file is present in the repository. The PR is already approved at the current head commit, so I did not re-approve it.
Sent by Cursor Automation: Assign PR reviewers


Summary
Validation
git diff --checkinfo/projectsandbrowsers/extensionswith the Mintlify local previewNote
Low Risk
Documentation-only changes with no runtime, API, or security impact.
Overview
Updates the Projects and Extensions guides to match lookup behavior that accepts ID or name.
On Projects, the
GET /org/projects/{id}table row now says lookup works by ID or name. A new Get a project section explains name uniqueness in the org and showsprojects.get('staging')in TypeScript, Python, and Go.On Extensions, after the upload section, the guide adds
GET /extensions/{id_or_name}/metadatafor reading ID, name, size, and timestamps without downloading the archive.Reviewed by Cursor Bugbot for commit a35d7cf. Bugbot is set up for automated code reviews on this repo. Configure here.