Set Link settings
Replaces the entire link list at the requested scope. This is a full replacement, not a merge — omitted links are removed.
To add a link, include the full list with the new link appended. To remove a link, include the full list without it.
Header Parameters
Define the version of the Connect protocol
1Define the timeout, in ms
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://loading/zitadel.settings.v2.SettingsService/SetLinkSettings" \ -H "Connect-Protocol-Version: 1" \ -H "Content-Type: application/json" \ -d '{}'{
"changeDate": "2023-01-15T01:30:15.01Z",
"settings": {
"links": [
{
"type": "LINK_TYPE_UNSPECIFIED",
"url": "string",
"translationKey": "string",
"target": "LINK_TARGET_UNSPECIFIED"
}
]
}
}{
"code": "not_found",
"message": "string",
"details": [
{
"type": "string",
"value": "string",
"debug": {}
}
]
}Was this page helpful?
Set Hosted Login Translation
Set Hosted Login Translation: Sets the input translations at the specified level (instance or organization) for the input language. Required permissions:
Set Organization Settings
Set Organization Settings: Sets the settings specific to an organization. Organization scopes usernames defines that the usernames have to be unique in the organization scope, can only be changed if the usernames of the user...