ZITADEL Docs
APIsCore ResourcesV2Settings

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

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PUT "https://loading/v2/settings/hosted_login_translation" \  -H "Content-Type: application/json" \  -d '{    "instance": true  }'
{
  "etag": "string"
}

Was this page helpful?