feat: merge access grant pages & add access method guides#1127
Merged
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
8e04773 to
61fc6ad
Compare
The override-based access systems note is about grant creation, not access methods. Give it its own section below the Access Methods table. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Explain that override-based systems require it for credential sequencing, while other systems use it to reuse the same PIN across multiple Access Grants. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ants Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ystems" Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
9be7418 to
09ee181
Compare
Each "Using ..." page now shows how to call /access_methods/get_related to list which devices and entrances an access method covers. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Old redirects pointed to deleted pages; our new redirects point to the restructured pages. Mintlify requires each source path to be unique. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…evices Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Each delivery page now has a "List the Doors This X Applies To" step that explains an access method can cover multiple doors and shows how to see which ones. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
"See Which Doors an Access Method Covers" — not a required step. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
… guide The "See Which Doors an Access Method Covers" section now appears before "Step 3: Unlock the Entrance" since users need to know which doors a cloud key covers before triggering an unlock. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Updated mintlify-docs/use-cases/granting-access/reservation-access-grants.mdx - Updated mintlify-docs/use-cases/granting-access/using-cloud-keys.mdx Mintlify-Source: dashboard-editor
…ry pages
Switch the "Retrieve the PIN Code", "Deliver the Mobile Key", and
"Deliver the Key Card" steps to use access_methods.list({ access_grant_id })
instead of access_methods.get() with nested ID lookups.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Updated mintlify-docs/use-cases/granting-access/reservation-access-grants.mdx - Updated mintlify-docs/use-cases/granting-access/using-cloud-keys.mdx - Updated mintlify-docs/use-cases/granting-access/using-pin-codes.mdx - Updated mintlify-docs/use-cases/granting-access/using-instant-keys.mdx - Updated mintlify-docs/use-cases/granting-access/using-mobile-keys.mdx - Updated mintlify-docs/use-cases/granting-access/using-key-cards.mdx Mintlify-Source: dashboard-editor
These were incorrectly copy-pasted from the encode section — they called access_methods.encode instead of access_methods.assign_card and passed acs_encoder_id instead of card_number. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
All five delivery pages (PIN codes, mobile keys, key cards, cloud keys, instant keys) had get_related code blocks with only JS, Python, and cURL. Added the four missing languages to each. Co-Authored-By: Claude Opus 4.6 <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.
Summary
.gitbook.yamlanddocs.jsonTest plan
🤖 Generated with Claude Code