diff options
Diffstat (limited to 'docs/en/rst/api')
-rw-r--r-- | docs/en/rst/api/core/v1/general.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/en/rst/api/core/v1/general.rst b/docs/en/rst/api/core/v1/general.rst index 06ef5b2fb..814592f58 100644 --- a/docs/en/rst/api/core/v1/general.rst +++ b/docs/en/rst/api/core/v1/general.rst @@ -110,9 +110,11 @@ There are two ways to authenticate yourself: You can specify ``Bugzilla_api_key`` or simply ``api_key`` as an argument to any call, and you will be logged in as that user if the key is correct and has -not been revoked. You can set up an API key by using the 'API Key' tab in the +not been revoked. You can set up an API key by using the :ref:`API Keys tab <api-keys>` in the Preferences pages. +API keys may also be requested via :ref:`Authentication Delegation <auth-delegation>`. + **Login and Password** You can specify ``Bugzilla_login`` and ``Bugzilla_password`` or simply |