Skip to content

Commit e3040e7

Browse files
committed
fix: update endpoint in README for OAuth token request
1 parent dc670fc commit e3040e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ Your client application code should handle this GET request by making a request
360360
the authorization code for an OAuth token.
361361

362362
```
363-
4) POST http://localhost:5000/v3/oauth2/token
363+
4) POST http://localhost:5000/v3/oauth2/tokens
364364
grant_type=authorization_code
365365
code=<some_code>
366366
redirect_uri=<your_redirct_uri>

0 commit comments

Comments
 (0)