Update customize-signup-and-login-prompts.mdx#1171
Open
BcnCarlos wants to merge 4 commits into
Open
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Summary
|
- datatabe → database - from from → from Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Promote all #### and ##### headings to ## and ### for Mintlify ToC visibility - Fix typo: prompt.screen.texts → prompt.screen.text - Complete incomplete sentence in Validate and Save section - Fix image alt text for partials editor screenshot - Replace all four <Warning> blocks with <Callout> per component standards - Fix mixed JSON/bash code block: split into bash request + prose + json response - Strip trailing whitespace and reduce excessive blank lines Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
hazel-nut
requested changes
May 14, 2026
Contributor
hazel-nut
left a comment
There was a problem hiding this comment.
just some notes on the API section. the rest of the cleanup looks good. :)
Comment on lines
92
to
+96
| Partials can be a maximum of 10,000 characters. You can manage Partials using the [Auth0 Management API](https://auth0.com/docs/api/management/v2/prompts/put-partials) at `/v2/prompts/{prompts_name}/partials`. Every prompt must specify the `screen` when adding, updating, or deleting a partial. Below is an example call to view all existing partials for a prompt, noting that `ulp-container` prefix is not required when referencing entry points in API calls. | ||
|
|
||
| ```json lines | ||
| ```bash | ||
| GET /api/v2/prompts/signup-id/partials | ||
| # response | ||
| # success code: 200 | ||
| # not found code: 404 | ||
| body: { | ||
| ``` |
Contributor
There was a problem hiding this comment.
this code block isn't bash either, nor an example call, so i'd remove it an integrate it into the preceding paragraph:
You can manage Partials using the Management API [Set partials for a prompt endpoint](https://auth0.com/docs/api/management/v2/prompts/put-partials) (`GET /prompts/{prompts_name}/partials`).
and remove the sentence beginning "Below is an example call"
Comment on lines
+98
to
107
| Returns `200` on success, `404` if the prompt is not found. | ||
|
|
||
| ```json | ||
| { | ||
| "signup-id": { | ||
| "form-content-start": "<div>HTML or Liquid</div>...", | ||
| "form-content-end": "<div>HTML or Liquid</div>..." | ||
| } | ||
| } | ||
| ``` |
Contributor
There was a problem hiding this comment.
is it worth manually duplicating information in the endpoint reference? maybe we can remove this.
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.
Description
update customize-signup-and-login-prompts doc
References
Testing
Checklist
CONTRIBUTING.md.