summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Bugzilla.pm
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2014-02-18 05:15:19 +0100
committerDave Lawrence <dlawrence@mozilla.com>2014-02-18 05:15:19 +0100
commita6a0f4e17ba20c304417c26a842c01feb5ff51d3 (patch)
tree3b8f4313e865e5d5b15e8b0ef325254b91fd1f1c /Bugzilla/WebService/Bugzilla.pm
parenta62b8171da025e6fa5a8a5dd8a9c872f9f82d84a (diff)
downloadbugzilla-a6a0f4e17ba20c304417c26a842c01feb5ff51d3.tar.gz
bugzilla-a6a0f4e17ba20c304417c26a842c01feb5ff51d3.tar.xz
Bug 972465 - Update all REST documentation to prepend /rest/ to the examples to match mod_rewrite example
r/a=glob
Diffstat (limited to 'Bugzilla/WebService/Bugzilla.pm')
-rw-r--r--Bugzilla/WebService/Bugzilla.pm12
1 files changed, 6 insertions, 6 deletions
diff --git a/Bugzilla/WebService/Bugzilla.pm b/Bugzilla/WebService/Bugzilla.pm
index 10ba38bab..6b5f9844f 100644
--- a/Bugzilla/WebService/Bugzilla.pm
+++ b/Bugzilla/WebService/Bugzilla.pm
@@ -197,7 +197,7 @@ Returns the current version of Bugzilla.
=item B<REST>
-GET /version
+GET /rest/version
The returned data format is the same as below.
@@ -233,7 +233,7 @@ in this Bugzilla.
=item B<REST>
-GET /extensions
+GET /rest/extensions
The returned data format is the same as below.
@@ -286,7 +286,7 @@ Returns the timezone that Bugzilla expects dates and times in.
=item B<REST>
-GET /timezone
+GET /rest/timezone
The returned data format is the same as below.
@@ -324,7 +324,7 @@ what timezone it's running in.
=item B<REST>
-GET /time
+GET /rest/time
The returned data format is the same as below.
@@ -406,7 +406,7 @@ Returns parameter values currently used in this Bugzilla.
=item B<REST>
-GET /parameters
+GET /rest/parameters
The returned data format is the same as below.
@@ -485,7 +485,7 @@ Gets the latest time of the audit_log table.
=item B<REST>
-GET /last_audit_time
+GET /rest/last_audit_time
The returned data format is the same as below.