Skip to content

Commit

Permalink
Fixed http api grant type.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Apr 20, 2024
1 parent 2d01f60 commit d64924e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/http_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down

0 comments on commit d64924e

Please sign in to comment.