- Why does the WebRTC softphone configuration fails during apply?
- Provider v1.65.2. Region au-1.
- The HCL validates locally but the API rejects the structure.
- Error: 400 Bad Request - Invalid field ‘auto_answer_enabled’.
- resource “genesyscloud_webrtc_softphone_config” “main” {
name = “test”
auto_answer_enabled = true
} - JSON payload looks correct. API seems to ignore the boolean type.