var profilesGetMetadataByName = controller(function (req) {
    return profilesApiService.profilesMetaGetByName(req.swagger.params.name.raw, req.swagger.query.scope);
});