diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2013-09-16 23:48:42 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2013-09-16 23:48:42 +0200 |
commit | 982fb2378e451516698032cfbca95b8278df2b89 (patch) | |
tree | f190131abc169c16f18f2f06fedf012ae4edf7a1 /Bugzilla/WebService | |
parent | 44f2dd57426df30087326d814e0e556f17beaa83 (diff) | |
download | bugzilla-982fb2378e451516698032cfbca95b8278df2b89.tar.gz bugzilla-982fb2378e451516698032cfbca95b8278df2b89.tar.xz |
Fix POD (bogus in bug 866927)
Diffstat (limited to 'Bugzilla/WebService')
-rw-r--r-- | Bugzilla/WebService/Bug.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index 334ac0e8e..fd8ea8fef 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -2256,13 +2256,11 @@ You do not have access to the bug_id you specified. =over -=item C<permissive> argument added to this method's params in Bugzilla B<3.4>. +=item C<permissive> argument added to this method's params in Bugzilla B<3.4>. =item The following properties were added to this method's return values in Bugzilla B<3.4>: -=item REST API call added in Bugzilla B<5.0> - =over =item For C<bugs> @@ -2306,6 +2304,8 @@ and all custom fields. =item The C<actual_time> item was added to the C<bugs> return value in Bugzilla B<4.4>. +=item REST API call added in Bugzilla B<5.0>. + =back =back |