@ -79,6 +79,8 @@ public class EdgeController extends BaseController {
publicstaticfinalStringEDGE_SECURITY_CHECK="If the user has the authority of 'Tenant Administrator', the server checks that the edge is owned by the same tenant. "+
"If the user has the authority of 'Customer User', the server checks that the edge is assigned to the same customer.";
@ApiOperation(value="Is edges support enabled (isEdgesSupportEnabled)",
notes="Returns 'true' if edges support enabled on server, 'false' - otherwise.")
@ -592,7 +594,8 @@ public class EdgeController extends BaseController {
}
@ApiOperation(value="Sync edge (syncEdge)",
notes="Starts synchronization process between edge and cloud - all entities that are assigned to particular edge are going to be send to remote edge service.")
notes="Starts synchronization process between edge and cloud. \n"+
"All entities that are assigned to particular edge are going to be send to remote edge service.")
notes="Returns list of rule chains IDs that are not assigned to particular edge, but these rule chains are present in the already assigned rule chains to edge")
notes="Returns list of rule chains ids that are not assigned to particular edge, but these rule chains are present in the already assigned rule chains to edge")