You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Telnyx\Exception\UnknownApiErrorException with message 'Invalid value. Must be one of: true, false, nil.'
When I removed the "daily_spend_limit_enabled" => true, variable, the OutboundVoiceProfile was created.
Also I tried variable type as an integer (0,1) like "daily_spend_limit_enabled" => 1 or string ('true', 'false') like "daily_spend_limit_enabled" => "true"
Env
PHP 8.1
I used: Master Branch for supporting PHP 8.1
When I posted "daily_spend_limit_enabled" => true variable manually on the Insomnia app, the exception didn't rise, and OutboundVoiceProfile was created.
The text was updated successfully, but these errors were encountered:
Hello,
Throw an UnknownApiErrorException.
"daily_spend_limit_enabled" => true,
variable, the OutboundVoiceProfile was created."daily_spend_limit_enabled" => 1
or string ('true', 'false') like"daily_spend_limit_enabled" => "true"
Env
When I posted
"daily_spend_limit_enabled" => true
variable manually on the Insomnia app, the exception didn't rise, and OutboundVoiceProfile was created.The text was updated successfully, but these errors were encountered: