From: David Lawrence Date: Thu, 31 Jul 2014 15:30:39 +0000 (+0000) Subject: Bug 1044563: The API key also works with XML-RPC and JSON-RPC, despite the documentat... X-Git-Tag: bugzilla-4.5.6~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98041ff1623da960b1ded466957ba1fabd3ab7cd;p=thirdparty%2Fbugzilla.git Bug 1044563: The API key also works with XML-RPC and JSON-RPC, despite the documentation mentions REST only r=sgreen,a=sgreen --- diff --git a/docs/en/rst/using.rst b/docs/en/rst/using.rst index a98ff76804..ca7d40a483 100644 --- a/docs/en/rst/using.rst +++ b/docs/en/rst/using.rst @@ -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 diff --git a/template/en/default/account/prefs/apikey.html.tmpl b/template/en/default/account/prefs/apikey.html.tmpl index af0ea534b4..970258e50c 100644 --- a/template/en/default/account/prefs/apikey.html.tmpl +++ b/template/en/default/account/prefs/apikey.html.tmpl @@ -12,8 +12,8 @@ #%]

- 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 here.