When creating devices via API, organization_id is now properly defaulted to the authenticated organization's ID even when an empty string is sent. This fixes Terraform provider compatibility where organization_id may be sent as "" instead of omitted entirely. Before: Only checked if key was missing (Map.has_key?) After: Also handles nil and empty string values |
||
|---|---|---|
| .. | ||
| v1 | ||
| account_data_controller.ex | ||
| mobile_auth_controller.ex | ||
| mobile_controller.ex | ||