From a6a0f4e17ba20c304417c26a842c01feb5ff51d3 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Tue, 18 Feb 2014 04:15:19 +0000 Subject: Bug 972465 - Update all REST documentation to prepend /rest/ to the examples to match mod_rewrite example r/a=glob --- Bugzilla/WebService/Bugzilla.pm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Bugzilla/WebService/Bugzilla.pm') 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 -GET /version +GET /rest/version The returned data format is the same as below. @@ -233,7 +233,7 @@ in this Bugzilla. =item B -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 -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 -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 -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 -GET /last_audit_time +GET /rest/last_audit_time The returned data format is the same as below. -- cgit v1.2.3-24-g4f1b