[Auto-sync] Document the endpoints (#3027)#3118
Merged
Conversation
* Update Features > Users & Permissions to include /users endpoints * Add backend customization guide for U&P plugins routes * Remove useless custom anchor id * Fix naming: plugin → feature * Update docs with Claude Opus 4.6 after another integrity checker run Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Apply suggestion from @pwizla * Move route customization section under Code-based configuration with doc card * Fix parallel heading structure in Code-based configuration section * Fix stale source annotation and ambiguous pronoun in guide * Restore original phrasing for route registration comparison * Replace 'config' with 'configuration' in guide prose * Fix style, integrity, and coherence issues in users-permissions page - Remove misleading API tokens references from description and Tldr - Fix extension path from /extensions/ to /src/extensions/ (v5 convention) - Fix 'registered' to 'authenticated' for default role name - Fix stale anchor #creating-a-custom-password-validation - Fix em dash, sentence case heading, and various prose issues * Fix source annotation line range for user.find route * Replace inline action lists with reference tables in guide Add handler-to-endpoint mapping tables for user and auth controllers, including HTTP method, path, and rate limiting information. * Add tip cross-linking is-owner middleware and policy examples * Move is-owner cross-link tip to end of Create the policy file section * Rename controller override headings to specify user vs auth * Restructure guide into context, routes, controllers, and full example Group background sections (route structure, strapi-server scaffold, available actions) under a single "How it works" H2. Group route operations (add policy, add route, remove route) under "Customize routes" and controller overrides under "Override controllers". Rename "Combine multiple customizations" to "Full example". * Add missing /permissions to route definitions list * Add missing GET /auth/:provider/callback route to auth table * Integrate standalone cross-reference into sentence flow * Integrate policies cross-reference into sentence flow * Specify profile route name in Full example introduction * Add introduction sentences to H2 sections lacking intro text * Handle minor links and style fixes * Restore original anchor to avoid broken external links --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Automatic sync of commit from main