Skip to content

Commit

Permalink
Merge pull request #1951 from wacuuu/main
Browse files Browse the repository at this point in the history
docs: small docs fix-up for application scopes
  • Loading branch information
nejch committed Mar 30, 2022
2 parents eee173e + e1ad93d commit 8e241e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gl_objects/applications.rst
Expand Up @@ -22,7 +22,7 @@ List all OAuth applications::

Create an application::

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'})

Delete an applications::

Expand Down

0 comments on commit 8e241e4

Please sign in to comment.