From e377a5b02799540d3a9df0fbb1f6fae90f8d9a5c Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Tue, 16 Oct 2012 16:57:15 -0400 Subject: Bug 577329 - WebServices should filter email addresses same as the web UI as users are not always required to login r/a=LpSolit --- Bugzilla/WebService.pm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Bugzilla/WebService.pm') diff --git a/Bugzilla/WebService.pm b/Bugzilla/WebService.pm index 38e0f510f..0b28cfaec 100644 --- a/Bugzilla/WebService.pm +++ b/Bugzilla/WebService.pm @@ -72,6 +72,11 @@ A floating-point number. May be null. A string. May be null. +=item C + +A string representing an email address. This value, when returned, +may be filtered based on if the user is logged in or not. May be null. + =item C A date/time. Represented differently in different interfaces to this API. -- cgit v1.2.3-24-g4f1b