From: Dave Miller Date: Tue, 24 Sep 2024 04:36:04 +0000 (-0400) Subject: PUT is allowed, so mention it in the example X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fpatch-apikeydocs-5.2;p=thirdparty%2Fbugzilla.git PUT is allowed, so mention it in the example --- diff --git a/docs/en/rst/api/core/v1/general.rst b/docs/en/rst/api/core/v1/general.rst index 4c9cc8bf6..7118c4f58 100644 --- a/docs/en/rst/api/core/v1/general.rst +++ b/docs/en/rst/api/core/v1/general.rst @@ -119,7 +119,7 @@ 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 request, put it in your JSON payload: +If using a POST or PUT request, put it in your JSON payload: .. code-block:: js