Skip to content

Commit

Permalink
Bug 1044563: The API key also works with XML-RPC and JSON-RPC, despit…
Browse files Browse the repository at this point in the history
…e the documentation mentions REST only

r=sgreen,a=sgreen
  • Loading branch information
dklawren committed Jul 31, 2014
1 parent 2635fd8 commit 98041ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/en/rst/using.rst
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions template/en/default/account/prefs/apikey.html.tmpl
Expand Up @@ -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>.
Expand Down

0 comments on commit 98041ff

Please sign in to comment.