From f1dfb7b59d0bc4aa38db79c79ffb3f49f729274b Mon Sep 17 00:00:00 2001 From: "bzrmirror%bugzilla.org" Date: Thu, 31 Jul 2014 15:45:51 +0000 Subject: [PATCH] Bug 1044563: The API key also works with XML-RPC and JSON-RPC, despite the documentation mentions REST only r=sgreen,a=sgreen git-svn-id: svn://10.0.0.236/trunk@265482 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- mozilla/webtools/bugzilla/.gitrev | 2 +- mozilla/webtools/bugzilla/docs/en/rst/using.rst | 4 ++-- .../template/en/default/account/prefs/apikey.html.tmpl | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index b069341a58c..09a464f42f0 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -9092 \ No newline at end of file +9093 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/.gitrev b/mozilla/webtools/bugzilla/.gitrev index 0c93859287c..66f7925775c 100644 --- a/mozilla/webtools/bugzilla/.gitrev +++ b/mozilla/webtools/bugzilla/.gitrev @@ -1 +1 @@ -2635fd8e3024461a00a71d35a88a8517b7bc3c21 \ No newline at end of file +98041ff1623da960b1ded466957ba1fabd3ab7cd \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/docs/en/rst/using.rst b/mozilla/webtools/bugzilla/docs/en/rst/using.rst index a98ff768043..ca7d40a4834 100644 --- a/mozilla/webtools/bugzilla/docs/en/rst/using.rst +++ b/mozilla/webtools/bugzilla/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/mozilla/webtools/bugzilla/template/en/default/account/prefs/apikey.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/account/prefs/apikey.html.tmpl index af0ea534b4f..970258e50c1 100644 --- a/mozilla/webtools/bugzilla/template/en/default/account/prefs/apikey.html.tmpl +++ b/mozilla/webtools/bugzilla/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.