From e1bce431610a1cc76ea24b00ee30b32bc48b17cb Mon Sep 17 00:00:00 2001 From: Irina Peshinskaya Date: Tue, 26 Jul 2016 16:39:50 +0300 Subject: [PATCH] MT#19997 Fix FaxRecordings description Change-Id: I379558d2e7ee6ab6866edc500ab26057e1387f62 --- lib/NGCP/Panel/Controller/API/FaxRecordings.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NGCP/Panel/Controller/API/FaxRecordings.pm b/lib/NGCP/Panel/Controller/API/FaxRecordings.pm index aa9e9554bb..0f21548155 100644 --- a/lib/NGCP/Panel/Controller/API/FaxRecordings.pm +++ b/lib/NGCP/Panel/Controller/API/FaxRecordings.pm @@ -22,7 +22,7 @@ sub allowed_methods{ } sub api_description { - return 'Defines the actual recording of fax messages. It is referred to by the Faxes relation. A GET on an item returns the binary blob of the recording with Content-Type "audio/x-wav".'; + return 'Defines the actual recording of fax messages. It is referred to by the Faxes relation. A GET on an item returns the fax in the binary format as it was sent: tiff, ps or pdf.'; }; use parent qw/Catalyst::Controller NGCP::Panel::Role::API::FaxRecordings/;