{
"css": "string",
"ssoPageCustomizationSettings": {
"autoRegisterThenLogin": true,
"hideForgetPassword": true,
"hideIdp": true,
"hideSocialLogin": true
}
}
curl --location --request POST 'https://core.authing.cn/api/v2/tenant/61e10f8e3e3dd259c743a1ac' \
--header 'Authorization: Bearer eyJhRilsI' \
--header 'x-authing-userpool-id: 61b95d6c96d42670da568408' \
--header 'Content-Type: application/json' \
--data-raw '{
"css": "string",
"ssoPageCustomizationSettings": {
"autoRegisterThenLogin": true,
"hideForgetPassword": true,
"hideIdp": true,
"hideSocialLogin": true
}
}'
{
"code": 200,
"message": "更新租户成功",
"data": true
}