Merge pull request #1199 from totten/master-premature-commit
[civicrm-core.git] / api / v3 / UFMatch.php
index 5a30616bbf5b8c77afe53206451fa26a862b83eb..d13fb3546bb95c7a9642aed0aa8a2c1d0f4fe5cc 100644 (file)
@@ -77,9 +77,6 @@ function _civicrm_api3_uf_match_create_spec(&$params) {
   $params['contact_id']['api.required'] = 1;
   $params['uf_id']['api.required'] = 1;
   $params['uf_name']['api.required'] = 1;
-  // note that this should perhaps not be required but need a wrapper level approach
-  // prefera
-  $params['domain_id']['api.required'] = 1;
 }
 
 /**