var profilesPutLibByName  = controller({success: 201}, function(req) {
    return profilesApiService.profilesPutLibByName(req.swagger.params.name.raw, req, req.swagger.query.scope);
});