not been revoked. You can set up an API key by using the 'API Key' tab in the
Preferences pages.
+Examples:
+
+If using a GET request, make it a query param:
+
+ :samp:`https://mysite/rest/bug/1?api_key={MY_API_KEY}`
+
+If using a POST or PUT request, put it in your JSON payload:
+
+.. code-block:: js
+
+ {
+ "api_key": "MY_API_KEY",
+ "status": "RESOLVED",
+ "resolution": "FIXED"
+ }
+
+Note that it's generally not a good idea to put API keys in the query params,
+as that allows it to be recorded in server logs. API calls that would normally
+be sent as a GET request can also be sent as a POST request with the api_key
+being the only content in your JSON payload.
+
**Login and Password**
You can specify ``Bugzilla_login`` and ``Bugzilla_password`` or simply