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 |
||
|---|---|---|
| .. | ||
| channels | ||
| components | ||
| controllers | ||
| helpers | ||
| live | ||
| plugs | ||
| endpoint.ex | ||
| gettext.ex | ||
| gettext_helpers.ex | ||
| permissions.ex | ||
| plug_exceptions.ex | ||
| router.ex | ||
| telemetry.ex | ||
| user_auth.ex | ||