From 4a0d6cc7ce21de7ac340d95008cc4d44ce394420 Mon Sep 17 00:00:00 2001 From: David Roetzel Date: Thu, 10 Oct 2024 18:59:26 +0200 Subject: [PATCH] Fix typo in oauth api parameters (#1545) Fix typo. --- content/en/methods/oauth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/methods/oauth.md b/content/en/methods/oauth.md index 9a576fdb..4e28a70b 100644 --- a/content/en/methods/oauth.md +++ b/content/en/methods/oauth.md @@ -43,7 +43,7 @@ client_id redirect_uri : {{}} String. Set a URI to redirect the user to. If this parameter is set to `urn:ietf:wg:oauth:2.0:oob` then the authorization code will be shown instead. Must match one of the `redirect_uris` declared during app registration. -scope< +scope : String. List of requested [OAuth scopes]({{< relref "api/oauth-scopes" >}}), separated by spaces (or by pluses, if using query parameters). Must be a subset of `scopes` declared during app registration. If not provided, defaults to `read`. state