How to use html elements for custom text in promts?

PUT https://TENANAT/api/v2/prompts/login/custom-text/en
Authorization: Bearer XXX
Content-Type: application/json

{ “login”: { “description”: “

test ${companyName} /n to continue to ${clientName}.
” } }

I’m getting error
{
“statusCode”: 400,
“error”: “Bad Request”,
“message”: “Key "description" in screen "login" has invalid characters.”,
“errorCode”: “invalid_body”
}

Hi there,

Thank you for reaching out to us!

Wanted to provide some information here as it could help out others - in this case I would suggest taking a look at our Knowledge Article covering this error message within Universal Login : Error when Updating Custom Text in New Universal Login Prompt "Key <...> in screen <...> has invalid characters"

Hopefully this helps resolved the issue!
Gerald

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.