Commit 98041ff1 authored by David Lawrence's avatar David Lawrence

Bug 1044563: The API key also works with XML-RPC and JSON-RPC, despite the…

Bug 1044563: The API key also works with XML-RPC and JSON-RPC, despite the documentation mentions REST only r=sgreen,a=sgreen
parent 2635fd8e
......@@ -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
......
......@@ -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>.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment