MT#56239 avoid ambersand symbol in apidoc descriptions

Change-Id: Ic024d16c008648cb4d9cf14ae0e58d1ebe8febe9
(cherry picked from commit 71480acfa3)
mr11.5
Rene Krenn 1 year ago
parent d43cd398f4
commit 3b69942ab1

@ -52,11 +52,11 @@ sub query_params {
}, },
{ {
param => 'caller', param => 'caller',
description => "Filter by caller number (append &wildcards=true query parameter to allow patterns using '*' wildcards).", description => "Filter by caller number (append wildcards=true query parameter to allow patterns using '*' wildcards).",
}, },
{ {
param => 'callee', param => 'callee',
description => "Filter by callee number (append &wildcards=true query parameter to allow patterns using '*' wildcards).", description => "Filter by callee number (append wildcards=true query parameter to allow patterns using '*' wildcards).",
}, },
{ {
param => 'start_time', param => 'start_time',

@ -68,11 +68,11 @@ sub query_params {
}, },
{ {
param => 'caller', param => 'caller',
description => "Filter for conversation events by caller number (append &wildcards=true query parameter to allow patterns using '*' wildcards).", description => "Filter for conversation events by caller number (append wildcards=true query parameter to allow patterns using '*' wildcards).",
}, },
{ {
param => 'callee', param => 'callee',
description => "Filter for conversation events by callee number (append &wildcards=true query parameter to allow patterns using '*' wildcards).", description => "Filter for conversation events by callee number (append wildcards=true query parameter to allow patterns using '*' wildcards).",
}, },
]; ];

Loading…
Cancel
Save