Skip to content

Commit 7aea975

Browse files
authored
🐛 Fix OAuth2 authorize endpoint wrong URL (missing uppercase "A" in "Authorize")
1 parent ddd37bd commit 7aea975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/index.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Once you have been added as an OAuth2 provider, you can use the following docume
155155

156156
For users to grant your application access to their SimplyPrint account, you must first redirect them to the SimplyPrint OAuth2 authorization page. You can do this by redirecting the user to the following URL:
157157

158-
`https://api.simplyprint.io/oauth2/authorize?client_id={client_id}&redirect_uri={redirect_uri}&response_type=code&scope={scope}`
158+
`https://api.simplyprint.io/oauth2/Authorize?client_id={client_id}&redirect_uri={redirect_uri}&response_type=code&scope={scope}`
159159

160160
The following parameters can be supplied as query parameters in the URL:
161161

0 commit comments

Comments
 (0)