|
@@ -599,6 +599,7 @@ function siteBuilder_editSite($params) {
|
|
|
'resellerClientAccountId' => $params['serviceid'], // (required) ID of website/user in your system
|
|
'resellerClientAccountId' => $params['serviceid'], // (required) ID of website/user in your system
|
|
|
'username' => $params['serverusername'], // (optional) authorization username to be used with API endpoint
|
|
'username' => $params['serverusername'], // (optional) authorization username to be used with API endpoint
|
|
|
'password' => 'your-secure-password', // (optional) authorization password to be used with API endpoint
|
|
'password' => 'your-secure-password', // (optional) authorization password to be used with API endpoint
|
|
|
|
|
+ 'hostingPlan' => 'Free',
|
|
|
));
|
|
));
|
|
|
if (!$res || !is_object($res)) {
|
|
if (!$res || !is_object($res)) {
|
|
|
logModuleCall(
|
|
logModuleCall(
|