From d64924e9f56bbb69be32f57e66272eb6b886b3fe Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Sat, 20 Apr 2024 11:19:31 +0200 Subject: [PATCH] Fixed http api grant type. --- doc/api/http_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/http_api.md b/doc/api/http_api.md index ffaa3af371e..a51c3b5442b 100644 --- a/doc/api/http_api.md +++ b/doc/api/http_api.md @@ -189,7 +189,7 @@ E.g. a service that creates a pad for a user or a service that inserts a text in "client_id": "client_credentials", "redirect_uris": [], "response_types": [], - "grant_types": ["client_credentials"], + "grant_types": ["code"], "client_secret": "client_credentials", "extraParams": [ {