ZITADEL Docs
APIsCore ResourcesV1Instance Objects

UpdateLabelPolicy

PUT
/policies/label

Request Body

application/json

primaryColor?string
hideLoginNameSuffix?boolean
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 PUT "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?