# Update General Settings - Updates App Cloud network with user-specific information. User must have the role "owner" for the corresponding network. - Request body does not require all listed fields, but fields must match type and value validations - To update the timezone, only pass in the request body: Endpoint: PUT /networks/{id} Security: Authorization ## Path parameters: - `id` (integer, required) ## Query parameters: - `expand` (array) ## Request fields (application/json): - `name` (string) - `address` (string) - `latitude` (integer) - `longitude` (integer) - `timezone` (string) - `pet_size` (string) - `scene_id` (integer) - `building_type` (string) - `building_size` (string) - `live_enabled` (boolean) - `id` (integer) ## Response 200 fields (application/json): - `id` (integer) - `address` (string) - `building_size` (string) - `building_type` (string) - `latitude` (string) - `longitude` (string) - `live_enabled` (boolean) - `name` (any) - `pet_size` (string) - `timezone` (string) - `user_count` (number) - `created_at` (string) - `updated_at` (string) - `external_id` (integer) - `scene_id` (integer) - `present_count` (integer) - `claimed` (boolean) - `network_scene_config` (any) - `owner_email` (string) - `subscription_id` (string,null)