curl --request PATCH \
--url https://{tenantDomain}/api/v2/prompts/rendering \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"configs": [
{
"prompt": "login",
"screen": "login",
"rendering_mode": "advanced",
"context_configuration": [
"branding.settings"
],
"default_head_tags_disabled": false,
"use_page_template": false,
"head_tags": [
{
"tag": "<string>",
"attributes": {},
"content": "<string>"
}
],
"filters": {
"match_type": "includes_any",
"clients": [
{
"id": "<string>"
}
],
"organizations": [
{
"id": "<string>"
}
],
"domains": [
{
"id": "<string>"
}
]
}
}
]
}
'{
"configs": [
{
"prompt": "login",
"screen": "login",
"rendering_mode": "advanced",
"context_configuration": [
"branding.settings"
],
"default_head_tags_disabled": false,
"use_page_template": false,
"head_tags": [
{
"tag": "<string>",
"attributes": {},
"content": "<string>"
}
],
"filters": {
"match_type": "includes_any",
"clients": [
{
"id": "<string>"
}
],
"organizations": [
{
"id": "<string>"
}
],
"domains": [
{
"id": "<string>"
}
]
}
}
]
}Learn more about configuring render settings for advanced customization.
curl --request PATCH \
--url https://{tenantDomain}/api/v2/prompts/rendering \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"configs": [
{
"prompt": "login",
"screen": "login",
"rendering_mode": "advanced",
"context_configuration": [
"branding.settings"
],
"default_head_tags_disabled": false,
"use_page_template": false,
"head_tags": [
{
"tag": "<string>",
"attributes": {},
"content": "<string>"
}
],
"filters": {
"match_type": "includes_any",
"clients": [
{
"id": "<string>"
}
],
"organizations": [
{
"id": "<string>"
}
],
"domains": [
{
"id": "<string>"
}
]
}
}
]
}
'{
"configs": [
{
"prompt": "login",
"screen": "login",
"rendering_mode": "advanced",
"context_configuration": [
"branding.settings"
],
"default_head_tags_disabled": false,
"use_page_template": false,
"head_tags": [
{
"tag": "<string>",
"attributes": {},
"content": "<string>"
}
],
"filters": {
"match_type": "includes_any",
"clients": [
{
"id": "<string>"
}
],
"organizations": [
{
"id": "<string>"
}
],
"domains": [
{
"id": "<string>"
}
]
}
}
]
}Documentation Index
Fetch the complete documentation index at: https://auth0-feat-custom-rate-limit-policies.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bulk update render settings for multiple screens
Array of screen configurations to update
1Show child attributes
ACUL settings successfully updated.
Array of screen configurations to update
1Show child attributes
このページは役に立ちましたか?