ZITADEL Docs
APIsCore ResourcesV1Instance Objects

SetCustomLoginText

PUT
/text/login/{language}

Path Parameters

language*string

Request Body

application/json

selectAccountText?
loginText?
passwordText?
usernameChangeText?
usernameChangeDoneText?
initPasswordText?
initPasswordDoneText?
emailVerificationText?
emailVerificationDoneText?
initializeUserText?
initializeDoneText?
initMfaPromptText?
initMfaOtpText?
initMfaU2fText?
initMfaDoneText?
mfaProvidersText?
verifyMfaOtpText?
verifyMfaU2fText?
passwordlessText?
passwordChangeText?
passwordChangeDoneText?
passwordResetDoneText?
registrationOptionText?
registrationUserText?
registrationOrgText?
linkingUserDoneText?
externalUserNotFoundText?
successLoginText?
logoutText?
footerText?
passwordlessPromptText?
passwordlessRegistrationText?
passwordlessRegistrationDoneText?
externalRegistrationUserOverviewText?
linkingUserPromptText?Deprecated

Deprecated: the linking user prompt screen no longer exists

[key: string]?never

Response Body

application/json

application/json

curl -X PUT "https://loading/text/login/string" \  -H "Content-Type: application/json" \  -d '{}'
{
  "details": {
    "sequence": 0,
    "creationDate": "1s",
    "changeDate": "1s",
    "resourceOwner": "string"
  }
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?