What is the reason this setting causes a 400 error when updating the web channel via PUT /api/v2/messaging/channels/web/{channelId}?
{
"enabled": true,
"name": "Support Portal",
"routingType": "longLived",
"settings": {
"allowAnonymous": false,
"defaultGreeting": "Hi there"
}
}