From ff67931c0427b0a230ca27df49375e6465e5b850 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 27 Jan 2020 16:51:50 +0100 Subject: [PATCH] Fix a documentation error --- doc/api/oauth.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/oauth.rst b/doc/api/oauth.rst index 9fc43e02e8..55762c13b1 100644 --- a/doc/api/oauth.rst +++ b/doc/api/oauth.rst @@ -61,7 +61,7 @@ access to the API. The ``token`` endpoint expects you to authenticate using `HTT ID as a username and your client secret as a password. You are also required to again supply the same ``redirect_uri`` parameter that you used for the authorization. -.. http:get:: /api/v1/oauth/token +.. http:post:: /api/v1/oauth/token Request a new access token