From 965e6a6b7692c7b07b2196f46a15589e47b68838 Mon Sep 17 00:00:00 2001 From: Dave Miller Date: Tue, 24 Sep 2024 00:36:04 -0400 Subject: [PATCH] PUT is allowed, so mention it in the example --- docs/en/rst/api/core/v1/general.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5