Skip to content

Update customize-signup-and-login-prompts.mdx#1171

Open
BcnCarlos wants to merge 4 commits into
mainfrom
fix/DOCS-5493
Open

Update customize-signup-and-login-prompts.mdx#1171
BcnCarlos wants to merge 4 commits into
mainfrom
fix/DOCS-5493

Conversation

@BcnCarlos
Copy link
Copy Markdown
Contributor

Description

update customize-signup-and-login-prompts doc

References

Testing

Checklist

  • I've read and followed CONTRIBUTING.md.
  • I've tested the site build for this change locally.
  • I've made appropriate docs updates for any code or config changes.
  • I've coordinated with the Product Docs and/or Docs Management team about non-trivial changes.

@BcnCarlos BcnCarlos requested a review from a team as a code owner May 13, 2026 13:13
@mintlify
Copy link
Copy Markdown
Contributor

mintlify Bot commented May 13, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
auth0 🟢 Ready View Preview May 13, 2026, 1:22 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 13, 2026

Summary

Status Count
🔍 Total 21
✅ Successful 4
⏳ Timeouts 0
🔀 Redirected 0
👻 Excluded 17
❓ Unknown 0
🚫 Errors 0
⛔ Unsupported 0
Full Github Actions output

- 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>
Copy link
Copy Markdown
Contributor

@hazel-nut hazel-nut left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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: {
```
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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>..."
}
}
```
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it worth manually duplicating information in the endpoint reference? maybe we can remove this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants