@ -75,10 +82,17 @@ public class AdminController extends BaseController {
}
}
@ApiOperation(value="Get the Administration Settings object using key (getAdminSettings)",
notes="Creates or Updates the Administration Settings. Platform generates random Administration Settings Id during settings creation. "+
"The Administration Settings Id will be present in the response. Specify the Administration Settings Id when you would like to update the Administration Settings. "+
"Referencing non-existing Administration Settings Id will cause an error."+SYS_ADMIN_AUTHORITY_ONLY)
protectedfinalStringDEVICE_INFO_DESCRIPTION="Device Info is an object which are an extension of default Device object. "+
"Apart from Device object, Device Info provides additional information such as customer name and device profile name. ";
protectedfinalStringDEVICE_INFO_DESCRIPTION="Device Info is an extension of the default Device object that contains information about the assigned customer name and device profile name. ";
@ -52,16 +54,22 @@ public class CustomerController extends BaseController {
publicstaticfinalStringCUSTOMER_ID="customerId";
publicstaticfinalStringIS_PUBLIC="isPublic";
publicstaticfinalStringCUSTOMER_SECURITY_CHECK="If the user has the authority of 'Tenant Administrator', the server checks that the customer is owned by the same tenant. "+
"If the user has the authority of 'Customer User', the server checks that the user belongs to the customer.";
notes="Deletes the Customer and all customer Users. All assigned Dashboards, Assets, Devices, etc. will be unassigned but not deleted. Referencing non-existing Customer Id will cause an error.")
@ -131,7 +136,8 @@ public class DeviceController extends BaseController {
}
}
@ApiOperation(value="Create Or Update Device (saveDevice)",notes="Platform generates random device Id and credentials (access token) during device creation. "+
@ApiOperation(value="Create Or Update Device (saveDevice)",
notes="Creates or Updates the Device. Platform generates random device Id and credentials (access token) during device creation. "+
"The device id will be present in the response. "+
"Specify the device id when you would like to update the device. Referencing non-existing device Id will cause an error.")