From 7f93fbbaf55d21053b1ffc081cc26a66310b136f Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Tue, 15 Dec 2015 12:10:43 +0100 Subject: [PATCH] MT#4067 Fix NCOS LNP resource description in API Change-Id: Idd3cd1964065ad4d21ea6224ce6396f32571f72c --- lib/NGCP/Panel/Controller/API/NcosLnpCarriers.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NGCP/Panel/Controller/API/NcosLnpCarriers.pm b/lib/NGCP/Panel/Controller/API/NcosLnpCarriers.pm index 9e09d2aa14..0d71067512 100644 --- a/lib/NGCP/Panel/Controller/API/NcosLnpCarriers.pm +++ b/lib/NGCP/Panel/Controller/API/NcosLnpCarriers.pm @@ -22,7 +22,7 @@ class_has 'api_description' => ( is => 'ro', isa => 'Str', default => - 'Defines email templates to be send when new subscribers are created or when passwords are reset.', + 'Allows to permit or reject calls to specific LNP carriers as part of an NCOS level.', ); class_has 'query_params' => (