AddCustomLabelPolicy
Request Body
application/json
primaryColor?string
hideLoginNameSuffix?boolean
hides the org suffix on the login form if the scope "urn:zitadel:iam:org:domain:primary:{domainname}" is set
warnColor?string
backgroundColor?string
fontColor?string
primaryColorDark?string
backgroundColorDark?string
warnColorDark?string
fontColorDark?string
disableWatermark?boolean
themeMode?string
Value in
"THEME_MODE_UNSPECIFIED" | "THEME_MODE_AUTO" | "THEME_MODE_DARK" | "THEME_MODE_LIGHT"[key: string]?never
Response Body
application/json
application/json
curl -X POST "https://loading/policies/label" \ -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?