Skip to content

Commit

Permalink
Fix typo in oauth api parameters (#1545)
Browse files Browse the repository at this point in the history
Fix typo.
  • Loading branch information
oneiros authored Oct 10, 2024
1 parent cb3aa4d commit 4a0d6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/methods/oauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ client_id
redirect_uri
: {{<required>}} 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
Expand Down

0 comments on commit 4a0d6cc

Please sign in to comment.