ZITADEL Docs
APIsCore ResourcesV2Settings

SetHostedLoginTranslation

Set Hosted Login Translation

Sets the input translations at the specified level (instance or organization) for the input language.

Required permissions:

  • iam.policy.write
PUT
/v2/settings/hosted_login_translation

Request Body

application/json

locale?string

The locale of the translations to be set. Needs to be a BCP 47 language tag (e.g. "en", "de", "fr-CH").

translations?

Translations should contain the translations in the specified locale.

instance*boolean
[key: string]?never

Response Body

application/json

application/json

curl -X PUT "https://loading/v2/settings/hosted_login_translation" \  -H "Content-Type: application/json" \  -d '{    "instance": true  }'
{
  "etag": "string"
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?