]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1044563: The API key also works with XML-RPC and JSON-RPC, despite the documentat...
authorDavid Lawrence <dkl@mozilla.com>
Thu, 31 Jul 2014 15:30:39 +0000 (15:30 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Thu, 31 Jul 2014 15:30:39 +0000 (15:30 +0000)
r=sgreen,a=sgreen

docs/en/rst/using.rst
template/en/default/account/prefs/apikey.html.tmpl

index a98ff7680437185c3f1fc9fe244bad5c88ebad9f..ca7d40a4834e183683c6aa83f4e5bd15949f0c82 100644 (file)
@@ -1010,8 +1010,8 @@ confirm the change. This helps to prevent account hijacking.
 API Keys
 ========
 
-API keys are used to authenticate REST calls. You can create more than one
-API key if required. Each API key has an optional description which can help
+API keys are used to authenticate WebService API calls. You can create more than
+one API key if required. Each API key has an optional description which can help
 you record what each key is used for.
 
 On this page, you can unrevoke, revoke and change the description of existing
index af0ea534b4fd52e7bea32fd0e12140b1fef7fac0..970258e50c19e51ea05df32328b502801dce87f3 100644 (file)
@@ -12,8 +12,8 @@
   #%]
 
 <p>
-  API keys are used to authenticate REST calls. You can create more than one
-  API key if required. Each API key has an optional description which can help
+  API keys are used to authenticate WebService API calls. You can create more than
+  one API key if required. Each API key has an optional description which can help
   you record what each key is used for. Documentation on how to log in is
   available from
   <a href="[% docs_urlbase FILTER html %]api/Bugzilla/WebService.html#LOGGING_IN">here</a>.