]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
PUT is allowed, so mention it in the example patch-apikeydocs-5.2 202/head
authorDave Miller <justdave@bugzilla.org>
Tue, 24 Sep 2024 04:36:04 +0000 (00:36 -0400)
committerDave Miller <justdave@bugzilla.org>
Tue, 24 Sep 2024 04:36:04 +0000 (00:36 -0400)
docs/en/rst/api/core/v1/general.rst

index 4c9cc8bf62d21dcae98cf973e831fc53797d0577..7118c4f585e5b2e5107c6192484bfe64f23c00ba 100644 (file)
@@ -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