Document credential field labels - #605
Merged
Merged
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
There was a problem hiding this comment.
Risk Assessment: Very Low
Decision: Approve
This PR only updates Mintlify documentation (vaults/credentials.mdx and snippets/collect-browser-credentials.mdx). The diff rewrites credential fields examples from a keyed object to an ordered array with name / optional label, and adds matching API-docs prose. There is no application code, config, CI, infrastructure, auth, or runtime logic in the change set.
Evidence
- 2 files, +104 / −32, both
.mdx - No
CODEOWNERSfile in the repo - No production codepaths, shared libraries, or schema/infra changes
Risk factors
- Codepaths: docs pages and snippet examples only
- Blast radius: documentation site copy
- Complexity: mechanical example updates plus field-table/prose edits
- Infra / operational / security impact in this repo: none
No existing reviews on this PR. Approving as Very Low risk.
Sent by Cursor Automation: Assign PR reviewers
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
labelvalues and stablenamesemanticsrollout
Publish after kernel/kernel#4214 and the corresponding SDK release are live.
validation
/vaults/credentialswith a local Mintlify previewgit diff --checkNote
Low Risk
Documentation-only changes with no runtime or security behavior in this repo.
Overview
Updates vault credential docs and snippets to match the ordered
fieldsarray contract (each entry hasname, optionallabel, plus type/required/sensitive) instead of a keyed object map.Adds guidance that
namestays the stable key forstate.fields, updates, andfill, whilelabelis optional display metadata with validation andnamefallback. Collection forms and custom UIs should preserve declaration order and show labels when set.TypeScript, Python, and CLI creation examples are refreshed; value update samples still send changes keyed by field
name.Reviewed by Cursor Bugbot for commit 8329f3e. Bugbot is set up for automated code reviews on this repo. Configure here.