There was an error while loading. Please reload this page.
2 parents eee173e + e1ad93d commit 8e241e4Copy full SHA for 8e241e4
1 file changed
docs/gl_objects/applications.rst
@@ -22,7 +22,7 @@ List all OAuth applications::
22
23
Create an application::
24
25
- gl.applications.create({'name': 'your_app', 'redirect_uri': 'http://application.url', 'scopes': ['api']})
+ gl.applications.create({'name': 'your_app', 'redirect_uri': 'http://application.url', 'scopes': 'read_user openid profile email'})
26
27
Delete an applications::
28
0 commit comments