summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Classification.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/WebService/Classification.pm')
-rw-r--r--Bugzilla/WebService/Classification.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/WebService/Classification.pm b/Bugzilla/WebService/Classification.pm
index 22358c784..012af6268 100644
--- a/Bugzilla/WebService/Classification.pm
+++ b/Bugzilla/WebService/Classification.pm
@@ -114,7 +114,7 @@ Returns a hash containing information about a set of classifications.
To return information on a single classification:
-GET /classification/<classification_id_or_name>
+GET /rest/classification/<classification_id_or_name>
The returned data format will be the same as below.